Searched refs:mRequestCond (Results 1 – 6 of 6) sorted by relevance
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3HWI.h | 325 pthread_cond_t mRequestCond; variable
|
D | QCamera3HWI.cpp | 282 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/ |
D | QCamera3HWI.h | 397 pthread_cond_t mRequestCond; variable
|
D | QCamera3HWI.cpp | 367 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/ |
D | QCamera3HWI.h | 397 pthread_cond_t mRequestCond; variable
|
D | QCamera3HWI.cpp | 367 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()
|