Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.h44 typedef struct pa_bluetooth_adapter pa_bluetooth_adapter; typedef
106 pa_bluetooth_adapter *adapter;
126 struct pa_bluetooth_adapter { struct
Dbluez5-util.c634 static void device_set_adapter(pa_bluetooth_device *device, pa_bluetooth_adapter *adapter) { in device_set_adapter()
645 static pa_bluetooth_adapter* adapter_create(pa_bluetooth_discovery *y, const char *path) { in adapter_create()
646 pa_bluetooth_adapter *a; in adapter_create()
651 a = pa_xnew0(pa_bluetooth_adapter, 1); in adapter_create()
660 static void adapter_free(pa_bluetooth_adapter *a) { in adapter_free()
677 pa_bluetooth_adapter *a; in adapter_remove()
817 static void parse_adapter_properties(pa_bluetooth_adapter *a, DBusMessageIter *i, bool is_property_… in parse_adapter_properties()
949 pa_bluetooth_adapter *a; in parse_interfaces_and_properties()
1217 pa_bluetooth_adapter *a; in filter_cb()