Lines Matching refs:mModule
81 int deviceVersion = mModule->getDeviceVersion(camera_id);
89 mModule->isOpenLegacyDefined()) {
92 int ret = mModule->openLegacy(cameraId, CAMERA_DEVICE_API_VERSION_1_0, &halDev);
117 int deviceVersion = mModule->getDeviceVersion(camera_id);
123 mModule->isOpenLegacyDefined() && mOpenLegacySupported[cameraIdStr]) {
132 mModule->removeCamera(camera_id);
278 mModule = new CameraModule(rawModule);
279 err = mModule->init();
282 mModule.clear();
285 ALOGI("Loaded \"%s\" camera module", mModule->getModuleName());
294 err = mModule->setCallbacks(this);
297 mModule.clear();
316 mNumberOfLegacyCameras = mModule->getNumberOfCameras();
319 auto rc = mModule->getCameraInfo(i, &info);
322 mModule.clear();
328 mModule.clear();
347 if (mModule == nullptr) {
353 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0) {
383 if (!mModule->isVendorTagDefined()) {
388 mModule->getVendorTagOps(&vOps);
459 bool support = mModule->isSetTorchModeSupported();
498 mModule, cameraId, mCameraDeviceNames);
554 mModule, cameraId, mCameraDeviceNames);
575 mModule, cameraId, mCameraDeviceNames);
589 mModule, cameraId, mCameraDeviceNames);