Searched refs:current_player (Results 1 – 2 of 2) sorted by relevance
72 static struct media_player *current_player; variable103 if (plr != current_player) { in player_name_cb()118 if (plr != current_player) { in icon_id_cb()134 if (plr != current_player) { in icon_url_cb()148 if (plr != current_player) { in track_title_cb()163 if (plr != current_player) { in track_duration_cb()178 if (plr != current_player) { in track_position_recv_cb()194 if (plr != current_player) { in track_position_write_cb()210 if (plr != current_player) { in playback_speed_recv_cb()226 if (plr != current_player) { in playback_speed_write_cb()[all …]
44 static struct media_player *current_player; variable56 if (!current_player) { in local_player_instance_cb()57 current_player = local_player; in local_player_instance_cb()73 current_player = remote_player; in discover_player_cb()447 current_player = local_player; in cmd_media_set_player()449 current_player); in cmd_media_set_player()458 current_player = remote_player; in cmd_media_set_player()460 current_player); in cmd_media_set_player()478 if (current_player == NULL) { in cmd_media_show_players()480 } else if (current_player == local_player) { in cmd_media_show_players()[all …]