Home
last modified time | relevance | path

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

/trunk/main/apple_remote/source/
H A DHIDRemoteControlDevice.m43 - (IOHIDDeviceInterface**) hidDeviceInterface; method in PrivateMethods
79 hidDeviceInterface = NULL;
119 return (hidDeviceInterface != NULL && allCookies != NULL && queue != NULL);
225 if (hidDeviceInterface != NULL) {
227 (*hidDeviceInterface)->close(hidDeviceInterface);
230 (*hidDeviceInterface)->Release(hidDeviceInterface);
232 hidDeviceInterface = NULL;
253 - (IOHIDDeviceInterface**) hidDeviceInterface { method in PrivateMethods
254 return hidDeviceInterface;
371 hidDeviceInterface = NULL;
[all …]
/trunk/main/apple_remote/inc/
H A DHIDRemoteControlDevice.h40 IOHIDDeviceInterface** hidDeviceInterface; // see IOKit/hid/IOHIDLib.h variable