Searched refs:GetDeviceName (Results 1 – 8 of 8) sorted by relevance
66 const char *(*GetDeviceName)(int device_index); member
157 name = driver->GetDeviceName(device_index); in SDL_SensorGetDeviceName()266 sensorname = driver->GetDeviceName(device_index); in SDL_SensorOpen()
102 const char *(*GetDeviceName)(int device_index); member
309 name = driver->GetDeviceName(device_index); in SDL_JoystickNameForIndex()422 joystickname = driver->GetDeviceName(device_index); in SDL_JoystickOpen()
90 const char *(*GetDeviceName)(Uint16 vendor_id, Uint16 product_id); member
491 const char *name = device->driver->GetDeviceName(device->vendor_id, device->product_id); in HIDAPI_SetupDeviceDriver()
73 if (joystick.GetDeviceName(i, name) == B_OK) { in HAIKU_JoystickInit()
335 name = device->driver->GetDeviceName(device->vendor_id, device->product_id); in RAWINPUT_AddDevice()
Completed in 26 milliseconds