Searched refs:m_evtCond (Results 1 – 2 of 2) sorted by relevance
647 pthread_cond_t m_evtCond; variable
1709 pthread_cond_init(&m_evtCond, NULL); in QCamera2HardwareInterface()1788 pthread_cond_destroy(&m_evtCond); in ~QCamera2HardwareInterface()6434 pthread_cond_wait(&m_evtCond, &m_evtLock); in processSyncEvt()7386 pthread_cond_signal(&m_evtCond); in signalEvtResult()