OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bluetooth_data
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/audio/
ctl_bluetooth.c
47
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
*data
[
all
...]
gstavdtpsink.c
65
struct
bluetooth_data
{
struct
365
struct
bluetooth_data
*data = self->data;
892
self->data = g_new0(struct
bluetooth_data
, 1);
[
all
...]
liba2dp.c
121
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
*data
[
all
...]
pcm_bluetooth.c
129
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
*data
[
all
...]
Completed in 6537 milliseconds