Searched refs:getModuleApiVersion (Results 1 – 6 of 6) sorted by relevance
269 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4 && in init()381 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0) { in getDeviceVersion()403 if (getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_3) { in isOpenLegacyDefined()429 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_1) { in setCallbacks()449 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in isSetTorchModeSupported()481 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_5 && in notifyDeviceStateChange()564 uint16_t CameraModule::getModuleApiVersion() const { in getModuleApiVersion() function in android::hardware::camera::common::V1_0::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()
63 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()