OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noteFlashlightOff
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/utils/include/mediautils/
BatteryNotifier.h
47
void
noteFlashlightOff
(const String8& id, int uid);
/frameworks/native/include/binder/
IBatteryStats.h
40
virtual void
noteFlashlightOff
(int uid) = 0;
/frameworks/av/media/utils/
BatteryNotifier.cpp
120
void BatteryNotifier::
noteFlashlightOff
(const String8& id, int uid) {
128
batteryService->
noteFlashlightOff
(uid);
/frameworks/native/libs/binder/
IBatteryStats.cpp
100
virtual void
noteFlashlightOff
(int uid) {
209
noteFlashlightOff
(uid);
/frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl
42
void
noteFlashlightOff
(int uid);
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
404
notifier.
noteFlashlightOff
(cameraId, oldUid);
415
notifier.
noteFlashlightOff
(cameraId, oldUid);
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java
691
public void
noteFlashlightOff
(int uid) {
[
all
...]
Completed in 200 milliseconds