Lines Matching refs:index

598             pa_json_encoder_add_member_int(encoder, "index", i->index);
610 i->index,
644 pa_json_encoder_add_member_int(encoder, "index", i->index);
687 i->index,
784 pa_json_encoder_add_member_int(encoder, "index", i->index);
796 i->index,
829 pa_json_encoder_add_member_int(encoder, "index", i->index);
872 i->index,
964 printf("%u\t%s\t%s\t\n", i->index, i->name, i->argument ? i->argument : "");
988 i->index,
1034 pa_json_encoder_add_member_int(encoder, "index", i->index);
1044 i->index,
1053 pa_json_encoder_add_member_int(encoder, "index", i->index);
1067 i->index,
1200 pa_json_encoder_add_member_int(encoder, "index", i->index);
1209 printf("%u\t%s\t%s\n", i->index, i->name, pa_strnull(i->driver));
1217 pa_json_encoder_add_member_int(encoder, "index", i->index);
1236 i->index,
1324 pa_json_encoder_add_member_int(encoder, "index", i->index);
1336 i->index,
1351 pa_json_encoder_add_member_int(encoder, "index", i->index);
1389 i->index,
1447 pa_json_encoder_add_member_int(encoder, "index", i->index);
1459 i->index,
1474 pa_json_encoder_add_member_int(encoder, "index", i->index);
1512 i->index,
1570 pa_json_encoder_add_member_int(encoder, "index", i->index);
1581 i->index,
1594 pa_json_encoder_add_member_int(encoder, "index", i->index);
1622 i->index,
1658 pa_json_encoder_add_member_int(encoder, "index", idx);
1817 pa_operation_unref(pa_context_unload_module(c, i->index, simple_callback, NULL));
2039 pa_operation_unref(pa_context_set_sink_input_mute(c, i->index, !i->mute, simple_callback, NULL));
2054 pa_operation_unref(pa_context_set_source_output_mute(c, o->index, !o->mute, simple_callback, NULL));
2206 pa_json_encoder_add_member_int(encoder, "index", idx);
2854 pa_log(_("You have to specify a sink input index and a sink"));
2864 pa_log(_("You have to specify a source output index and a source"));
2899 pa_log(_("You have to specify a module index or name"));
2949 pa_log(_("You have to specify a card name/index and a profile name"));
2960 pa_log(_("You have to specify a sink name/index and a port name"));
2984 pa_log(_("You have to specify a source name/index and a port name"));
3008 pa_log(_("You have to specify a sink name/index"));
3018 pa_log(_("You have to specify a sink name/index and a volume"));
3031 pa_log(_("You have to specify a source name/index"));
3041 pa_log(_("You have to specify a source name/index and a volume"));
3054 pa_log(_("You have to specify a sink input index and a volume"));
3059 pa_log(_("Invalid sink input index"));
3070 pa_log(_("You have to specify a source output index and a volume"));
3075 pa_log(_("Invalid source output index"));
3086 pa_log(_("You have to specify a sink name/index"));
3096 pa_log(_("You have to specify a sink name/index and a mute action (0, 1, or 'toggle')"));
3111 pa_log(_("You have to specify a source name/index"));
3121 pa_log(_("You have to specify a source name/index and a mute action (0, 1, or 'toggle')"));
3136 pa_log(_("You have to specify a sink input index and a mute action (0, 1, or 'toggle')"));
3141 pa_log(_("Invalid sink input index specification"));
3154 pa_log(_("You have to specify a source output index and a mute action (0, 1, or 'toggle')"));
3159 pa_log(_("Invalid source output index specification"));
3192 pa_log(_("You have to specify a sink index and a semicolon-separated list of supported formats"));
3204 pa_log(_("You have to specify a card name/index, a port name and a latency offset"));