Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h609 pthread_cond_t m_evtCond; variable
DQCamera2HWI.cpp1699 pthread_cond_init(&m_evtCond, NULL); in QCamera2HardwareInterface()
1774 pthread_cond_destroy(&m_evtCond); in ~QCamera2HardwareInterface()
5914 pthread_cond_wait(&m_evtCond, &m_evtLock); in processSyncEvt()
6676 pthread_cond_signal(&m_evtCond); in signalEvtResult()