Searched refs:getModuleApiVersion (Results 1 – 6 of 6) sorted by relevance
249 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4 && mModule->init != NULL) { in init()360 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0) { in getDeviceVersion()382 if (getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_3) { in isOpenLegacyDefined()407 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_1) { in setCallbacks()427 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in isSetTorchModeSupported()458 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_5 && in notifyDeviceStateChange()542 uint16_t CameraModule::getModuleApiVersion() const { in getModuleApiVersion() function in android::hardware::camera::common::helper::CameraModule
64 if (mModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_5) { in getPhysicalCameraCharacteristics()104 if (mModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_5) { in isStreamCombinationSupported()
62 uint16_t getModuleApiVersion() const;
246 if (mModule->getModuleApiVersion() == CAMERA_MODULE_API_VERSION_2_5) { in getHidlDeviceName()352 uint16_t moduleVersion = mModule->getModuleApiVersion(); in checkCameraVersion()
113 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in getResourceCost()
558 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in getResourceCost()658 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_3 && in open()