Home
last modified time | relevance | path

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

/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3HWI.h209 pthread_cond_t mRequestCond; variable
DQCamera3HWI.cpp180 pthread_cond_init(&mRequestCond, NULL); in QCamera3HardwareInterface()
246 pthread_cond_destroy(&mRequestCond); in ~QCamera3HardwareInterface()
954 pthread_cond_wait(&mRequestCond, &mMutex); in processCaptureRequest()
1162 pthread_cond_signal(&mRequestCond); in captureResultCb()
/device/lge/hammerhead/camera/QCamera2/HAL3/
DQCamera3HWI.h272 pthread_cond_t mRequestCond; variable
DQCamera3HWI.cpp262 pthread_cond_init(&mRequestCond, NULL); in QCamera3HardwareInterface()
337 pthread_cond_destroy(&mRequestCond); in ~QCamera3HardwareInterface()
1547 pthread_cond_signal(&mRequestCond); in unblockRequestIfNecessary()
1870 pthread_cond_wait(&mRequestCond, &mMutex); in processCaptureRequest()
1874 rc = pthread_cond_timedwait(&mRequestCond, &mMutex, &ts); in processCaptureRequest()
1956 pthread_cond_signal(&mRequestCond); in flush()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.h321 pthread_cond_t mRequestCond; variable
DQCamera3HWI.cpp281 pthread_cond_init(&mRequestCond, NULL); in QCamera3HardwareInterface()
372 pthread_cond_destroy(&mRequestCond); in ~QCamera3HardwareInterface()
2094 pthread_cond_signal(&mRequestCond); in unblockRequestIfNecessary()
2472 pthread_cond_wait(&mRequestCond, &mMutex); in processCaptureRequest()
2476 rc = pthread_cond_timedwait(&mRequestCond, &mMutex, &ts); in processCaptureRequest()
2601 pthread_cond_signal(&mRequestCond); in flush()