OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noteFlashlightOff
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/utils/include/mediautils/
BatteryNotifier.h
47
void
noteFlashlightOff
(const String8& id, uid_t uid);
/frameworks/av/media/utils/
BatteryNotifier.cpp
126
void BatteryNotifier::
noteFlashlightOff
(const String8& id, uid_t uid) {
134
batteryService->
noteFlashlightOff
(uid);
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
422
notifier.
noteFlashlightOff
(cameraId, oldUid);
433
notifier.
noteFlashlightOff
(cameraId, oldUid);
[
all
...]
Completed in 991 milliseconds