Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dliba2dp.c121 struct bluetooth_data { struct
168 static int audioservice_send(struct bluetooth_data *data, const bt_audio_msg_header_t *msg); argument
169 static int audioservice_expect(struct bluetooth_data *data, bt_audio_msg_header_t *outmsg,
171 static int bluetooth_a2dp_hw_params(struct bluetooth_data *data);
172 static void set_state(struct bluetooth_data *data, a2dp_state_t state);
175 static void bluetooth_close(struct bluetooth_data *data) in bluetooth_close()
216 static int bluetooth_start(struct bluetooth_data *data) in bluetooth_start()
280 static int bluetooth_stop(struct bluetooth_data *data) in bluetooth_stop()
353 static int bluetooth_a2dp_init(struct bluetooth_data *data) in bluetooth_a2dp_init()
432 static void bluetooth_a2dp_setup(struct bluetooth_data *data) in bluetooth_a2dp_setup()
[all …]
Dctl_bluetooth.c47 struct bluetooth_data { struct
62 static void bluetooth_exit(struct bluetooth_data *data) in bluetooth_exit() argument
75 struct bluetooth_data *data = ext->private_data; in bluetooth_close()
143 static int bluetooth_send_ctl(struct bluetooth_data *data, in bluetooth_send_ctl()
205 struct bluetooth_data *data = ext->private_data; in bluetooth_read_integer()
227 struct bluetooth_data *data = ext->private_data; in bluetooth_write_integer()
259 struct bluetooth_data *data = ext->private_data; in bluetooth_read_event()
318 static int bluetooth_init(struct bluetooth_data *data) in bluetooth_init()
325 memset(data, 0, sizeof(struct bluetooth_data)); in bluetooth_init()
342 struct bluetooth_data *data; in SND_CTL_PLUGIN_DEFINE_FUNC()
[all …]
Dpcm_bluetooth.c129 struct bluetooth_data { struct
167 struct bluetooth_data *data = param; in playback_hw_thread() argument
260 struct bluetooth_data *data = io->private_data; in bluetooth_playback_start()
277 struct bluetooth_data *data = io->private_data; in bluetooth_playback_stop()
288 struct bluetooth_data *data = io->private_data; in bluetooth_pointer()
293 static void bluetooth_exit(struct bluetooth_data *data) in bluetooth_exit()
322 struct bluetooth_data *data = io->private_data; in bluetooth_close()
333 struct bluetooth_data *data = io->private_data; in bluetooth_prepare()
431 struct bluetooth_data *data = io->private_data; in bluetooth_hsp_hw_params()
524 static int bluetooth_a2dp_init(struct bluetooth_data *data, in bluetooth_a2dp_init()
[all …]
Dgstavdtpsink.h48 struct bluetooth_data;
56 struct bluetooth_data *data;
Dgstavdtpsink.c65 struct bluetooth_data { struct
365 struct bluetooth_data *data = self->data; in gst_avdtp_sink_conf_recv_stream_fd()
892 self->data = g_new0(struct bluetooth_data, 1); in gst_avdtp_sink_start()