Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/1.0/default/
DCameraModule.cpp269 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
/hardware/interfaces/camera/device/3.5/default/
DCameraDevice.cpp64 if (mModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_5) { in getPhysicalCameraCharacteristics()
104 if (mModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_5) { in isStreamCombinationSupported()
/hardware/interfaces/camera/common/1.0/default/include/
DCameraModule.h63 uint16_t getModuleApiVersion() const;
/hardware/interfaces/camera/provider/2.4/default/
DLegacyCameraProviderImpl_2_4.cpp246 if (mModule->getModuleApiVersion() == CAMERA_MODULE_API_VERSION_2_5) { in getHidlDeviceName()
352 uint16_t moduleVersion = mModule->getModuleApiVersion(); in checkCameraVersion()
/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.cpp558 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in getResourceCost()
658 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_3 && in open()