Home
last modified time | relevance | path

Searched refs:mCameraModule (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.cpp41 mCameraModule(&cameraModule), in CameraFlashlight()
58 if (mCameraModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in createFlashlightControl()
59 mFlashControl = new ModuleFlashControl(*mCameraModule, *mCallbacks); in createFlashlightControl()
68 if (mCameraModule->getModuleApiVersion() >= in createFlashlightControl()
71 res = mCameraModule->getCameraInfo( in createFlashlightControl()
83 new CameraDeviceClientFlashControl(*mCameraModule, in createFlashlightControl()
92 new CameraHardwareInterfaceFlashControl(*mCameraModule, in createFlashlightControl()
160 int32_t numCameras = mCameraModule->getNumberOfCameras(); in findFlashUnits()
227 if (mCameraModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_4) { in prepareDeviceOpen()
234 int numCameras = mCameraModule->getNumberOfCameras(); in prepareDeviceOpen()
[all …]
DCameraFlashlight.h91 CameraModule *mCameraModule; variable
116 CameraModule *mCameraModule;
154 CameraModule *mCameraModule; variable
212 CameraModule *mCameraModule; variable