Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h633 pthread_cond_t mRequestCond; variable
DQCamera3HWI.cpp551 PTHREAD_COND_INIT(&mRequestCond); in QCamera3HardwareInterface()
796 pthread_cond_destroy(&mRequestCond); in ~QCamera3HardwareInterface()
4404 pthread_cond_signal(&mRequestCond); in unblockRequestIfNecessary()
6174 pthread_cond_wait(&mRequestCond, &mMutex); in processCaptureRequest()
6178 rc = pthread_cond_timedwait(&mRequestCond, &mMutex, &ts); in processCaptureRequest()
6405 pthread_cond_signal(&mRequestCond); in flush()