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

/external/bluetooth/bluez/audio/
H A Dliba2dp.c121 struct bluetooth_data { struct
168 static int audioservice_send(struct bluetooth_data *data, const bt_audio_msg_header_t *msg);
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)
216 static int bluetooth_start(struct bluetooth_data *data)
280 static int bluetooth_stop(struct bluetooth_data *data)
353 static int bluetooth_a2dp_init(struct bluetooth_data *data)
432 static void bluetooth_a2dp_setup(struct bluetooth_data *dat
[all...]
H A Dctl_bluetooth.c47 struct bluetooth_data { struct
62 static void bluetooth_exit(struct bluetooth_data *data)
75 struct bluetooth_data *data = ext->private_data;
143 static int bluetooth_send_ctl(struct bluetooth_data *data,
205 struct bluetooth_data *data = ext->private_data;
227 struct bluetooth_data *data = ext->private_data;
259 struct bluetooth_data *data = ext->private_data;
318 static int bluetooth_init(struct bluetooth_data *data)
325 memset(data, 0, sizeof(struct bluetooth_data));
342 struct bluetooth_data *dat
[all...]
H A Dgstavdtpsink.h48 struct bluetooth_data;
56 struct bluetooth_data *data;
H A Dpcm_bluetooth.c129 struct bluetooth_data { struct
167 struct bluetooth_data *data = param;
260 struct bluetooth_data *data = io->private_data;
277 struct bluetooth_data *data = io->private_data;
288 struct bluetooth_data *data = io->private_data;
293 static void bluetooth_exit(struct bluetooth_data *data)
322 struct bluetooth_data *data = io->private_data;
333 struct bluetooth_data *data = io->private_data;
431 struct bluetooth_data *data = io->private_data;
524 static int bluetooth_a2dp_init(struct bluetooth_data *dat
[all...]
H A Dgstavdtpsink.c65 struct bluetooth_data { struct
365 struct bluetooth_data *data = self->data;
892 self->data = g_new0(struct bluetooth_data, 1);

Completed in 49 milliseconds