Searched refs:A2DP (Results 1 – 18 of 18) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 65 public static final int A2DP = 2; field
|
D | BluetoothA2dp.java | 455 mServiceListener.onServiceConnected(BluetoothProfile.A2DP, BluetoothA2dp.this); 462 mServiceListener.onServiceDisconnected(BluetoothProfile.A2DP);
|
D | BluetoothAdapter.java | 1157 } else if (profile == BluetoothProfile.A2DP) { in getProfileProxy() 1193 case BluetoothProfile.A2DP: in closeProfileProxy()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothStressTest.java | 215 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.A2DP, null); in testConnectA2dp() 219 mTestUtils.connectProfile(adapter, device, BluetoothProfile.A2DP, in testConnectA2dp() 221 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.A2DP, in testConnectA2dp()
|
D | BluetoothTestUtils.java | 220 case BluetoothProfile.A2DP: in ConnectProfileReceiver() 315 case BluetoothProfile.A2DP: 335 case BluetoothProfile.A2DP: 939 if (profile == BluetoothProfile.A2DP) { in connectProfile() 1014 if (profile == BluetoothProfile.A2DP) { in disconnectProfile() 1441 case BluetoothProfile.A2DP: in connectProxy() 1467 case BluetoothProfile.A2DP: in connectProxy()
|
/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 | 83 <li>Stereo Bluetooth support (A2DP and AVCRP profiles)</li>
|
D | android-3.0.jd | 324 <h3>Bluetooth A2DP and headset APIs</h3> 326 <p>Android now includes APIs for applications to verify the state of connected Bluetooth A2DP and 334 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 | 675 <li>Bluetooth A2DP and HSP devices</li>
|
D | android-4.0.jd | 711 <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> 920 <li><strong>A2DP</strong>. The Advanced Audio Distribution Profile (A2DP) 924 the Bluetooth A2DP Service via IPC.</li> 1060 object. <p>Similar to regular headset and A2DP profile devices, you must call
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 2171 case BluetoothProfile.A2DP: 2239 case BluetoothProfile.A2DP: 3936 BluetoothProfile.A2DP); in onReceive()
|
/frameworks/base/api/ |
D | 14.txt | 4566 field public static final int A2DP = 2; // 0x2
|
D | 15.txt | 4575 field public static final int A2DP = 2; // 0x2
|
D | 16.txt | 4784 field public static final int A2DP = 2; // 0x2
|
D | 17.txt | 4874 field public static final int A2DP = 2; // 0x2
|
D | current.txt | 4874 field public static final int A2DP = 2; // 0x2
|