/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/ |
D | policy_criteria.txt | 2 …ockHeadset DgtlDockHeadset UsbAccessory UsbDevice FmTuner TvTuner Line Spdif BluetoothA2dp Loopback 3 …et WiredHeadphone BluetoothSco BluetoothScoHeadset BluetoothScoCarkit BluetoothA2dp BluetoothA2dpH…
|
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/config/ |
D | audio_policy_criteria.conf | 51 …et,WiredHeadphone,BluetoothSco,BluetoothScoHeadset,BluetoothScoCarkit,BluetoothA2dp,BluetoothA2dpH… 58 …DockHeadset,DgtlDockHeadset,UsbAccessory,UsbDevice,FmTuner,TvTune,Line,Spdif,BluetoothA2dp,Loopback
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | A2dpProfile.java | 19 import android.bluetooth.BluetoothA2dp; 38 private BluetoothA2dp mService; 61 mService = (BluetoothA2dp) proxy; in onServiceConnected()
|
D | LocalBluetoothProfileManager.java | 19 import android.bluetooth.BluetoothA2dp; 145 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/ |
D | device_for_strategy_enforced_audible.pfw | 31 AvailableOutputDevices Excludes BluetoothA2dp 83 conf: BluetoothA2dp 84 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_rerouting.pfw | 40 conf: BluetoothA2dp 42 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_accessibility.pfw | 42 conf: BluetoothA2dp 44 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_media.pfw | 35 conf: BluetoothA2dp 37 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_phone.pfw | 86 conf: BluetoothA2dp 91 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_sonification.pfw | 50 conf: BluetoothA2dp 54 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_sonification_respectful.pfw | 71 conf: BluetoothA2dp 79 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_dtmf.pfw | 40 conf: BluetoothA2dp 47 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_input_source.pfw | 213 AvailableInputDevices Includes BluetoothA2dp
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothA2dp.java | 48 public final class BluetoothA2dp implements BluetoothProfile { class 153 /*package*/ BluetoothA2dp(Context context, ServiceListener l) { in BluetoothA2dp() method in BluetoothA2dp 540 mServiceListener.onServiceConnected(BluetoothProfile.A2DP, BluetoothA2dp.this);
|
D | BluetoothAdapter.java | 1814 BluetoothA2dp a2dp = new BluetoothA2dp(context, listener); in getProfileProxy() 1865 BluetoothA2dp a2dp = (BluetoothA2dp)proxy; in closeProfileProxy()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 223 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 318 mA2dp = (BluetoothA2dp) proxy; 361 private BluetoothA2dp mA2dp = null; 953 assertTrue(((BluetoothA2dp)proxy).connect(device)); in connectProfile() 1028 assertTrue(((BluetoothA2dp)proxy).disconnect(device)); in disconnectProfile() 1423 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 32 import android.bluetooth.BluetoothA2dp; 543 private BluetoothA2dp mA2dp; 2965 mA2dp = (BluetoothA2dp) proxy; 2972 (state == BluetoothA2dp.STATE_CONNECTED) ? 1 : 0); 3628 (state == BluetoothA2dp.STATE_CONNECTED) ? 1 : 0); in setBluetoothA2dpDeviceConnectionState()
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 133 <dt>{@link android.bluetooth.BluetoothA2dp}</dt> <dd> Defines how high quality 919 android.bluetooth.BluetoothA2dp} class, which is a proxy for controlling
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 3001 http://developer.android.com/reference/android/bluetooth/BluetoothA2dp.html 4390 http://developer.android.com/sdk/api_diff/17/changes/android.bluetooth.BluetoothA2dp.html
|
/frameworks/base/api/ |
D | current.txt | 6259 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
|
D | system-current.txt | 6471 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
|