Home
last modified time | relevance | path

Searched refs:m_int_cond (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h701 pthread_cond_t m_int_cond; variable
DQCameraPostProc.cpp1319 pthread_cond_signal(&m_parent->m_int_cond); in processJpegEvt()
2951 pthread_cond_signal(&m_parent->m_int_cond); in processRawImageImpl()
DQCamera2HWI.cpp1714 pthread_cond_init(&m_int_cond, NULL); in QCamera2HardwareInterface()
1790 pthread_cond_destroy(&m_int_cond); in ~QCamera2HardwareInterface()
5621 rc = pthread_cond_timedwait(&m_int_cond, &m_int_lock, &ts); in checkIntPicPending()