Home
last modified time | relevance | path

Searched refs:noteFlashlightOff (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DIBatteryStats.h42 virtual void noteFlashlightOff(int uid) = 0;
/frameworks/av/media/utils/include/mediautils/
DBatteryNotifier.h47 void noteFlashlightOff(const String8& id, uid_t uid);
/frameworks/av/media/utils/
DBatteryNotifier.cpp126 void BatteryNotifier::noteFlashlightOff(const String8& id, uid_t uid) { in noteFlashlightOff() function in android::BatteryNotifier
134 batteryService->noteFlashlightOff(uid); in noteFlashlightOff()
/frameworks/native/libs/binder/
DIBatteryStats.cpp98 virtual void noteFlashlightOff(int uid) { in noteFlashlightOff() function in android::BpBatteryStats
208 noteFlashlightOff(uid); in onTransact()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl45 void noteFlashlightOff(int uid); in noteFlashlightOff() method
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java810 public void noteFlashlightOff(int uid) { in noteFlashlightOff() method in BatteryStatsService
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp543 notifier.noteFlashlightOff(cameraId, oldUid); in onTorchStatusChangedLocked()
554 notifier.noteFlashlightOff(cameraId, oldUid); in onTorchStatusChangedLocked()
/frameworks/base/services/
Dart-profile6829 PLcom/android/server/am/BatteryStatsService;->noteFlashlightOff(I)V