Searched refs:noteFlashlightOn (Results 1 – 7 of 7) sorted by relevance
39 virtual void noteFlashlightOn(int uid) = 0;
46 void noteFlashlightOn(const String8& id, uid_t uid);
113 void BatteryNotifier::noteFlashlightOn(const String8& id, uid_t uid) { in noteFlashlightOn() function in android::BatteryNotifier121 batteryService->noteFlashlightOn(uid); in noteFlashlightOn()
93 virtual void noteFlashlightOn(int uid) { in noteFlashlightOn() function in android::BpBatteryStats202 noteFlashlightOn(uid); in onTransact()
41 void noteFlashlightOn(int uid); in noteFlashlightOn() method
410 notifier.noteFlashlightOn(cameraId, newUid); in onTorchStatusChangedLocked()416 notifier.noteFlashlightOn(cameraId, oldUid); in onTorchStatusChangedLocked()
717 public void noteFlashlightOn(int uid) { in noteFlashlightOn() method in BatteryStatsService