Searched defs:message_thread (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp101 void* message_thread(void *input) function
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp96 void* message_thread(void *input) function
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp193 void* message_thread(void *input) function
1581 r = pthread_create(&msg_thread_id,0,message_thread,this);
1585 DEBUG_PRINT_ERROR("\n component_init(): message_thread creation failed");
H A Domx_vdec_copper.cpp208 void* message_thread(void *input) function
1516 r = pthread_create(&msg_thread_id,0,message_thread,this);
1520 DEBUG_PRINT_ERROR("\n component_init(): message_thread creation failed");
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp195 void* message_thread(void *input) function
1564 r = pthread_create(&msg_thread_id,0,message_thread,this);
1567 DEBUG_PRINT_ERROR("\n component_init(): message_thread creation failed");
H A Domx_vdec_hevc.cpp255 void* message_thread(void *input) function
1591 r = pthread_create(&msg_thread_id,0,message_thread,this);
1594 DEBUG_PRINT_ERROR("\n component_init(): message_thread creation failed");
H A Domx_vdec_msm8974.cpp274 void* message_thread(void *input) function
1749 r = pthread_create(&msg_thread_id,0,message_thread,this);
1752 DEBUG_PRINT_ERROR("\n component_init(): message_thread creation failed");

Completed in 216 milliseconds