ACPIDriverInterface
ACPIDriverInterface::ACPIDriverInterface()
ACPIDriverInterface::~ACPIDriverInterface()
ACPIDriverInterface::Connect()
ACPIDriverInterface::GetBatteryInfo(int32 index, battery_info* info)
ACPIDriverInterface::GetExtendedBatteryInfo(int32 index,
ACPIDriverInterface::GetBatteryCount()
ACPIDriverInterface::_UpdateBatteryInfo()
ACPIDriverInterface::_WatchPowerStatus()
ACPIDriverInterface::_FindDrivers(const char* dirpath)
class ACPIDriverInterface : public PowerStatusDriverInterface {
ACPIDriverInterface();
virtual ~ACPIDriverInterface();
if (ACPIDriverInterface().Connect() != B_OK) {
fDriverInterface = new ACPIDriverInterface;