HomeSort by relevance Sort by last modified time
    Searched refs:a2dp (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluez/audio/
unix.c 47 #include "a2dp.h"
83 struct a2dp_data a2dp; member in union:unix_client::__anon1669
210 struct a2dp_data *a2dp = &client->d.a2dp; local
214 if (a2dp->sep) {
215 a2dp_sep_unlock(a2dp->sep, a2dp->session);
216 a2dp->sep = NULL;
218 if (a2dp->session) {
219 avdtp_unref(a2dp->session)
610 struct a2dp_data *a2dp = &client->d.a2dp; local
705 struct a2dp_data *a2dp = &client->d.a2dp; local
765 struct a2dp_data *a2dp = &client->d.a2dp; local
818 struct a2dp_data *a2dp = &client->d.a2dp; local
849 struct a2dp_data *a2dp; local
915 struct a2dp_data *a2dp; local
998 struct a2dp_data *a2dp; local
1065 struct a2dp_data *a2dp; local
1141 struct a2dp_data *a2dp; local
1231 struct a2dp_data *a2dp; local
1632 struct a2dp_data *a2dp; local
    [all...]
pcm_bluetooth.c 116 uint8_t channel_mode; /* A2DP only */
118 uint8_t allocation_method; /* A2DP only */
120 uint8_t subbands; /* A2DP only */
122 uint8_t block_length; /* A2DP only */
124 uint8_t bitpool; /* A2DP only */
139 struct bluetooth_a2dp a2dp; /* A2DP data */ member in struct:bluetooth_data
295 struct bluetooth_a2dp *a2dp = &data->a2dp; local
308 if (a2dp->sbc_initialized
691 struct bluetooth_a2dp *a2dp = &data->a2dp; local
972 struct bluetooth_a2dp *a2dp = &data->a2dp; local
1006 struct bluetooth_a2dp *a2dp = &data->a2dp; local
1268 struct bluetooth_a2dp *a2dp = &data->a2dp; local
    [all...]
Android.mk 3 # A2DP plugin
8 a2dp.c \
  /external/bluetooth/bluez/test/
ipctest.c 102 struct a2dp_info a2dp; member in struct:userdata
283 codec.length != sizeof(u->a2dp.sbc_capabilities))
288 memcpy(&u->a2dp.sbc_capabilities, &codec,
289 sizeof(u->a2dp.sbc_capabilities));
391 cap = &u->a2dp.sbc_capabilities;
479 static void setup_sbc(struct a2dp_info *a2dp)
483 assert(a2dp);
485 active_capabilities = &a2dp->sbc_capabilities;
487 if (a2dp->sbc_initialized)
488 sbc_reinit(&a2dp->sbc, 0)
    [all...]
ipctest-a2dp-resume-fast.test 3 profile a2dp
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 503 BluetoothA2dp a2dp = new BluetoothA2dp(mContext); local
512 authorized = a2dp.getSinkPriority(device) > BluetoothA2dp.PRIORITY_OFF;
514 Log.i(TAG, "Allowing incoming A2DP / AVRCP connection from " + address);
524 Log.i(TAG, "Rejecting incoming A2DP / AVRCP connection from " + address);
548 BluetoothA2dp a2dp = new BluetoothA2dp(mContext); local
549 Set<BluetoothDevice> devices = a2dp.getNonDisconnectedSinks();
  /frameworks/base/services/java/com/android/server/
WifiService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarPolicy.java 1070 BluetoothA2dp a2dp = new BluetoothA2dp(mContext); local
    [all...]

Completed in 267 milliseconds