Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:mFlashControl

52     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->setTorchMode(cameraId, enabled);
174 res = mFlashControl->hasFlashUnit(id, &hasFlash);
186 mFlashControl.clear();
230 mFlashControl.clear();
245 mFlashControl.clear();