Home
last modified time | relevance | path

Searched refs:GetDeviceName (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/sensor/
A DSDL_syssensor.h66 const char *(*GetDeviceName)(int device_index); member
A DSDL_sensor.c157 name = driver->GetDeviceName(device_index); in SDL_SensorGetDeviceName()
266 sensorname = driver->GetDeviceName(device_index); in SDL_SensorOpen()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_sysjoystick.h102 const char *(*GetDeviceName)(int device_index); member
A DSDL_joystick.c309 name = driver->GetDeviceName(device_index); in SDL_JoystickNameForIndex()
422 joystickname = driver->GetDeviceName(device_index); in SDL_JoystickOpen()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapijoystick_c.h90 const char *(*GetDeviceName)(Uint16 vendor_id, Uint16 product_id); member
A DSDL_hidapijoystick.c491 const char *name = device->driver->GetDeviceName(device->vendor_id, device->product_id); in HIDAPI_SetupDeviceDriver()
/AliOS-Things-master/components/SDL2/src/joystick/haiku/
A DSDL_haikujoystick.cc73 if (joystick.GetDeviceName(i, name) == B_OK) { in HAIKU_JoystickInit()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c335 name = device->driver->GetDeviceName(device->vendor_id, device->product_id); in RAWINPUT_AddDevice()

Completed in 26 milliseconds