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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDInterface.h33 /*! @class IOHIDInterface : public IOService
38 class IOHIDInterface: public IOService class in inherits:IOService
40 OSDeclareDefaultStructors( IOHIDInterface )
44 /*! @typedef IOHIDInterface::InterruptReportAction
47 @discussion This callback is set when calling IOHIDInterface::open.
64 @typedef IOHIDInterface::CompletionAction
107 @abstract Free the IOHIDInterface object.
116 static IOHIDInterface * withElements ( OSArray * elements );
120 @abstract Initialize an IOHIDInterface object.
121 @discussion Prime the IOHIDInterface objec
[all...]
H A DIOHIDInterface.cpp26 #include "IOHIDInterface.h"
32 // IOHIDInterface class
36 OSDefineMetaClassAndStructors( IOHIDInterface, IOService )
38 // RESERVED IOHIDInterface CLASS VARIABLES
43 // IOHIDInterface::free
45 void IOHIDInterface::free()
62 // IOHIDInterface::init
64 bool IOHIDInterface::init( OSDictionary * dictionary )
83 // IOHIDInterface::withElements
85 IOHIDInterface * IOHIDInterfac
[all...]
H A DIOHIDEventDriver.h30 #include <IOKit/hid/IOHIDInterface.h>
47 IOHIDInterface * _interface;
H A DIOHIDDevice.h41 class IOHIDInterface;
129 IOHIDInterface * interfaceNub;
H A DIOHIDEventService.h34 #include <IOKit/hid/IOHIDInterface.h>
H A DIOHIDEventDriver.cpp27 #include "IOHIDInterface.h"
250 _interface = OSDynamicCast( IOHIDInterface, provider );
264 if (!_interface->open(this, 0, OSMemberFunctionCast(IOHIDInterface::InterruptReportAction, this, &IOHIDEventDriver::handleInterruptReport), NULL))
H A DIOHIDDevice.cpp38 #include "IOHIDInterface.h"
463 _interfaceNub = IOHIDInterface::withElements( _hierarchElements );

Completed in 81 milliseconds