Searched refs:getModuleApiVersion (Results 1 – 5 of 5) sorted by relevance
50 uint16_t getModuleApiVersion();
256 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4 && in init()383 uint16_t CameraModule::getModuleApiVersion() { in getModuleApiVersion() function in android::CameraModule
58 if (mCameraModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in createFlashlightControl()68 if (mCameraModule->getModuleApiVersion() >= in createFlashlightControl()227 if (mCameraModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_4) { in prepareDeviceOpen()277 if (mCameraModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_4) { in deviceClosed()
201 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_2) { in onFirstRef()243 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4 && haveInfo) { in onFirstRef()267 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_1) { in onFirstRef()602 if (mModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_0 || in getCameraCharacteristics()683 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0) { in getDeviceVersion()1286 int apiVersion = mModule->getModuleApiVersion(); in connectLegacy()1712 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0) { in checkCameraCapabilities()1739 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0 in checkCameraCapabilities()2494 result.appendFormat("Camera module API version: 0x%x\n", mModule->getModuleApiVersion()); in dump()2539 if (mModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_0) { in dump()
110 if (module->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_3 && in initialize()