Home
last modified time | relevance | path

Searched refs:mRequestAppCond (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3Test.cpp39 extern pthread_cond_t mRequestAppCond;
160 pthread_cond_init(&mRequestAppCond, NULL); in processThreadCreate()
193 pthread_cond_timedwait(&mRequestAppCond, &thread->mutex, &ts1); in processBuffers()
203 pthread_cond_destroy(&mRequestAppCond); in processBuffers()
DQCameraHAL3Base.cpp67 pthread_cond_t mRequestAppCond; variable
142 pthread_cond_signal(&mRequestAppCond); in ProcessCaptureResult()
DQCameraHAL3VideoTest.cpp38 extern pthread_cond_t mRequestAppCond;
DQCameraHAL3PreviewTest.cpp36 extern pthread_cond_t mRequestAppCond;