Searched refs:noteFlashlightOn (Results 1 – 7 of 7) sorted by relevance
107 void BatteryNotifier::noteFlashlightOn(const String8& id, int uid) { in noteFlashlightOn() function in android::BatteryNotifier115 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()
41 void noteFlashlightOn(int uid); in noteFlashlightOn() method
407 notifier.noteFlashlightOn(cameraId, newUid); in onTorchStatusChangedLocked()413 notifier.noteFlashlightOn(cameraId, oldUid); in onTorchStatusChangedLocked()
684 public void noteFlashlightOn(int uid) { in noteFlashlightOn() method in BatteryStatsService