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

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.h236 pthread_cond_t mRequestCond; member in class:qcamera::QCamera3HardwareInterface
H A DQCamera3HWI.cpp196 pthread_cond_init(&mRequestCond, NULL);
279 pthread_cond_destroy(&mRequestCond);
1324 pthread_cond_signal(&mRequestCond);
1622 pthread_cond_wait(&mRequestCond, &mMutex);
1626 rc = pthread_cond_timedwait(&mRequestCond, &mMutex, &ts);

Completed in 343 milliseconds