/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapi_xboxone.c | 86 Uint16 vendor_id; member 117 Uint16 vendor_id; member 154 IsBluetoothXboxOneController(Uint16 vendor_id, Uint16 product_id) in IsBluetoothXboxOneController() 168 ControllerHasPaddles(Uint16 vendor_id, Uint16 product_id) in ControllerHasPaddles() 181 ControllerSendsWaitingForInit(Uint16 vendor_id, Uint16 product_id) in ControllerSendsWaitingForInit() 203 Uint16 vendor_id = ctx->vendor_id; in SendControllerInit() local 263 …ne_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 produ… in HIDAPI_DriverXboxOne_IsSupportedDevice() 281 HIDAPI_DriverXboxOne_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverXboxOne_GetDeviceName()
|
A D | SDL_hidapi_xbox360w.c | 45 …0W_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 produ… in HIDAPI_DriverXbox360W_IsSupportedDevice() 57 HIDAPI_DriverXbox360W_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverXbox360W_GetDeviceName()
|
A D | SDL_hidapi_gamecube.c | 54 …be_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 produ… in HIDAPI_DriverGameCube_IsSupportedDevice() 64 HIDAPI_DriverGameCube_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverGameCube_GetDeviceName()
|
A D | SDL_hidapi_ps4.c | 131 HIDAPI_DriverPS4_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id,… in HIDAPI_DriverPS4_IsSupportedDevice() 137 HIDAPI_DriverPS4_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverPS4_GetDeviceName() 175 static SDL_bool HIDAPI_DriverPS4_CanRumble(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverPS4_CanRumble()
|
A D | SDL_hidapijoystick.c | 394 HIDAPI_IsDeviceSupported(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name) in HIDAPI_IsDeviceSupported() 468 HIDAPI_GetJoystickByInfo(const char *path, Uint16 vendor_id, Uint16 product_id) in HIDAPI_GetJoystickByInfo() 846 HIDAPI_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name) in HIDAPI_IsDevicePresent()
|
A D | SDL_hidapi_xbox360.c | 579 IsBluetoothXboxOneController(Uint16 vendor_id, Uint16 product_id) in IsBluetoothXboxOneController() 594 …60_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 produ… in HIDAPI_DriverXbox360_IsSupportedDevice() 634 HIDAPI_DriverXbox360_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverXbox360_GetDeviceName()
|
A D | SDL_hidapijoystick_c.h | 60 Uint16 vendor_id; member
|
A D | SDL_hidapi_switch.c | 243 HasHomeLED(int vendor_id, int product_id) in HasHomeLED() 259 IsGameCubeFormFactor(int vendor_id, int product_id) in IsGameCubeFormFactor() 277 …ch_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 produ… in HIDAPI_DriverSwitch_IsSupportedDevice() 292 HIDAPI_DriverSwitch_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverSwitch_GetDeviceName()
|
A D | SDL_hidapi_steam.c | 960 …am_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 produ… in HIDAPI_DriverSteam_IsSupportedDevice() 966 HIDAPI_DriverSteam_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverSteam_GetDeviceName()
|
/AliOS-Things-master/components/SDL2/src/hidapi/linux/ |
A D | hid.cpp | 67 struct hid_device_info HID_API_EXPORT * HID_API_CALL hid_enumerate(unsigned short vendor_id, unsign… in hid_enumerate() 142 HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_… in hid_open()
|
A D | hid.c | 221 unsigned short *vendor_id, unsigned short *product_id, in parse_uevent_info() 464 struct hid_device_info HID_API_EXPORT *hid_enumerate(unsigned short vendor_id, unsigned short prod… in hid_enumerate() 671 hid_device * hid_open(unsigned short vendor_id, unsigned short product_id, const wchar_t *serial_nu… in hid_open()
|
/AliOS-Things-master/components/SDL2/src/hidapi/hidapi/ |
A D | hidapi.h | 61 unsigned short vendor_id; member
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | hid.c | 482 static int is_xbox360(unsigned short vendor_id, const struct libusb_interface_descriptor *intf_desc) in is_xbox360() 525 static int is_xboxone(unsigned short vendor_id, const struct libusb_interface_descriptor *intf_desc) in is_xboxone() 553 static int should_enumerate_interface(unsigned short vendor_id, const struct libusb_interface_descr… in should_enumerate_interface() 569 struct hid_device_info HID_API_EXPORT *hid_enumerate(unsigned short vendor_id, unsigned short prod… in hid_enumerate() 750 hid_device * hid_open(unsigned short vendor_id, unsigned short product_id, const wchar_t *serial_nu… in hid_open()
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_rawinputjoystick.c | 100 Uint16 vendor_id; member 457 RAWINPUT_IsDeviceSupported(Uint16 vendor_id, Uint16 product_id, Uint16 version) in RAWINPUT_IsDeviceSupported() 477 RAWINPUT_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version) in RAWINPUT_IsDevicePresent()
|
A D | SDL_dinputjoystick.c | 390 Uint16 vendor_id = (Uint16)LOWORD(pGuidProductFromDirectInput->Data1); in SDL_IsXInputDevice() local
|
/AliOS-Things-master/components/ble_host/ble_profiles/include/yoc/ |
A D | dis.h | 27 uint16_t vendor_id; /* Vendor ID. */ member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_app/a2dp_codecs/include/ |
A D | codec_lhdc.h | 51 uint32_t vendor_id; member
|
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ |
A D | hid.c | 315 int hid_blacklist(unsigned short vendor_id, unsigned short product_id) in hid_blacklist() 338 struct hid_device_info HID_API_EXPORT * HID_API_CALL hid_enumerate(unsigned short vendor_id, unsign… in hid_enumerate() 608 HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_… in hid_open()
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | SDL_hidapi.c | 537 struct hid_device_info HID_API_EXPORT * HID_API_CALL hid_enumerate(unsigned short vendor_id, unsign… in hid_enumerate() 623 HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_… in hid_open()
|
/AliOS-Things-master/components/SDL2/src/hidapi/mac/ |
A D | hid.c | 443 struct hid_device_info HID_API_EXPORT *hid_enumerate(unsigned short vendor_id, unsigned short prod… in hid_enumerate() 556 hid_device * HID_API_EXPORT hid_open(unsigned short vendor_id, unsigned short product_id, const wch… in hid_open()
|
/AliOS-Things-master/components/SDL2/src/joystick/android/ |
A D | SDL_sysjoystick.c | 325 Android_AddJoystick(int device_id, const char *name, const char *desc, int vendor_id, int product_i… in Android_AddJoystick()
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | hid.cpp | 994 struct hid_device_info HID_API_EXPORT * HID_API_CALL hid_enumerate(unsigned short vendor_id, unsign… in hid_enumerate() 1022 HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_… in hid_open()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | hfp_api.h | 182 uint16_t vendor_id; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | hci_vs.h | 136 u16_t vendor_id; member
|