Searched refs:command_get_info (Results 1 - 1 of 1) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-native.c | 3384 static void command_get_info(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *userdata) { in command_get_info() function 4812 [PA_COMMAND_GET_SINK_INFO] = command_get_info, 4813 [PA_COMMAND_GET_SOURCE_INFO] = command_get_info, 4814 [PA_COMMAND_GET_CLIENT_INFO] = command_get_info, 4815 [PA_COMMAND_GET_CARD_INFO] = command_get_info, 4816 [PA_COMMAND_GET_MODULE_INFO] = command_get_info, 4817 [PA_COMMAND_GET_SINK_INPUT_INFO] = command_get_info, 4818 [PA_COMMAND_GET_SOURCE_OUTPUT_INFO] = command_get_info, 4819 [PA_COMMAND_GET_SAMPLE_INFO] = command_get_info,
|
Completed in 8 milliseconds