Home
last modified time | relevance | path

Searched refs:AUTO_EXPOSURE_LOCK_SUPPORTED (Results 1 – 8 of 8) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/
DCameraProperties.h130 static const char AUTO_EXPOSURE_LOCK_SUPPORTED[]; variable
/hardware/ti/omap4-aah/camera/inc/
DCameraProperties.h168 static const char AUTO_EXPOSURE_LOCK_SUPPORTED[]; variable
/hardware/ti/omap4xxx/camera/
DCameraParameters.cpp106 const char CameraProperties::AUTO_EXPOSURE_LOCK_SUPPORTED[] = "prop-auto-exposure-lock-supported"; member in android::CameraProperties
DCameraHal.cpp3312 …O_EXPOSURE_LOCK_SUPPORTED, mCameraProperties->get(CameraProperties::AUTO_EXPOSURE_LOCK_SUPPORTED)); in insertSupportedParams()
/hardware/ti/omap4-aah/camera/
DCameraParameters.cpp128 const char CameraProperties::AUTO_EXPOSURE_LOCK_SUPPORTED[] = "prop-auto-exposure-lock-supported"; member in Ti::Camera::CameraProperties
DCameraHal.cpp4442 …O_EXPOSURE_LOCK_SUPPORTED, mCameraProperties->get(CameraProperties::AUTO_EXPOSURE_LOCK_SUPPORTED)); in insertSupportedParams()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCapabilities.cpp1004 params->set(CameraProperties::AUTO_EXPOSURE_LOCK_SUPPORTED, DEFAULT_LOCK_SUPPORTED); in insertLocks()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapabilities.cpp1505 … params->set(CameraProperties::AUTO_EXPOSURE_LOCK_SUPPORTED, android::CameraParameters::TRUE); in insertLocks()
1507 … params->set(CameraProperties::AUTO_EXPOSURE_LOCK_SUPPORTED, android::CameraParameters::FALSE); in insertLocks()