Searched defs:vendor (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_dinputjoystick.c | 535 Uint16 vendor = 0; in EnumJoysticksCallback() local 699 Uint16 vendor; member 709 Uint16 vendor = 0; in EnumJoystickPresentCallback() local 725 SDL_DINPUT_JoystickPresent(Uint16 vendor, Uint16 product, Uint16 version) in SDL_DINPUT_JoystickPresent() 1302 SDL_DINPUT_JoystickPresent(Uint16 vendor, Uint16 product, Uint16 version) in SDL_DINPUT_JoystickPresent()
|
A D | SDL_windows_gaming_input.c | 92 SDL_IsXInputDevice(Uint16 vendor, Uint16 product) in SDL_IsXInputDevice() 171 Uint16 vendor = 0; in IEventHandler_CRawGameControllerVtbl_InvokeAdded() local
|
A D | SDL_xinputjoystick.c | 222 Uint16 vendor = 0; in AddXInputDevice() local
|
A D | SDL_rawinputjoystick.c | 314 const Uint16 vendor = device->vendor_id; in RAWINPUT_AddDevice() local
|
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_joystick.c | 1457 void SDL_GetJoystickGUIDInfo(SDL_JoystickGUID guid, Uint16 *vendor, Uint16 *product, Uint16 *versio… in SDL_GetJoystickGUIDInfo() 1507 SDL_CreateJoystickName(Uint16 vendor, Uint16 product, const char *vendor_name, const char *product_… in SDL_CreateJoystickName() 1608 Uint16 vendor, product; in SDL_GetJoystickGameControllerTypeFromGUID() local 1622 SDL_GetJoystickGameControllerType(const char *name, Uint16 vendor, Uint16 product, int interface_nu… in SDL_GetJoystickGameControllerType() 1741 SDL_IsJoystickNintendoSwitchProInputOnly(Uint16 vendor, Uint16 product) in SDL_IsJoystickNintendoSwitchProInputOnly() 1748 SDL_IsJoystickSteamController(Uint16 vendor, Uint16 product) in SDL_IsJoystickSteamController() 1847 Uint16 vendor; in SDL_GetJoystickGUIDType() local 2044 Uint16 vendor; in SDL_ShouldIgnoreJoystick() local 2088 Uint16 vendor; in SDL_JoystickGetDeviceVendor() local 2170 Uint16 vendor; in SDL_JoystickGetVendor() local
|
A D | SDL_gamecontroller.c | 1684 Uint16 vendor; in SDL_ShouldIgnoreGameController() local
|
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/ |
A D | SDL_sysjoystick.m | 111 Uint16 vendor = 0; field 241 *guid16++ = SDL_SwapLE16(vendor); argument
|
/AliOS-Things-master/components/SDL2/src/joystick/darwin/ |
A D | SDL_sysjoystick.c | 422 Sint32 vendor = 0; in GetDeviceInfo() local
|
/AliOS-Things-master/components/SDL2/src/joystick/linux/ |
A D | SDL_sysjoystick.c | 137 IsVirtualJoystick(Uint16 vendor, Uint16 product, Uint16 version, const char *name) in IsVirtualJoystick()
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapijoystick.c | 700 const Uint16 vendor = device->vendor_id; in HIDAPI_AddDevice() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/usb/usb_host/inc/ |
A D | usb_host.h | 217 uint16_t vendor; member
|
/AliOS-Things-master/components/sensor/include/sensor/ |
A D | sensor.h | 368 vendor_id_e vendor; member
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 228 const char *vendor = NULL; in ShouldUseTextureFramebuffer() local
|
Completed in 223 milliseconds