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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1672 /*! @function didYouWakeSystem
1675 @discussion Power management calls a power managed driver with this method to ask if its device is the one that just woke the system from sleep. If a device is capable of waking the system from sleep, its driver should implement <code>didYouWakeSystem</code> and return <code>true</code> if its device was responsible for waking the system.
1678 virtual bool didYouWakeSystem( void )
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp3257 if ( fControllingDriver->didYouWakeSystem() )
6384 // [deprecated] didYouWakeSystem
6389 bool IOService::didYouWakeSystem ( void ) function in class:IOService

Completed in 37 milliseconds