Home
last modified time | relevance | path

Searched refs:m_bIntRawEvtPending (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp1669 m_bIntRawEvtPending(false), in QCamera2HardwareInterface()
5618 (true == m_bIntRawEvtPending)) { in checkIntPicPending()
5630 } else if (true == m_bIntRawEvtPending) { in checkIntPicPending()
5642 } else if (true == m_bIntRawEvtPending) { in checkIntPicPending()
5720 } else if (true == m_bIntRawEvtPending) { in takeBackendPic_internal()
5776 if (true == m_bIntRawEvtPending) { in clearIntPendingEvents()
5791 } else if (true == m_bIntRawEvtPending) { in clearIntPendingEvents()
5792 m_bIntRawEvtPending = false; in clearIntPendingEvents()
6481 if (false == obj->m_bIntRawEvtPending) { in camEvtHandle()
6483 obj->m_bIntRawEvtPending = true; in camEvtHandle()
DQCamera2HWI.h697 bool m_bIntRawEvtPending; variable
DQCamera2HWICallbacks.cpp2910 if (true == m_bIntRawEvtPending) { in dumpFrameToFile()
3062 if (true == m_bIntRawEvtPending) { in dumpFrameToFile()
DQCameraPostProc.cpp2946 if(true == m_parent->m_bIntRawEvtPending) { in processRawImageImpl()