Lines Matching refs:SHELL_CMD_ARG
1295 SHELL_CMD_ARG(init, NULL,
1298 SHELL_CMD_ARG(set_player, NULL, "Set current player [local || remote]",
1300 SHELL_CMD_ARG(show_players, NULL, "Show local, remote and current player",
1303 SHELL_CMD_ARG(discover_player, NULL, "Discover remote media player",
1306 SHELL_CMD_ARG(read_player_name, NULL, "Read Media Player Name",
1309 SHELL_CMD_ARG(read_icon_obj_id, NULL, "Read Icon Object ID",
1312 SHELL_CMD_ARG(read_icon_url, NULL, "Read Icon URL",
1314 SHELL_CMD_ARG(read_track_title, NULL, "Read Track Title",
1316 SHELL_CMD_ARG(read_track_duration, NULL, "Read Track Duration",
1318 SHELL_CMD_ARG(read_track_position, NULL, "Read Track Position",
1320 SHELL_CMD_ARG(set_track_position, NULL, "Set Track position <position>",
1322 SHELL_CMD_ARG(read_playback_speed, NULL, "Read Playback Speed",
1324 SHELL_CMD_ARG(set_playback_speed, NULL, "Set Playback Speed <speed>",
1326 SHELL_CMD_ARG(read_seeking_speed, NULL, "Read Seeking Speed",
1329 SHELL_CMD_ARG(read_track_segments_obj_id, NULL,
1332 SHELL_CMD_ARG(read_current_track_obj_id, NULL,
1335 SHELL_CMD_ARG(read_next_track_obj_id, NULL,
1338 SHELL_CMD_ARG(read_current_group_obj_id, NULL,
1341 SHELL_CMD_ARG(read_parent_group_obj_id, NULL,
1345 SHELL_CMD_ARG(read_playing_order, NULL, "Read Playing Order",
1347 SHELL_CMD_ARG(set_playing_order, NULL, "Set Playing Order <order>",
1349 SHELL_CMD_ARG(read_playing_orders_supported, NULL,
1352 SHELL_CMD_ARG(read_media_state, NULL, "Read Media State",
1354 SHELL_CMD_ARG(play, NULL, "Send the play command", cmd_media_play, 1,
1356 SHELL_CMD_ARG(pause, NULL, "Send the pause command",
1358 SHELL_CMD_ARG(fast_rewind, NULL, "Send the fast rewind command",
1360 SHELL_CMD_ARG(fast_forward, NULL, "Send the fast forward command",
1362 SHELL_CMD_ARG(stop, NULL, "Send the stop command", cmd_media_stop, 1,
1364 SHELL_CMD_ARG(move_relative, NULL,
1367 SHELL_CMD_ARG(prev_segment, NULL, "Send the prev segment command",
1369 SHELL_CMD_ARG(next_segment, NULL, "Send the next segment command",
1371 SHELL_CMD_ARG(first_segment, NULL, "Send the first segment command",
1373 SHELL_CMD_ARG(last_segment, NULL, "Send the last segment command",
1375 SHELL_CMD_ARG(goto_segment, NULL,
1378 SHELL_CMD_ARG(prev_track, NULL, "Send the prev track command",
1380 SHELL_CMD_ARG(next_track, NULL, "Send the next track command",
1382 SHELL_CMD_ARG(first_track, NULL, "Send the first track command",
1384 SHELL_CMD_ARG(last_track, NULL, "Send the last track command",
1386 SHELL_CMD_ARG(goto_track, NULL,
1389 SHELL_CMD_ARG(prev_group, NULL, "Send the prev group command",
1391 SHELL_CMD_ARG(next_group, NULL, "Send the next group command",
1393 SHELL_CMD_ARG(first_group, NULL, "Send the first group command",
1395 SHELL_CMD_ARG(last_group, NULL, "Send the last group command",
1397 SHELL_CMD_ARG(goto_group, NULL,
1400 SHELL_CMD_ARG(read_commands_supported, NULL, "Read Commands Supported",
1403 SHELL_CMD_ARG(set_search, NULL, "Set search <search control item sequence>",
1405 SHELL_CMD_ARG(read_search_results_obj_id, NULL,
1409 SHELL_CMD_ARG(read_content_control_id, NULL, "Read Content Control ID",