Lines Matching refs:mModule
93 mModule(module), in CameraDevice()
104 mDeviceVersion = mModule->getDeviceVersion(mCameraIdInt); in CameraDevice()
105 if (mDeviceVersion != CAMERA_DEVICE_API_VERSION_1_0 && !mModule->isOpenLegacyDefined()) { in CameraDevice()
558 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in getResourceCost()
559 int ret = mModule->getCameraInfo(mCameraIdInt, &info); in getResourceCost()
594 int ret = mModule->getCameraInfo(mCameraIdInt, &info); in getCameraInfo()
613 if (!mModule->isSetTorchModeSupported()) { in setTorchMode()
620 status = getHidlStatus(mModule->setTorchMode(mCameraId.c_str(), enable)); in setTorchMode()
651 status_t res = mModule->getCameraInfo(mCameraIdInt, &info); in open()
658 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_3 && in open()
661 rc = mModule->openLegacy(mCameraId.c_str(), in open()
665 rc = mModule->open(mCameraId.c_str(), (hw_device_t **)&mDevice); in open()