Searched refs:mFlashControl (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.cpp52 if (mFlashControl != NULL) {
59 mFlashControl = new ModuleFlashControl(*mCameraModule, *mCallbacks);
60 if (mFlashControl == NULL) {
89 mFlashControl = flashControl;
91 mFlashControl =
127 if (mFlashControl == NULL) {
136 res = mFlashControl->setTorchMode(cameraId, enabled);
142 res = mFlashControl->setTorchMode(cameraId, enabled);
146 mFlashControl.clear();
151 res = mFlashControl
[all...]
H A DCameraFlashlight.h90 sp<FlashControlBase> mFlashControl; member in class:android::CameraFlashlight

Completed in 61 milliseconds