Home
last modified time | relevance | path

Searched defs:noteFlashlightOff (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/utils/
H A DBatteryNotifier.cpp126 void BatteryNotifier::noteFlashlightOff(const String8& id, uid_t uid) { in noteFlashlightOff() function in android::BatteryNotifier
/aosp12/frameworks/native/libs/binder/
H A DIBatteryStats.cpp98 virtual void noteFlashlightOff(int uid) { in noteFlashlightOff() function in android::BpBatteryStats
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl47 void noteFlashlightOff(int uid); in noteFlashlightOff() method
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1520 public void noteFlashlightOff(final int uid) { in noteFlashlightOff() method in BatteryStatsService