Searched refs:noteFlashlightOff (Results 1 – 7 of 7) sorted by relevance
120 void BatteryNotifier::noteFlashlightOff(const String8& id, int uid) { in noteFlashlightOff() function in android::BatteryNotifier128 batteryService->noteFlashlightOff(uid); in noteFlashlightOff()
47 void noteFlashlightOff(const String8& id, int uid);
40 virtual void noteFlashlightOff(int uid) = 0;
100 virtual void noteFlashlightOff(int uid) { in noteFlashlightOff() function in android::BpBatteryStats209 noteFlashlightOff(uid); in onTransact()
42 void noteFlashlightOff(int uid); in noteFlashlightOff() method
404 notifier.noteFlashlightOff(cameraId, oldUid); in onTorchStatusChangedLocked()415 notifier.noteFlashlightOff(cameraId, oldUid); in onTorchStatusChangedLocked()
691 public void noteFlashlightOff(int uid) { in noteFlashlightOff() method in BatteryStatsService