Searched refs:getModuleApiVersion (Results 1 – 5 of 5) sorted by relevance
261 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4 && in init()326 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0) { in getDeviceVersion()348 if (getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_3) { in isOpenLegacyDefined()374 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_1) { in setCallbacks()394 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in isSetTorchModeSupported()435 uint16_t CameraModule::getModuleApiVersion() const { in getModuleApiVersion() function in android::hardware::camera::common::V1_0::helper::CameraModule
60 uint16_t getModuleApiVersion() const;
113 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in getResourceCost()
553 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in getResourceCost()653 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_3 && in open()
353 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0) { in checkCameraVersion()