Home | History | Annotate | Download | only in src

Lines Matching refs:post_message

380 void post_message(omx_vdec *omx, unsigned char id)
383 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out);
386 DEBUG_PRINT_ERROR("post_message to pipe failed : %s", strerror(errno));
388 DEBUG_PRINT_LOW("post_message to pipe done %d",ret_value);
898 post_message(this, OMX_COMPONENT_CLOSE_MSG);
3358 post_message(this, id);