Symbol: PowerStatusDriverInterface
src/apps/powerstatus/ACPIDriverInterface.h
61
class ACPIDriverInterface : public PowerStatusDriverInterface {
src/apps/powerstatus/APMDriverInterface.h
15
class APMDriverInterface : public PowerStatusDriverInterface {
src/apps/powerstatus/DriverInterface.cpp
102
PowerStatusDriverInterface::StopWatching(BHandler* target)
src/apps/powerstatus/DriverInterface.cpp
120
PowerStatusDriverInterface::Broadcast(uint32 message)
src/apps/powerstatus/DriverInterface.cpp
128
PowerStatusDriverInterface::Disconnect()
src/apps/powerstatus/DriverInterface.cpp
143
PowerStatusDriverInterface::_ThreadWatchPowerFunction(void* data)
src/apps/powerstatus/DriverInterface.cpp
145
PowerStatusDriverInterface* that = (PowerStatusDriverInterface*)data;
src/apps/powerstatus/DriverInterface.cpp
52
PowerStatusDriverInterface::PowerStatusDriverInterface()
src/apps/powerstatus/DriverInterface.cpp
62
PowerStatusDriverInterface::~PowerStatusDriverInterface()
src/apps/powerstatus/DriverInterface.cpp
68
PowerStatusDriverInterface::StartWatching(BHandler* target)
src/apps/powerstatus/DriverInterface.h
49
class PowerStatusDriverInterface : public Monitor, public BReferenceable {
src/apps/powerstatus/DriverInterface.h
51
PowerStatusDriverInterface();
src/apps/powerstatus/DriverInterface.h
52
~PowerStatusDriverInterface();
src/apps/powerstatus/ExtendedInfoWindow.cpp
290
ExtPowerStatusView::ExtPowerStatusView(PowerStatusDriverInterface* interface,
src/apps/powerstatus/ExtendedInfoWindow.cpp
337
ExtendedInfoWindow::ExtendedInfoWindow(PowerStatusDriverInterface* interface)
src/apps/powerstatus/ExtendedInfoWindow.h
100
ExtendedInfoWindow(PowerStatusDriverInterface* interface);
src/apps/powerstatus/ExtendedInfoWindow.h
106
PowerStatusDriverInterface* fDriverInterface;
src/apps/powerstatus/ExtendedInfoWindow.h
50
PowerStatusDriverInterface* interface,
src/apps/powerstatus/PowerStatusView.cpp
70
PowerStatusView::PowerStatusView(PowerStatusDriverInterface* interface,
src/apps/powerstatus/PowerStatusView.h
24
PowerStatusDriverInterface* interface,
src/apps/powerstatus/PowerStatusView.h
56
PowerStatusDriverInterface* fDriverInterface;