Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.h325 pthread_cond_t mRequestCond; variable
DQCamera3HWI.cpp282 pthread_cond_init(&mRequestCond, NULL); in QCamera3HardwareInterface()
397 pthread_cond_destroy(&mRequestCond); in ~QCamera3HardwareInterface()
2132 pthread_cond_signal(&mRequestCond); in unblockRequestIfNecessary()
2542 pthread_cond_wait(&mRequestCond, &mMutex); in processCaptureRequest()
2546 rc = pthread_cond_timedwait(&mRequestCond, &mMutex, &ts); in processCaptureRequest()
2671 pthread_cond_signal(&mRequestCond); in flush()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.h397 pthread_cond_t mRequestCond; variable
DQCamera3HWI.cpp367 pthread_cond_init(&mRequestCond, NULL); in QCamera3HardwareInterface()
536 pthread_cond_destroy(&mRequestCond); in ~QCamera3HardwareInterface()
3155 pthread_cond_signal(&mRequestCond); in unblockRequestIfNecessary()
3840 pthread_cond_wait(&mRequestCond, &mMutex); in processCaptureRequest()
3844 rc = pthread_cond_timedwait(&mRequestCond, &mMutex, &ts); in processCaptureRequest()
3971 pthread_cond_signal(&mRequestCond); in flush()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HWI.h397 pthread_cond_t mRequestCond; variable
DQCamera3HWI.cpp367 pthread_cond_init(&mRequestCond, NULL); in QCamera3HardwareInterface()
536 pthread_cond_destroy(&mRequestCond); in ~QCamera3HardwareInterface()
3155 pthread_cond_signal(&mRequestCond); in unblockRequestIfNecessary()
3837 pthread_cond_wait(&mRequestCond, &mMutex); in processCaptureRequest()
3841 rc = pthread_cond_timedwait(&mRequestCond, &mMutex, &ts); in processCaptureRequest()
3968 pthread_cond_signal(&mRequestCond); in flush()