Home
last modified time | relevance | path

Searched refs:thread_status (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/visualizer/
Doffload_visualizer.c179 int thread_status; variable
217 thread_status = -1; in init_once()
472 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL, in visualizer_hal_start_output()
516 if (thread_status == 0) { in visualizer_hal_stop_output()
522 thread_status = -1; in visualizer_hal_stop_output()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c48 static int thread_status = 0; variable
57 if(FALSE == thread_status) { in mm_camera_app_timedwait()
64 thread_status = FALSE; in mm_camera_app_timedwait()
74 if(FALSE == thread_status){ in mm_camera_app_wait()
77 thread_status = FALSE; in mm_camera_app_wait()
85 thread_status = TRUE; in mm_camera_app_done()