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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventOverrideDriver.h61 virtual bool handleStart( IOService * provider );
H A DIOHIDTestDriver.h43 virtual bool handleStart( IOService * provider );
H A DAppleEmbeddedKeyboard.h92 virtual bool handleStart( IOService * provider );
H A DIOHIDUserDevice.h54 /*! @function handleStart
58 such as newReportDescriptor() are only called after handleStart()
65 virtual bool handleStart(IOService * provider);
H A DAppleEmbeddedHIDEventService.cpp36 // AppleEmbeddedHIDEventService::handleStart
38 bool AppleEmbeddedHIDEventService::handleStart(IOService * provider) function in class:AppleEmbeddedHIDEventService
42 if ( !super::handleStart(provider) )
H A DIOHIDEventOverrideDriver.cpp38 bool IOHIDEventOverrideDriver::handleStart( IOService * provider ) function in class:IOHIDEventOverrideDriver
43 if ( !super::handleStart(provider) )
H A DIOHIDUserDevice.cpp91 // IOHIDUserDevice::handleStart
93 bool IOHIDUserDevice::handleStart( IOService * provider ) function in class:IOHIDUserDevice
95 if (!super::handleStart(provider))
H A DAppleEmbeddedHIDEventService.h36 virtual bool handleStart(IOService * provider);
H A DAppleEmbeddedKeyboard.cpp62 // AppleEmbeddedKeyboard::handleStart
64 bool AppleEmbeddedKeyboard::handleStart( IOService * provider ) function in class:AppleEmbeddedKeyboard
68 if (!super::handleStart(provider))
H A DIOHIDEventDriver.h151 virtual bool handleStart( IOService * provider );
H A DIOHIDDevice.h233 /*! @function handleStart
237 such as newReportDescriptor() are only called after handleStart()
245 virtual bool handleStart( IOService * provider );
311 @discussion IOHIDDevice will allocate resources, then call handleStart()
315 Subclasses are recommended to override handleStart().
H A DIOHIDEventService.h248 /*! @function handleStart
252 such as getReportElements() are only called after handleStart()
260 virtual bool handleStart( IOService * provider );
H A DIOHIDTestDriver.cpp66 bool IOHIDTestDriver::handleStart( IOService * provider ) function in class:IOHIDTestDriver
68 if ( super::handleStart(provider) == false )
H A DIOHIDDevice.cpp442 // Call handleStart() before fetching the report descriptor.
443 require_action(handleStart(provider), error, result=false);
663 bool IOHIDDevice::handleStart(IOService * provider __unused) function in class:IOHIDDevice
H A DIOHIDEventService.cpp176 if ( !handleStart(provider) )
1236 // IOHIDEventService::handleStart
1238 bool IOHIDEventService::handleStart( IOService * provider __unused ) function in class:IOHIDEventService
H A DIOHIDEventDriver.cpp246 // IOHIDEventDriver::handleStart
248 bool IOHIDEventDriver::handleStart( IOService * provider ) function in class:IOHIDEventDriver
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDDeviceShim.h51 virtual bool handleStart( IOService * provider );
H A DIOHIDKeyboardDevice.h47 virtual bool handleStart( IOService * provider );
H A DIOHIDPointingDevice.h45 virtual bool handleStart( IOService * provider );
H A DIOHIDDeviceShim.cpp45 bool IOHIDDeviceShim::handleStart( IOService * provider ) function in class:IOHIDDeviceShim
49 if (!super::handleStart(provider))
H A DIOHIDKeyboardDevice.cpp158 bool IOHIDKeyboardDevice::handleStart( IOService * provider ) function in class:IOHIDKeyboardDevice
160 if (!super::handleStart(provider))
H A DIOHIDPointingDevice.cpp270 bool IOHIDPointingDevice::handleStart( IOService * provider ) function in class:IOHIDPointingDevice
272 if (!super::handleStart(provider))
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.h713 * @function handleStart
729 virtual bool handleStart(IOService * provider);
H A DIOBlockStorageDriver.cpp230 success = handleStart(provider);
1316 IOBlockStorageDriver::handleStart(IOService * provider) function in class:IOBlockStorageDriver
1326 IOLog("%s[IOBlockStorageDriver]::handleStart; err '%s' from reportRemovability\n",
1338 IOLog("%s[IOBlockStorageDriver]::handleStart; err '%s' from reportEjectability\n",
1526 IOLog("%s[IOBlockStorageDriver]::handleStart: err '%s' from checkForMedia\n",

Completed in 226 milliseconds