/AliOS-Things-master/components/SDL2/src/core/alios/ |
A D | SDL_evdev.c | 209 SDL_free(_this); in SDL_EVDEV_Quit() 267 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen() 273 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen() 280 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen() 297 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen() 307 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen() 317 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen() 329 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen() 372 SDL_free(item); in SDL_EVDEV_device_added() 379 SDL_free(item); in SDL_EVDEV_device_added() [all …]
|
/AliOS-Things-master/components/SDL2/src/filesystem/windows/ |
A D | SDL_sysfilesystem.c | 63 SDL_free(path); in SDL_GetBasePath() 83 SDL_free(path); in SDL_GetBasePath() 98 SDL_free(path); in SDL_GetBasePath() 142 SDL_free(worg); in SDL_GetPrefPath() 150 SDL_free(worg); in SDL_GetPrefPath() 151 SDL_free(wapp); in SDL_GetPrefPath() 160 SDL_free(worg); in SDL_GetPrefPath() 165 SDL_free(wapp); in SDL_GetPrefPath() 173 SDL_free(wapp); in SDL_GetPrefPath()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_clipboard.c | 44 SDL_free(charResult); in clipboard_testGetClipboardText() 72 SDL_free(textRef); in clipboard_testSetClipboardText() 73 SDL_free(text); in clipboard_testSetClipboardText() 106 SDL_free(charResult); in clipboard_testClipboardTextFunctions() 141 SDL_free(charResult); in clipboard_testClipboardTextFunctions() 150 SDL_free(textRef); in clipboard_testClipboardTextFunctions() 151 SDL_free(text); in clipboard_testClipboardTextFunctions() 152 SDL_free(charResult); in clipboard_testClipboardTextFunctions()
|
A D | testvulkan.c | 273 SDL_free((void*)extensions); in createInstance() 282 SDL_free((void*)extensions); in createInstance() 359 SDL_free(physicalDevices); in findPhysicalDevice() 438 SDL_free(physicalDevices); in findPhysicalDevice() 440 SDL_free(deviceExtensions); in findPhysicalDevice() 450 SDL_free(deviceExtensions); in findPhysicalDevice() 466 SDL_free(physicalDevices); in findPhysicalDevice() 487 SDL_free(physicalDevices); in findPhysicalDevice() 488 SDL_free(queueFamiliesProperties); in findPhysicalDevice() 489 SDL_free(deviceExtensions); in findPhysicalDevice() [all …]
|
A D | testiconv.c | 78 SDL_free(test[0]); in main() 79 SDL_free(test[1]); in main() 82 SDL_free(ucs4); in main() 84 SDL_free(test[0]); in main()
|
A D | testfilesystem.c | 37 SDL_free(base_path); in main() 46 SDL_free(pref_path); in main() 55 SDL_free(pref_path); in main()
|
A D | testresample.c | 71 SDL_free(cvt.buf); in main() 81 SDL_free(cvt.buf); in main() 108 SDL_free(cvt.buf); in main() 114 SDL_free(cvt.buf); in main()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_evdev.c | 151 SDL_free(_this); in SDL_EVDEV_Init() 159 SDL_free(_this); in SDL_EVDEV_Init() 206 SDL_free(_this); in SDL_EVDEV_Quit() 616 SDL_free(mt_req_code); in SDL_EVDEV_sync_device() 643 SDL_free(mt_req_code); in SDL_EVDEV_sync_device() 661 SDL_free(mt_req_code); in SDL_EVDEV_sync_device() 701 SDL_free(mt_req_code); in SDL_EVDEV_sync_device() 727 SDL_free(item); in SDL_EVDEV_device_added() 734 SDL_free(item); in SDL_EVDEV_device_added() 743 SDL_free(item); in SDL_EVDEV_device_added() [all …]
|
A D | SDL_ibus.c | 248 SDL_free(display); in IBus_GetDBusAddressFilename() 271 SDL_free(display); in IBus_GetDBusAddressFilename() 283 SDL_free(display); in IBus_GetDBusAddressFilename() 337 SDL_free(input_ctx_path); in IBus_SetupConnection() 389 SDL_free(addr); in IBus_CheckConnection() 419 SDL_free(addr_file); in SDL_IBus_Init() 434 SDL_free(addr_file); in SDL_IBus_Init() 438 SDL_free(addr); in SDL_IBus_Init() 451 SDL_free(input_ctx_path); in SDL_IBus_Quit() 456 SDL_free(ibus_addr_file); in SDL_IBus_Quit()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_vulkan_utils.c | 145 SDL_free(retval); in SDL_Vulkan_CreateInstanceExtensionsList() 295 SDL_free(displayProperties); in SDL_Vulkan_Display_CreateSurface() 305 SDL_free(displayProperties); in SDL_Vulkan_Display_CreateSurface() 329 SDL_free(displayModeProperties); in SDL_Vulkan_Display_CreateSurface() 347 SDL_free(displayModeProperties); in SDL_Vulkan_Display_CreateSurface() 358 SDL_free(displayModeProperties); in SDL_Vulkan_Display_CreateSurface() 383 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface() 427 SDL_free(planeSupportedDisplays); in SDL_Vulkan_Display_CreateSurface() 466 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface() 484 SDL_free(physicalDevices); in SDL_Vulkan_Display_CreateSurface() [all …]
|
/AliOS-Things-master/components/SDL2/src/filesystem/winrt/ |
A D | SDL_sysfilesystem.cpp | 111 SDL_free(utf8Path); in SDL_WinRTGetFSPathUTF8() 183 SDL_free(worg); in SDL_GetPrefPath() 191 SDL_free(worg); in SDL_GetPrefPath() 192 SDL_free(wapp); in SDL_GetPrefPath() 200 SDL_free(worg); in SDL_GetPrefPath() 206 SDL_free(wapp); in SDL_GetPrefPath() 214 SDL_free(wapp); in SDL_GetPrefPath()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_xpm.c | 118 SDL_free(hash); in create_colorhash() 123 SDL_free(hash); in create_colorhash() 131 SDL_free(hash->table); in create_colorhash() 132 SDL_free(hash); in create_colorhash() 137 SDL_free(hash->table); in create_colorhash() 138 SDL_free(hash); in create_colorhash() 175 SDL_free(hash->table); in free_colorhash() 177 SDL_free(hash->entries); in free_colorhash() 178 SDL_free(hash); in free_colorhash() 1165 SDL_free(keystrings); in load_xpm() [all …]
|
A D | IMG_xcf.c | 306 SDL_free (h->cm_map); in free_xcf_header() 309 SDL_free (h); in free_xcf_header() 373 SDL_free (l->name); in free_xcf_layer() 374 SDL_free (l); in free_xcf_layer() 413 SDL_free (c->name); in free_xcf_channel() 414 SDL_free (c); in free_xcf_channel() 463 SDL_free (h); in free_xcf_hierarchy() 487 SDL_free (l); in free_xcf_level() 509 SDL_free (t); in free_xcf_tile() 598 SDL_free (load); in load_xcf_tile_rle() [all …]
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_hints.c | 76 SDL_free(hint->value); in SDL_SetHintWithPriority() 177 SDL_free(entry); in SDL_AddHintCallback() 213 SDL_free(entry); in SDL_DelHintCallback() 232 SDL_free(hint->name); in SDL_ClearHints() 233 SDL_free(hint->value); in SDL_ClearHints() 237 SDL_free(freeable); in SDL_ClearHints() 239 SDL_free(hint); in SDL_ClearHints()
|
/AliOS-Things-master/components/SDL2/src/thread/ |
A D | SDL_thread.c | 100 SDL_free(storage); in SDL_TLSCleanup() 181 SDL_free(entry); in SDL_Generic_SetTLSData() 254 SDL_TLSSet(tls_errbuf, errbuf, SDL_free); in SDL_GetErrBuf() 286 SDL_free(thread->name); in SDL_RunThread() 288 SDL_free(thread); in SDL_RunThread() 331 SDL_free(thread); in SDL_CreateThreadWithStackSize() 348 SDL_free(thread->name); in SDL_CreateThreadWithStackSize() 349 SDL_free(thread); in SDL_CreateThreadWithStackSize() 442 SDL_free(thread->name); in SDL_WaitThread() 444 SDL_free(thread); in SDL_WaitThread()
|
/AliOS-Things-master/components/SDL2/src/joystick/emscripten/ |
A D | SDL_sysjoystick.c | 64 SDL_free(item); in Emscripten_JoyStickConnected() 70 SDL_free(item->name); in Emscripten_JoyStickConnected() 71 SDL_free(item); in Emscripten_JoyStickConnected() 152 SDL_free(item->name); in Emscripten_JoyStickDisconnected() 153 SDL_free(item->mapping); in Emscripten_JoyStickDisconnected() 154 SDL_free(item); in Emscripten_JoyStickDisconnected() 167 SDL_free(item->mapping); in EMSCRIPTEN_JoystickQuit() 168 SDL_free(item->name); in EMSCRIPTEN_JoystickQuit() 169 SDL_free(item); in EMSCRIPTEN_JoystickQuit()
|
/AliOS-Things-master/components/SDL2/src/joystick/linux/ |
A D | SDL_sysjoystick.c | 191 SDL_free(name); in IsJoystick() 221 SDL_free(name); in IsJoystick() 308 SDL_free(item); in MaybeAddDevice() 363 SDL_free(item); in MaybeRemoveDevice() 400 SDL_free(item); in HandlePendingRemovals() 431 SDL_free(item); in SteamControllerConnectedCallback() 478 SDL_free(item); in SteamControllerDisconnectedCallback() 544 SDL_free(envcopy); in LINUX_JoystickInit() 1166 SDL_free(item); in LINUX_JoystickQuit() 1198 SDL_free(joystick); in LINUX_JoystickGetGamepadMapping() [all …]
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsmessagebox.c | 278 SDL_free(wstring); in AddDialogString() 375 SDL_free(dialog->data); in FreeDialogData() 376 SDL_free(dialog); in FreeDialogData() 522 SDL_free(*dst); in EscapeAmpersands() 665 SDL_free(wmessage); in WIN_ShowOldMessageBox() 742 SDL_free(ampescape); in WIN_ShowOldMessageBox() 873 SDL_free(wtitle); in WIN_ShowMessageBox() 892 SDL_free(ampescape); in WIN_ShowMessageBox() 893 SDL_free(wmessage); in WIN_ShowMessageBox() 894 SDL_free(wtitle); in WIN_ShowMessageBox() [all …]
|
/AliOS-Things-master/components/SDL2/src/haptic/windows/ |
A D | SDL_windowshaptic.c | 96 SDL_free(item); in SDL_SYS_RemoveHapticDevice() 234 SDL_free(haptic->effects); in SDL_SYS_HapticClose() 246 SDL_free(haptic->hwdata); in SDL_SYS_HapticClose() 276 SDL_free(item->name); in SDL_SYS_HapticQuit() 277 SDL_free(item); in SDL_SYS_HapticQuit() 312 SDL_free(effect->hweffect); in SDL_SYS_HapticNewEffect() 371 SDL_free(effect->hweffect); in SDL_SYS_HapticDestroyEffect()
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_xinputjoystick.c | 138 SDL_free(devices); in GuessXInputDevice() 158 SDL_free(devices); in GuessXInputDevice() 202 SDL_free(s_arrXInputDevicePath[userid]); in GuessXInputDevice() 205 SDL_free(devices); in GuessXInputDevice() 210 SDL_free(devices); in GuessXInputDevice() 280 SDL_free(pNewJoystick); in AddXInputDevice() 285 SDL_free(pNewJoystick); in AddXInputDevice() 292 SDL_free(pNewJoystick); in AddXInputDevice() 300 SDL_free(pNewJoystick); in AddXInputDevice() 312 SDL_free(s_arrXInputDevicePath[userid]); in DelXInputDevice() [all …]
|
/AliOS-Things-master/components/SDL2/src/joystick/haiku/ |
A D | SDL_haikujoystick.cc | 225 SDL_free(joystick->hwdata->new_hats); in HAIKU_JoystickClose() 226 SDL_free(joystick->hwdata->new_axes); in HAIKU_JoystickClose() 227 SDL_free(joystick->hwdata); in HAIKU_JoystickClose() 237 SDL_free(SDL_joyport[i]); in HAIKU_JoystickQuit() 242 SDL_free(SDL_joyname[i]); in HAIKU_JoystickQuit()
|
/AliOS-Things-master/components/SDL2/src/sensor/android/ |
A D | SDL_androidsensor.c | 144 SDL_free(hwdata); in SDL_ANDROID_SensorOpen() 150 SDL_free(hwdata); in SDL_ANDROID_SensorOpen() 188 SDL_free(sensor->hwdata); in SDL_ANDROID_SensorClose() 197 SDL_free(SDL_sensors); in SDL_ANDROID_SensorQuit()
|
/AliOS-Things-master/components/SDL2/src/filesystem/unix/ |
A D | SDL_sysfilesystem.c | 76 SDL_free(retval); in readSymLink() 113 SDL_free(retvalargs); in SDL_GetBasePath() 161 SDL_free(retval); in SDL_GetBasePath() 241 SDL_free(retval); in SDL_GetPrefPath()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11video.c | 119 SDL_free(data->windowlist); in X11_DeleteDevice() 120 SDL_free(device->driverdata); in X11_DeleteDevice() 121 SDL_free(device); in X11_DeleteDevice() 179 SDL_free(device); in X11_CreateDevice() 210 SDL_free(device->driverdata); in X11_CreateDevice() 211 SDL_free(device); in X11_CreateDevice() 391 SDL_free(wm_name); in X11_CheckWindowManager() 478 SDL_free(data->classname); in X11_VideoQuit()
|
/AliOS-Things-master/components/SDL2/src/core/windows/ |
A D | SDL_windows.c | 49 SDL_free(message); in WIN_SetErrorFromHRESULT() 187 SDL_free(strw); in WIN_LookupAudioDeviceName() 207 SDL_free(strw); in WIN_LookupAudioDeviceName() 214 SDL_free(strw); in WIN_LookupAudioDeviceName()
|