Home
last modified time | relevance | path

Searched refs:GetDeviceInfo (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp395 const hid_device_info *GetDeviceInfo() in GetDeviceInfo() function in CHIDDevice
1000 const hid_device_info *info = pDevice->GetDeviceInfo(); in hid_enumerate()
1038 if ( strcmp( pCurr->GetDeviceInfo()->path, path ) == 0 ) in hid_open_path()
1165 wcsncpy( string, pDevice->GetDeviceInfo()->manufacturer_string, maxlen ); in hid_get_manufacturer_string()
1179 wcsncpy( string, pDevice->GetDeviceInfo()->product_string, maxlen ); in hid_get_product_string()
1193 wcsncpy( string, pDevice->GetDeviceInfo()->serial_number, maxlen ); in hid_get_serial_number_string()
/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick.c420 GetDeviceInfo(IOHIDDeviceRef hidDevice, recDevice *pDevice) in GetDeviceInfo() function
560 if (!GetDeviceInfo(ioHIDDeviceObject, device)) { in JoystickDeviceWasAddedCallback()

Completed in 9 milliseconds