Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h661 pthread_cond_t m_int_cond; variable
DQCameraPostProc.cpp1175 pthread_cond_signal(&m_parent->m_int_cond); in processJpegEvt()
2644 pthread_cond_signal(&m_parent->m_int_cond); in processRawImageImpl()
DQCamera2HWI.cpp1704 pthread_cond_init(&m_int_cond, NULL); in QCamera2HardwareInterface()
1776 pthread_cond_destroy(&m_int_cond); in ~QCamera2HardwareInterface()
5146 rc = pthread_cond_timedwait(&m_int_cond, &m_int_lock, &ts); in checkIntPicPending()