Home | History | Annotate | Download | only in src

Lines Matching refs:m_ipc_to_cmd_th

286         m_ipc_to_cmd_th(NULL)
1076 m_ipc_to_cmd_th = NULL; // command instance
1168 if (!m_ipc_to_cmd_th)
1170 m_ipc_to_cmd_th = omx_amr_thread_create(process_command_msg,
1172 if (!m_ipc_to_cmd_th)
2340 if (m_ipc_to_cmd_th)
2343 omx_amr_post_msg(m_ipc_to_cmd_th, id);
4309 if (m_ipc_to_cmd_th != NULL)
4311 omx_amr_thread_stop(m_ipc_to_cmd_th);
4312 m_ipc_to_cmd_th = NULL;