Lines Matching refs:BatteryNotifier
28 void BatteryNotifier::DeathNotifier::binderDied(const wp<IBinder>& /*who*/) { in binderDied()
29 BatteryNotifier::getInstance().onBatteryStatServiceDied(); in binderDied()
32 BatteryNotifier::BatteryNotifier() {} in BatteryNotifier() function in android::BatteryNotifier
34 BatteryNotifier::~BatteryNotifier() { in ~BatteryNotifier()
41 void BatteryNotifier::noteStartVideo(uid_t uid) { in noteStartVideo()
50 void BatteryNotifier::noteStopVideo(uid_t uid) { in noteStopVideo()
68 void BatteryNotifier::noteResetVideo() { in noteResetVideo()
77 void BatteryNotifier::noteStartAudio(uid_t uid) { in noteStartAudio()
86 void BatteryNotifier::noteStopAudio(uid_t uid) { in noteStopAudio()
104 void BatteryNotifier::noteResetAudio() { in noteResetAudio()
113 void BatteryNotifier::noteFlashlightOn(const String8& id, uid_t uid) { in noteFlashlightOn()
126 void BatteryNotifier::noteFlashlightOff(const String8& id, uid_t uid) { in noteFlashlightOff()
139 void BatteryNotifier::noteResetFlashlight() { in noteResetFlashlight()
148 void BatteryNotifier::noteStartCamera(const String8& id, uid_t uid) { in noteStartCamera()
160 void BatteryNotifier::noteStopCamera(const String8& id, uid_t uid) { in noteStopCamera()
172 void BatteryNotifier::noteResetCamera() { in noteResetCamera()
181 void BatteryNotifier::onBatteryStatServiceDied() { in onBatteryStatServiceDied()
192 sp<IBatteryStats> BatteryNotifier::getBatteryService_l() { in getBatteryService_l()
227 ANDROID_SINGLETON_STATIC_INSTANCE(BatteryNotifier);