Searched refs:A2DP (Results 1 – 19 of 19) 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/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | A2dpProfile.java | 95 BluetoothProfile.A2DP); in A2dpProfile() 206 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.A2DP, in finalize()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 68 public static final int A2DP = 2; field
|
D | BluetoothA2dp.java | 581 mServiceListener.onServiceConnected(BluetoothProfile.A2DP, BluetoothA2dp.this); 593 mServiceListener.onServiceDisconnected(BluetoothProfile.A2DP);
|
D | BluetoothAdapter.java | 1899 } else if (profile == BluetoothProfile.A2DP) { in getProfileProxy() 1953 case BluetoothProfile.A2DP: in closeProfileProxy()
|
/frameworks/base/docs/html/training/managing-audio/ |
D | audio-output.jd | 33 feature Bluetooth connectivity and support for A2DP audio. </p>
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.5-highlights.jd | 84 <li>Stereo Bluetooth support (A2DP and AVCRP profiles)</li>
|
D | android-3.0.jd | 325 <h3>Bluetooth A2DP and headset APIs</h3> 327 <p>Android now includes APIs for applications to verify the state of connected Bluetooth A2DP and 335 android.bluetooth.BluetoothProfile#A2DP} or {@link android.bluetooth.BluetoothProfile#HEADSET}
|
D | android-3.0-highlights.jd | 251 … new connectivity that developers can build on. API support for Bluetooth A2DP and HSP profiles le…
|
D | android-4.0-highlights.jd | 678 <li>Bluetooth A2DP and HSP devices</li>
|
D | jelly-bean.jd | 189 away on Nexus devices and other Android-compatible devices that offer A2DP/AVRCP
|
D | android-4.0.jd | 715 <p>Similar to regular headset and A2DP profile devices, you must call {@link
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 135 "A2DP" stands for Advanced Audio Distribution Profile.</dd> 916 <li><strong>A2DP</strong>. The Advanced Audio Distribution Profile (A2DP) 920 the Bluetooth A2DP Service via IPC.</li> 1056 object. <p>Similar to regular headset and A2DP profile devices, you must call
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 737 BluetoothProfile.A2DP); in onSystemReady() 3121 case BluetoothProfile.A2DP: 3222 case BluetoothProfile.A2DP: 3808 if (profile != BluetoothProfile.A2DP && profile != BluetoothProfile.A2DP_SINK) { in setBluetoothA2dpDeviceConnectionState() 3812 if (profile == BluetoothProfile.A2DP) { in setBluetoothA2dpDeviceConnectionState() 3819 (profile == BluetoothProfile.A2DP ? in setBluetoothA2dpDeviceConnectionState()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6481 field public static final int A2DP = 2; // 0x2
|
/frameworks/base/api/ |
D | current.txt | 7369 field public static final int A2DP = 2; // 0x2
|
D | system-current.txt | 7670 field public static final int A2DP = 2; // 0x2
|
D | test-current.txt | 7378 field public static final int A2DP = 2; // 0x2
|