Searched refs:ACPIDriverInterface (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/powerstatus/
H A DACPIDriverInterface.cpp11 #include "ACPIDriverInterface.h"
154 // #pragma mark - ACPIDriverInterface
157 ACPIDriverInterface::ACPIDriverInterface() function in class:ACPIDriverInterface
164 ACPIDriverInterface::~ACPIDriverInterface()
172 ACPIDriverInterface::Connect()
179 ACPIDriverInterface::GetBatteryInfo(int32 index, battery_info* info)
190 ACPIDriverInterface::GetExtendedBatteryInfo(int32 index,
202 ACPIDriverInterface
[all...]
H A DACPIDriverInterface.h61 class ACPIDriverInterface : public PowerStatusDriverInterface { class in inherits:PowerStatusDriverInterface
63 ACPIDriverInterface();
64 virtual ~ACPIDriverInterface();
H A DPowerStatus.cpp22 #include "ACPIDriverInterface.h"
107 if (ACPIDriverInterface().Connect() != B_OK) {
H A DPowerStatusView.cpp44 #include "ACPIDriverInterface.h"
820 fDriverInterface = new ACPIDriverInterface;

Completed in 30 milliseconds