Searched refs:HIDReportErrorNum (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c106 static void HIDReportErrorNum (char * strError, long numError) function
185 HIDReportErrorNum ("Couldn�t query HID class device interface from plugInInterface", plugInResult);
189 HIDReportErrorNum ("Failed to create **plugInInterface via IOCreatePlugInInterfaceForService.", result);
195 HIDReportErrorNum ("Failed to open pDevice->interface via open.", result);
222 HIDReportErrorNum ("Failed to close IOHIDDeviceInterface.", result);
226 HIDReportErrorNum ("Failed to release IOHIDDeviceInterface.", result);
557 HIDReportErrorNum ("HIDCloseReleaseInterface failed when trying to dipose device.", result);
647 HIDReportErrorNum ("IOObjectRelease error with ioHIDDeviceObject.", result);

Completed in 44 milliseconds