Searched refs:noteFlashlightOn (Results 1 – 7 of 7) sorted by relevance
104 void BatteryNotifier::noteFlashlightOn(const String8& id, int uid) { in noteFlashlightOn() function in android::BatteryNotifier112 batteryService->noteFlashlightOn(uid); in noteFlashlightOn()
46 void noteFlashlightOn(const String8& id, int uid);
39 virtual void noteFlashlightOn(int uid) = 0;
93 virtual void noteFlashlightOn(int uid) { in noteFlashlightOn() function in android::BpBatteryStats202 noteFlashlightOn(uid); in onTransact()
37 void noteFlashlightOn(int uid); in noteFlashlightOn() method
378 notifier.noteFlashlightOn(cameraId, newUid); in onTorchStatusChangedLocked()384 notifier.noteFlashlightOn(cameraId, oldUid); in onTorchStatusChangedLocked()
621 public void noteFlashlightOn(int uid) { in noteFlashlightOn() method in BatteryStatsService