Lines Matching refs:mModule
90 mModule(module), in CameraDevice()
101 mDeviceVersion = mModule->getDeviceVersion(mCameraIdInt); in CameraDevice()
102 if (mDeviceVersion != CAMERA_DEVICE_API_VERSION_1_0 && !mModule->isOpenLegacyDefined()) { in CameraDevice()
553 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in getResourceCost()
554 int ret = mModule->getCameraInfo(mCameraIdInt, &info); in getResourceCost()
589 int ret = mModule->getCameraInfo(mCameraIdInt, &info); in getCameraInfo()
608 if (!mModule->isSetTorchModeSupported()) { in setTorchMode()
615 status = getHidlStatus(mModule->setTorchMode(mCameraId.c_str(), enable)); in setTorchMode()
646 status_t res = mModule->getCameraInfo(mCameraIdInt, &info); in open()
653 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_3 && in open()
656 rc = mModule->openLegacy(mCameraId.c_str(), in open()
660 rc = mModule->open(mCameraId.c_str(), (hw_device_t **)&mDevice); in open()