Home
last modified time | relevance | path

Searched refs:get_role_index (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-device-manager.c547 static uint32_t get_role_index(const char* role) { in get_role_index() function
678 role_index = get_role_index("none"); in route_sink_input()
680 role_index = get_role_index(role); in route_sink_input()
753 role_index = get_role_index("none"); in route_source_output()
755 role_index = get_role_index(role); in route_source_output()
987 role_index = get_role_index("none"); in sink_input_new_hook_callback()
989 role_index = get_role_index(role); in sink_input_new_hook_callback()
1027 role_index = get_role_index("none"); in source_output_new_hook_callback()
1029 role_index = get_role_index(role); in source_output_new_hook_callback()
1329 if (PA_INVALID_INDEX == (role_index = get_role_index(rol in extension_cb()
[all...]

Completed in 3 milliseconds