Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/visualizer/
Doffload_visualizer.c161 int thread_status; variable
204 thread_status = -1; in init_once()
454 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL, in visualizer_hal_start_output()
498 if (thread_status == 0) { in visualizer_hal_stop_output()
504 thread_status = -1; in visualizer_hal_stop_output()
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c171 int thread_status; variable
214 thread_status = -1; in init_once()
462 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL, in visualizer_hal_start_output()
506 if (thread_status == 0) { in visualizer_hal_stop_output()
512 thread_status = -1; in visualizer_hal_stop_output()
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c46 static int thread_status = 0; variable
55 if(FALSE == thread_status) { in mm_camera_app_timedwait()
62 thread_status = FALSE; in mm_camera_app_timedwait()
72 if(FALSE == thread_status){ in mm_camera_app_wait()
75 thread_status = FALSE; in mm_camera_app_wait()
83 thread_status = TRUE; in mm_camera_app_done()