Home
last modified time | relevance | path

Searched refs:controller (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m118 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 DSDL_sysjoystick_c.h36 GCController __unsafe_unretained *controller; member
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windows_gaming_input.c37 __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 Dwdg_core.c74 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 Dwdg_core.h25 void *controller; /**< pointer to watchdog controller's struct */ member
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt304 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 Dfilelist.txt64 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 DCMakeLists.txt11 add_subdirectory(controller)
A DKconfig27 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 DKconfig33 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 Drelease_note.txt69 3. Open Host to controller flow control.
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitview.m139 /* 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 DSDL_uikitwindow.m152 /* 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 DSDL_uikitappdelegate.m346 …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 Dci.sh94 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 DCREDITS.txt18 * Alfred Reynolds for the game controller API and general (in)sanity
/AliOS-Things-master/components/ble_host/
A DREADME.md27 - 标准HCI接口,支持host-only,host通过HCI硬件接口(以UART为主)和controller对接
28 - 虚拟HCI接口,支持host+controller,适合SoC的硬件平台
/AliOS-Things-master/components/SDL2/docs/
A DREADME-winrt.md82 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 DREADME-ios.md236 more game controller devices, but it requires permission from the user before
/AliOS-Things-master/components/littlevgl/
A DREADME.md66 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 Dhid.m201 …// race conditions talking to the controller from multiple threads, although BLE fragmentation/ass…

Completed in 35 milliseconds