Home
last modified time | relevance | path

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

/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWI.h586 pthread_cond_t m_int_cond; variable
DQCameraPostProc.cpp969 pthread_cond_signal(&m_parent->m_int_cond); in processJpegEvt()
2235 pthread_cond_signal(&m_parent->m_int_cond); in processRawImageImpl()
DQCamera2HWI.cpp1128 pthread_cond_init(&m_int_cond, NULL); in QCamera2HardwareInterface()
1170 pthread_cond_destroy(&m_int_cond); in ~QCamera2HardwareInterface()
3568 rc = pthread_cond_timedwait(&m_int_cond, &m_int_lock, &ts); in checkIntPicPending()
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWI.h586 pthread_cond_t m_int_cond; variable
DQCameraPostProc.cpp969 pthread_cond_signal(&m_parent->m_int_cond); in processJpegEvt()
2235 pthread_cond_signal(&m_parent->m_int_cond); in processRawImageImpl()
DQCamera2HWI.cpp1128 pthread_cond_init(&m_int_cond, NULL); in QCamera2HardwareInterface()
1170 pthread_cond_destroy(&m_int_cond); in ~QCamera2HardwareInterface()
3570 rc = pthread_cond_timedwait(&m_int_cond, &m_int_lock, &ts); in checkIntPicPending()
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h659 pthread_cond_t m_int_cond; variable
DQCameraPostProc.cpp1175 pthread_cond_signal(&m_parent->m_int_cond); in processJpegEvt()
2635 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()
5133 rc = pthread_cond_timedwait(&m_int_cond, &m_int_lock, &ts); in checkIntPicPending()