Searched refs:setAggressiveness (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.h63 virtual IOReturn setAggressiveness( unsigned long, unsigned long );
H A DIODisplayWrangler.cpp445 // setAggressiveness
452 IOReturn IODisplayWrangler::setAggressiveness( unsigned long type, unsigned long newLevel ) function in class:IODisplayWrangler
502 super::setAggressiveness(type, newLevel);
571 // is the value chosen by the user and set via setAggressiveness().
H A DIOFramebuffer.cpp4639 getPMRootDomain()->setAggressiveness(kIOFBCaptureAggressiveness, newDimDisable);
6137 IOReturn IOFramebuffer::setAggressiveness( unsigned long type, unsigned long newLevel ) function in class:IOFramebuffer
6157 super::setAggressiveness(type, newLevel);
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioDevice.h200 virtual IOReturn setAggressiveness(unsigned long type, unsigned long newLevel ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioDevice.cpp203 // If overridden, be sure to still call super::setAggressiveness() so we can call our parent.
204 IOReturn IOAudioDevice::setAggressiveness(unsigned long type, unsigned long newLevel) function in class:IOAudioDevice
206 return super::setAggressiveness(type, newLevel);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DRootDomainUserClient.cpp158 *return_code = fOwner->setAggressiveness(type, newLevel);
H A DIOPMrootDomain.cpp1299 // setAggressiveness
1301 // Override IOService::setAggressiveness()
1304 IOReturn IOPMrootDomain::setAggressiveness( function in class:IOPMrootDomain
1308 return setAggressiveness( type, value, 0 );
1312 * Private setAggressiveness() with an internal options argument.
1314 IOReturn IOPMrootDomain::setAggressiveness( function in class:IOPMrootDomain
1323 DLOG("setAggressiveness(%x) 0x%x = %u\n",
1384 // Override IOService::setAggressiveness()
1715 service->setAggressiveness(record->type, value);
1727 // Traverse PM tree and call setAggressiveness() fo
[all...]
H A DIOServicePM.cpp3193 // [public] setAggressiveness
3199 IOReturn IOService::setAggressiveness( unsigned long type, unsigned long newLevel ) function in class:IOService
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h156 virtual IOReturn setAggressiveness( unsigned long, unsigned long );
794 IOReturn setAggressiveness(
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h335 virtual IOReturn setAggressiveness( unsigned long type, unsigned long newLevel );
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkController.h1100 /* Override IOService::setAggressiveness() */
1102 virtual IOReturn setAggressiveness(
H A DIONetworkStack.cpp51 #include <IOKit/network/IOEthernetController.h> // for setAggressiveness()
155 // settings. Setting the WOL through setAggressiveness rather
162 rootDomain->IOService::setAggressiveness(kPMEthernetWakeOnLANSettings,
H A DIONetworkController.cpp2287 IOReturn IONetworkController::setAggressiveness( function in class:IONetworkController
2297 return super::setAggressiveness(type, newLevel);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1420 @discussion Removes the driver from the power plane and stop its power management. This method is synchronous against any power management method invocations (e.g. <code>setPowerState</code> or <code>setAggressiveness</code>), so when this method returns it is guaranteed those power management methods will not be entered. Driver should not call any power management methods after this call.
1428 Before this call returns, the caller will probably be called at @link setPowerParent setPowerParent@/link and @link setAggressiveness setAggressiveness@/link and possibly at @link addPowerChild addPowerChild@/link as it is added to the hierarchy. This method may be overridden by a nub subclass.
1555 /*! @function setAggressiveness
1557 @discussion Implement <code>setAggressiveness</code> to receive a notification when an "aggressiveness Aggressiveness factors are a loose set of power management variables that contain values for system sleep timeout, display sleep timeout, whether the system is on battery or AC, and other power management features. There are several aggressiveness factors that can be broadcast and a driver may take action on whichever factors apply to it.
1565 virtual IOReturn setAggressiveness(

Completed in 268 milliseconds