Searched refs:command_send (Results 1 – 5 of 5) sorted by relevance
758 void (*command_send)(struct media_player *player, int err, const struct mpl_cmd *cmd); member
562 if (mprx.ctrlr.cbs && mprx.ctrlr.cbs->command_send) { in mcc_send_cmd_cb()563 mprx.ctrlr.cbs->command_send(&mprx.remote_player, err, cmd); in mcc_send_cmd_cb()1606 if (mprx.ctrlr.cbs && mprx.ctrlr.cbs->command_send) { in media_proxy_ctrl_send_command()1607 mprx.ctrlr.cbs->command_send(player, 0, cmd); in media_proxy_ctrl_send_command()
537 cbs.command_send = command_send_cb; in initialize_media()
425 cbs.command_send = command_send_cb; in cmd_media_init()
1630 .command_send = mcs_command_send_cb,