Searched refs:mRequestCond (Results 1 – 2 of 2) sorted by relevance
495 pthread_cond_t mRequestCond; variable
428 PTHREAD_COND_INIT(&mRequestCond); in QCamera3HardwareInterface()603 pthread_cond_destroy(&mRequestCond); in ~QCamera3HardwareInterface()3962 pthread_cond_signal(&mRequestCond); in unblockRequestIfNecessary()4640 pthread_cond_wait(&mRequestCond, &mMutex); in processCaptureRequest()4644 rc = pthread_cond_timedwait(&mRequestCond, &mMutex, &ts); in processCaptureRequest()4793 pthread_cond_signal(&mRequestCond); in flush()