Searched refs:mRequestCond (Results 1 – 2 of 2) sorted by relevance
633 pthread_cond_t mRequestCond; variable
551 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()