Home
last modified time | relevance | path

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

/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3HWI.h205 pthread_cond_t mRequestCond; variable
DQCamera3HWI.cpp179 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()