Searched refs:noteFlashlightOn (Results 1 – 9 of 9) sorted by relevance
41 virtual void noteFlashlightOn(int uid) = 0;
113 void BatteryNotifier::noteFlashlightOn(const String8& id, uid_t uid) { in noteFlashlightOn() function in android::BatteryNotifier121 batteryService->noteFlashlightOn(uid); in noteFlashlightOn()
46 void noteFlashlightOn(const String8& id, uid_t uid);
91 virtual void noteFlashlightOn(int uid) { in noteFlashlightOn() function in android::BpBatteryStats210 noteFlashlightOn(uid); in onTransact()
60 BatteryNotifier::getInstance().noteFlashlightOn(name, light_id); in __anoneb7c61470902()
61 void noteFlashlightOn(int uid); in noteFlashlightOn() method
725 notifier.noteFlashlightOn(toString8(cameraId), newUid); in onTorchStatusChangedLocked()731 notifier.noteFlashlightOn(toString8(cameraId), oldUid); in onTorchStatusChangedLocked()
1981 public void noteFlashlightOn(final int uid) { in noteFlashlightOn() method in BatteryStatsService
71730 Lcom/android/internal/app/IBatteryStats$Stub$Proxy;->noteFlashlightOn(I)V71903 Lcom/android/internal/app/IBatteryStats;->noteFlashlightOn(I)V