Home
last modified time | relevance | path

Searched defs:a2dp (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/audio/
Dunix.c83 struct a2dp_data a2dp; member
210 struct a2dp_data *a2dp = &client->d.a2dp; in stream_state_changed() local
610 struct a2dp_data *a2dp = &client->d.a2dp; in a2dp_discovery_complete() local
705 struct a2dp_data *a2dp = &client->d.a2dp; in a2dp_config_complete() local
765 struct a2dp_data *a2dp = &client->d.a2dp; in a2dp_resume_complete() local
818 struct a2dp_data *a2dp = &client->d.a2dp; in a2dp_suspend_complete() local
849 struct a2dp_data *a2dp; in start_discovery() local
915 struct a2dp_data *a2dp; in start_open() local
998 struct a2dp_data *a2dp; in start_config() local
1065 struct a2dp_data *a2dp; in start_resume() local
[all …]
Dpcm_bluetooth.c139 struct bluetooth_a2dp a2dp; /* A2DP data */ member
295 struct bluetooth_a2dp *a2dp = &data->a2dp; in bluetooth_exit() local
620 static void bluetooth_a2dp_setup(struct bluetooth_a2dp *a2dp) in bluetooth_a2dp_setup()
691 struct bluetooth_a2dp *a2dp = &data->a2dp; in bluetooth_a2dp_hw_params() local
972 struct bluetooth_a2dp *a2dp = &data->a2dp; in avdtp_write() local
1006 struct bluetooth_a2dp *a2dp = &data->a2dp; in bluetooth_a2dp_write() local
1268 struct bluetooth_a2dp *a2dp = &data->a2dp; in bluetooth_a2dp_hw_constraint() local
/external/bluetooth/bluez/test/
Dipctest.c102 struct a2dp_info a2dp; member
479 static void setup_sbc(struct a2dp_info *a2dp) in setup_sbc()