Home
last modified time | relevance | path

Searched refs:m_precaptureTriggerId (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp1069 m_ctlInfo.flash.m_precaptureTriggerId = 0; in ExynosCameraHWInterface2()
2897 if (m_ctlInfo.flash.m_precaptureTriggerId > 0) { in m_preCaptureSetter()
3219 if (m_IsAfModeUpdateRequired && (m_ctlInfo.flash.m_precaptureTriggerId == 0)) { in m_sensorThreadFunc()
4804 m_ctlInfo.flash.m_precaptureTriggerId = id; in OnPrecaptureMeteringTriggerStart()
5006 if (m_ctlInfo.flash.m_precaptureTriggerId > 0) { in OnPrecaptureMeteringNotificationSensor()
5011 m_ctlInfo.flash.m_precaptureTriggerId, 0, m_callbackCookie); in OnPrecaptureMeteringNotificationSensor()
5015 m_ctlInfo.flash.m_precaptureTriggerId, 0, m_callbackCookie); in OnPrecaptureMeteringNotificationSensor()
5023 if (m_ctlInfo.flash.m_precaptureTriggerId > 0) { in OnPrecaptureMeteringNotificationISP()
5033 m_ctlInfo.flash.m_precaptureTriggerId, 0, m_callbackCookie); in OnPrecaptureMeteringNotificationISP()
5037 m_ctlInfo.flash.m_precaptureTriggerId, 0, m_callbackCookie); in OnPrecaptureMeteringNotificationISP()
[all …]
DExynosCameraHWInterface2.h242 int m_precaptureTriggerId; member