Searched refs:mRequestCond (Results 1 – 6 of 6) sorted by relevance
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3HWI.h | 209 pthread_cond_t mRequestCond; variable
|
D | QCamera3HWI.cpp | 180 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/ |
D | QCamera3HWI.h | 272 pthread_cond_t mRequestCond; variable
|
D | QCamera3HWI.cpp | 262 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/ |
D | QCamera3HWI.h | 321 pthread_cond_t mRequestCond; variable
|
D | QCamera3HWI.cpp | 281 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()
|