HomeSort by relevance Sort by last modified time
    Searched refs:mFlashControl (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.cpp 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)
    [all...]
CameraFlashlight.h 90 sp<FlashControlBase> mFlashControl;

Completed in 111 milliseconds