Home
last modified time | relevance | path

Searched refs:endpoint_path (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.c1297 const char *sender, *path, *endpoint_path, *dev_path = NULL, *uuid = NULL; in endpoint_set_configuration() local
1322 endpoint_path = dbus_message_get_path(m); in endpoint_set_configuration()
1346 if (pa_startswith(endpoint_path, A2DP_SINK_ENDPOINT "/")) in endpoint_set_configuration()
1348 else if (pa_startswith(endpoint_path, A2DP_SOURCE_ENDPOINT "/")) in endpoint_set_configuration()
1353 … pa_log_error("UUID %s of transport %s incompatible with endpoint %s", uuid, path, endpoint_path); in endpoint_set_configuration()
1380 a2dp_codec = a2dp_endpoint_to_a2dp_codec(endpoint_path); in endpoint_set_configuration()
1435 const char *endpoint_path; in endpoint_select_configuration() local
1445 endpoint_path = dbus_message_get_path(m); in endpoint_select_configuration()
1455 a2dp_codec = a2dp_endpoint_to_a2dp_codec(endpoint_path); in endpoint_select_configuration()