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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDDeviceShim.h39 class IOHIDDeviceShim : public IOHIDDevice class in inherits:IOHIDDevice
41 OSDeclareDefaultStructors( IOHIDDeviceShim )
H A DIOHIDDeviceShim.cpp26 #include "IOHIDDeviceShim.h"
30 OSDefineMetaClassAndAbstractStructors( IOHIDDeviceShim, IOHIDDevice )
32 bool IOHIDDeviceShim::initWithLocation(UInt32 location)
45 bool IOHIDDeviceShim::handleStart( IOService * provider )
88 OSString * IOHIDDeviceShim::newProductString() const
131 OSString * IOHIDDeviceShim::newManufacturerString() const
161 OSString * IOHIDDeviceShim::newTransportString() const
192 OSNumber * IOHIDDeviceShim::newVendorIDNumber() const
223 OSNumber * IOHIDDeviceShim::newProductIDNumber() const
249 OSNumber * IOHIDDeviceShim
[all...]
H A DIOHIDKeyboardDevice.h28 #include "IOHIDDeviceShim.h"
31 class IOHIDKeyboardDevice : public IOHIDDeviceShim
H A DIOHIDPointingDevice.h28 #include "IOHIDDeviceShim.h"
31 class IOHIDPointingDevice : public IOHIDDeviceShim
H A DIOHIDKeyboardDevice.cpp98 #define super IOHIDDeviceShim
100 OSDefineMetaClassAndStructors( IOHIDKeyboardDevice, IOHIDDeviceShim )
H A DIOHIDPointingDevice.cpp202 #define super IOHIDDeviceShim
204 OSDefineMetaClassAndStructors( IOHIDPointingDevice, IOHIDDeviceShim )
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.h42 class IOHIDDeviceShim;
108 friend class IOHIDDeviceShim;

Completed in 138 milliseconds