Searched refs:mRequestCond (Results 1 – 2 of 2) sorted by relevance
205 pthread_cond_t mRequestCond; variable
179 pthread_cond_init(&mRequestCond, NULL); in QCamera3HardwareInterface()245 pthread_cond_destroy(&mRequestCond); in ~QCamera3HardwareInterface()954 pthread_cond_wait(&mRequestCond, &mMutex); in processCaptureRequest()1160 pthread_cond_signal(&mRequestCond); in captureResultCb()