Home
last modified time | relevance | path

Searched refs:getModuleApiVersion (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/camera/common/1.0/default/
DCameraModule.cpp261 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
/hardware/interfaces/camera/common/1.0/default/include/
DCameraModule.h60 uint16_t getModuleApiVersion() const;
/hardware/interfaces/camera/device/3.2/default/
DCameraDevice.cpp113 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in getResourceCost()
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp553 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in getResourceCost()
653 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_3 && in open()
/hardware/interfaces/camera/provider/2.4/default/
DCameraProvider.cpp353 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0) { in checkCameraVersion()