Searched refs:A2DP (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothStressTest.java | 199 mTestUtils.disconnectProfile(mAdapter, device, BluetoothProfile.A2DP, null); in testConnectA2dp() 203 mTestUtils.connectProfile(mAdapter, device, BluetoothProfile.A2DP, in testConnectA2dp() 205 mTestUtils.disconnectProfile(mAdapter, device, BluetoothProfile.A2DP, in testConnectA2dp()
|
D | BluetoothTestUtils.java | 224 case BluetoothProfile.A2DP: in ConnectProfileReceiver() 319 case BluetoothProfile.A2DP: 339 case BluetoothProfile.A2DP: 934 if (profile == BluetoothProfile.A2DP) { in connectProfile() 1009 if (profile == BluetoothProfile.A2DP) { in disconnectProfile() 1436 case BluetoothProfile.A2DP: in connectProxy() 1462 case BluetoothProfile.A2DP: in connectProxy()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 68 public static final int A2DP = 2; field
|
D | BluetoothA2dp.java | 807 mServiceListener.onServiceConnected(BluetoothProfile.A2DP, BluetoothA2dp.this); 819 mServiceListener.onServiceDisconnected(BluetoothProfile.A2DP);
|
D | BluetoothAdapter.java | 2027 } else if (profile == BluetoothProfile.A2DP) { in getProfileProxy() 2087 case BluetoothProfile.A2DP: in closeProfileProxy()
|
/frameworks/av/media/libaudiohal/ |
D | DevicesFactoryHalHidl.cpp | 57 *device = IDevicesFactory::Device::A2DP; in nameFromHal()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | A2dpProfileTest.java | 72 }).when(mAdapter).getProfileProxy(any(Context.class), any(), eq(BluetoothProfile.A2DP)); in setUp() 76 mServiceListener.onServiceConnected(BluetoothProfile.A2DP, mBluetoothA2dp); in setUp()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | A2dpProfile.java | 106 BluetoothProfile.A2DP); in A2dpProfile() 292 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.A2DP, in finalize()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6481 field public static final int A2DP = 2; // 0x2
|
/frameworks/base/api/ |
D | current.txt | 7896 field public static final int A2DP = 2; // 0x2
|
D | system-current.txt | 8375 field public static final int A2DP = 2; // 0x2
|