Searched refs:noteFlashlightOff (Results 1 – 8 of 8) sorted by relevance
42 virtual void noteFlashlightOff(int uid) = 0;
47 void noteFlashlightOff(const String8& id, uid_t uid);
126 void BatteryNotifier::noteFlashlightOff(const String8& id, uid_t uid) { in noteFlashlightOff() function in android::BatteryNotifier134 batteryService->noteFlashlightOff(uid); in noteFlashlightOff()
98 virtual void noteFlashlightOff(int uid) { in noteFlashlightOff() function in android::BpBatteryStats208 noteFlashlightOff(uid); in onTransact()
45 void noteFlashlightOff(int uid); in noteFlashlightOff() method
810 public void noteFlashlightOff(int uid) { in noteFlashlightOff() method in BatteryStatsService
543 notifier.noteFlashlightOff(cameraId, oldUid); in onTorchStatusChangedLocked()554 notifier.noteFlashlightOff(cameraId, oldUid); in onTorchStatusChangedLocked()
6829 PLcom/android/server/am/BatteryStatsService;->noteFlashlightOff(I)V