Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraModule.h50 uint16_t getModuleApiVersion();
DCameraModule.cpp256 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4 && in init()
383 uint16_t CameraModule::getModuleApiVersion() { in getModuleApiVersion() function in android::CameraModule
/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.cpp58 if (mCameraModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { in createFlashlightControl()
68 if (mCameraModule->getModuleApiVersion() >= in createFlashlightControl()
227 if (mCameraModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_4) { in prepareDeviceOpen()
277 if (mCameraModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_4) { in deviceClosed()
DCameraService.cpp201 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_2) { in onFirstRef()
243 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4 && haveInfo) { in onFirstRef()
267 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_1) { in onFirstRef()
602 if (mModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_0 || in getCameraCharacteristics()
683 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0) { in getDeviceVersion()
1286 int apiVersion = mModule->getModuleApiVersion(); in connectLegacy()
1712 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0) { in checkCameraCapabilities()
1739 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0 in checkCameraCapabilities()
2494 result.appendFormat("Camera module API version: 0x%x\n", mModule->getModuleApiVersion()); in dump()
2539 if (mModule->getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_0) { in dump()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h110 if (module->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_3 && in initialize()