Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_bt_endpoint.c70 const char *endpoint_path, *transport_path; in cras_bt_endpoint_set_configuration() local
78 endpoint_path = dbus_message_get_path(message); in cras_bt_endpoint_set_configuration()
79 endpoint = cras_bt_endpoint_get(endpoint_path); in cras_bt_endpoint_set_configuration()
134 const char *endpoint_path; in cras_bt_endpoint_select_configuration() local
144 endpoint_path = dbus_message_get_path(message); in cras_bt_endpoint_select_configuration()
145 endpoint = cras_bt_endpoint_get(endpoint_path); in cras_bt_endpoint_select_configuration()
193 const char *endpoint_path, *transport_path; in cras_bt_endpoint_clear_configuration() local
201 endpoint_path = dbus_message_get_path(message); in cras_bt_endpoint_clear_configuration()
202 endpoint = cras_bt_endpoint_get(endpoint_path); in cras_bt_endpoint_clear_configuration()
234 const char *endpoint_path; in cras_bt_endpoint_release() local
[all …]