/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/ |
A D | SDL_sysjoystick.m | 118 device->controller = (__bridge GCController *) CFBridgingRetain(controller); 120 if (controller.vendorName) { 256 controller.playerIndex = -1; 269 … if (controller && !controller.extendedGamepad && !controller.gamepad && controller.microGamepad) { 276 if (device->controller == controller) { 303 } else if (controller) { category 356 if (device->controller) { 435 if (device->controller == controller) { 541 GCController *controller = device->controller; field 633 GCController *controller = joystick->hwdata->controller; field [all …]
|
A D | SDL_sysjoystick_c.h | 36 GCController __unsafe_unretained *controller; member
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_windows_gaming_input.c | 37 __x_ABI_CWindows_CGaming_CInput_CIRawGameController *controller; member 46 __x_ABI_CWindows_CGaming_CInput_CIRawGameController *controller; member 165 __x_ABI_CWindows_CGaming_CInput_CIRawGameController *controller = NULL; in IEventHandler_CRawGameControllerVtbl_InvokeAdded() local 272 state->controller = controller; in IEventHandler_CRawGameControllerVtbl_InvokeAdded() 290 __x_ABI_CWindows_CGaming_CInput_CIRawGameController_Release(controller); in IEventHandler_CRawGameControllerVtbl_InvokeAdded() 298 __x_ABI_CWindows_CGaming_CInput_CIRawGameController *controller = NULL; in IEventHandler_CRawGameControllerVtbl_InvokeRemoved() local 305 if (wgi.controllers[i].controller == controller) { in IEventHandler_CRawGameControllerVtbl_InvokeRemoved() 323 __x_ABI_CWindows_CGaming_CInput_CIRawGameController_Release(controller); in IEventHandler_CRawGameControllerVtbl_InvokeRemoved() 496 hwdata->controller = state->controller; in WGI_JoystickOpen() 497 __x_ABI_CWindows_CGaming_CInput_CIRawGameController_AddRef(hwdata->controller); in WGI_JoystickOpen() [all …]
|
/AliOS-Things-master/components/drivers/peripheral/watchdog/src/ |
A D | wdg_core.c | 74 user->controller = wdg; in aos_wdg_open() 167 wdg = (wdg_controller_t *)(user->controller); in aos_wdg_close() 222 wdg = (wdg_controller_t *)(user->controller); in aos_wdg_control() 318 wdg = (wdg_controller_t *)(user->controller); in aos_wdg_feed()
|
A D | wdg_core.h | 25 void *controller; /**< pointer to watchdog controller's struct */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | structure.txt | 304 task performed by any one controller. 314 Main controller --| 316 |-- Coefficient controller --| 326 * Main controller: buffer controller for the subsampled-data buffer, which 331 * Preprocessing controller: buffer controller for the downsampling input data 334 controller entirely. 353 * Coefficient controller: buffer controller for the DCT-coefficient data. 418 Main controller --| 427 * Main controller: buffer controller for the subsampled-data buffer, which 435 * Coefficient controller: buffer controller for the DCT-coefficient data. [all …]
|
A D | filelist.txt | 64 jcmainct.c Main buffer controller (preprocessor => JPEG compressor). 65 jcprepct.c Preprocessor buffer controller. 66 jccoefct.c Buffer controller for DCT coefficient buffer. 81 jdinput.c Input controller: controls input processing modules. 82 jdmainct.c Main buffer controller (JPEG decompressor => postprocessor). 83 jdcoefct.c Buffer controller for DCT coefficient buffer. 84 jdpostct.c Postprocessor buffer controller.
|
/AliOS-Things-master/components/ble_host/bt_host/ |
A D | CMakeLists.txt | 11 add_subdirectory(controller)
|
A D | Kconfig | 27 HCI-based stack with optional host & controller parts and an 94 This option allows to access Bluetooth controller 156 Enable support for throttling ACL buffers from the controller 158 controller are on separate cores since it ensures that we do
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | Kconfig | 33 from the controller. 71 This option should be selected if the controller used 130 # by the controller implementation. 192 controller's buffer size is large enough. If this is not ensured, 212 been acknowledged by the controller. 412 In builds including the BLE Host, if not set the controller crypto is 413 used for ECDH and if the controller doesn't support the required HCI 418 to enabled for a combined build with Zephyr's own controller, since it 475 This option enables SMP over BR/EDR even if controller is not
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/lib/ |
A D | release_note.txt | 69 3. Open Host to controller flow control.
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitview.m | 139 /* Replace the view controller's old view with this one. */ 143 /* The root view controller handles rotation and the status bar. 144 * Assigning it also adds the controller's view to the window. We 146 * the window. Just adding the sub-view if the root view controller is
|
A D | SDL_uikitwindow.m | 152 /* Sets this view as the controller's view, and adds the view to the window 343 * We want to make sure the SDL view controller isn't accessed in
|
A D | SDL_uikitappdelegate.m | 346 …ator(); /* Wait for launch screen to hide so settings are applied to the actual view controller. */
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | ci.sh | 94 if [ -d esp-idf/components/bt/controller/esp32 ]; then 96 components/bt/controller/lib_esp32 \ 97 components/bt/controller/lib_esp32c3_family 100 components/bt/controller/lib
|
/AliOS-Things-master/components/SDL2/ |
A D | CREDITS.txt | 18 * Alfred Reynolds for the game controller API and general (in)sanity
|
/AliOS-Things-master/components/ble_host/ |
A D | README.md | 27 - 标准HCI接口,支持host-only,host通过HCI硬件接口(以UART为主)和controller对接 28 - 虚拟HCI接口,支持host+controller,适合SoC的硬件平台
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-winrt.md | 82 note, however, that Windows limits game-controller support in UWP apps to, 539 WinRT / UWP apps. Even if a game controller or joystick works in a Win32
|
A D | README-ios.md | 236 more game controller devices, but it requires permission from the user before
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 66 Basically, every modern controller - which is able to drive a display - is suitable to run LittlevG…
|
/AliOS-Things-master/components/SDL2/src/hidapi/ios/ |
A D | hid.m | 201 …// race conditions talking to the controller from multiple threads, although BLE fragmentation/ass…
|