Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraStream.h215 pthread_cond_t m_cond; variable
DQCameraStream.cpp758 pthread_cond_init(&m_cond, NULL); in start()
1673 pthread_cond_signal(&m_cond); in cond_signal()
1689 pthread_cond_wait(&m_cond, &m_lock); in cond_wait()
DQCamera2HWI.h529 pthread_cond_t m_cond; variable
DQCamera2HWI.cpp1118 pthread_cond_init(&m_cond, NULL); in QCamera2HardwareInterface()
1166 pthread_cond_destroy(&m_cond); in ~QCamera2HardwareInterface()
4876 pthread_cond_wait(&m_cond, &m_lock); in waitAPIResult()
4946 pthread_cond_broadcast(&m_cond); in signalAPIResult()