Searched defs:bluetooth_data (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluez/audio/
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.c71 struct bluetooth_data { struct
414 struct bluetooth_data *data = self->data;
1438 self->data = g_new0(struct bluetooth_data, 1);
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)
283 static int bluetooth_stop(struct bluetooth_data *data)
356 static int bluetooth_a2dp_init(struct bluetooth_data *data)
435 static void bluetooth_a2dp_setup(struct bluetooth_data *dat
[all...]
H A Dpcm_bluetooth.c129 struct bluetooth_data { struct
167 struct bluetooth_data *data = param;
262 struct bluetooth_data *data = io->private_data;
279 struct bluetooth_data *data = io->private_data;
290 struct bluetooth_data *data = io->private_data;
295 static void bluetooth_exit(struct bluetooth_data *data)
324 struct bluetooth_data *data = io->private_data;
335 struct bluetooth_data *data = io->private_data;
433 struct bluetooth_data *data = io->private_data;
526 static int bluetooth_a2dp_init(struct bluetooth_data *dat
[all...]

Completed in 103 milliseconds