OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFlashControl
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/
CameraFlashlight.cpp
55
if (
mFlashControl
!= NULL) {
60
mFlashControl
= new ProviderFlashControl(mProviderManager);
63
mFlashControl
=
97
if (
mFlashControl
== NULL) {
102
res =
mFlashControl
->setTorchMode(cameraId, enabled);
108
res =
mFlashControl
->setTorchMode(cameraId, enabled);
112
mFlashControl
.clear();
117
res =
mFlashControl
->setTorchMode(cameraId, enabled);
136
mFlashControl
.clear();
150
res =
mFlashControl
->hasFlashUnit(id, &hasFlash)
[
all
...]
CameraFlashlight.h
95
sp<FlashControlBase>
mFlashControl
;
Completed in 193 milliseconds