Home
last modified time | relevance | path

Searched refs:BluetoothA2dp (Results 1 – 21 of 21) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/
Dpolicy_criteria.txt2 …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/
Daudio_policy_criteria.conf51 …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/
DA2dpProfile.java19 import android.bluetooth.BluetoothA2dp;
38 private BluetoothA2dp mService;
61 mService = (BluetoothA2dp) proxy; in onServiceConnected()
DLocalBluetoothProfileManager.java19 import android.bluetooth.BluetoothA2dp;
145 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/
Ddevice_for_strategy_enforced_audible.pfw31 AvailableOutputDevices Excludes BluetoothA2dp
83 conf: BluetoothA2dp
84 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_rerouting.pfw40 conf: BluetoothA2dp
42 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_accessibility.pfw42 conf: BluetoothA2dp
44 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_media.pfw35 conf: BluetoothA2dp
37 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_phone.pfw86 conf: BluetoothA2dp
91 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_sonification.pfw50 conf: BluetoothA2dp
54 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_sonification_respectful.pfw71 conf: BluetoothA2dp
79 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_dtmf.pfw40 conf: BluetoothA2dp
47 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_input_source.pfw213 AvailableInputDevices Includes BluetoothA2dp
/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java48 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);
DBluetoothAdapter.java1814 BluetoothA2dp a2dp = new BluetoothA2dp(context, listener); in getProfileProxy()
1865 BluetoothA2dp a2dp = (BluetoothA2dp)proxy; in closeProfileProxy()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java223 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/
DAudioService.java32 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/
Dbluetooth.jd133 <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/
Dsitemap.txt3001 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/
Dcurrent.txt6259 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
Dsystem-current.txt6471 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {