Searched refs:IOPMPowerSourceList (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerSourceList.cpp29 #include <IOKit/pwr_mgt/IOPMPowerSourceList.h>
33 OSDefineMetaClassAndStructors(IOPMPowerSourceList,OSObject)
39 void IOPMPowerSourceList::initialize ( void )
50 IOReturn IOPMPowerSourceList::addToList(IOPMPowerSource *newPowerSource)
79 IOPMPowerSource * IOPMPowerSourceList::firstInList ( void )
89 IOPMPowerSource * IOPMPowerSourceList::nextInList(IOPMPowerSource *currentItem)
102 unsigned long IOPMPowerSourceList::numberOfItems ( void )
113 IOReturn IOPMPowerSourceList::removeFromList ( IOPMPowerSource * theItem )
148 void IOPMPowerSourceList::free (void )
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSourceList.h33 class IOPMPowerSourceList : public OSObject class in inherits:OSObject
35 OSDeclareDefaultStructors(IOPMPowerSourceList)
H A DIOPMPowerSource.h174 friend class IOPMPowerSourceList;
210 // Tracking for IOPMPowerSourceList

Completed in 22 milliseconds