HomeSort by relevance Sort by last modified time
    Searched refs:A2DP (Results 1 - 17 of 17) sorted by null

  /system/bluetooth/data/
audio.conf 22 # Automatically connect both A2DP and HFP/HSP profiles for incoming
47 [A2DP]
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 63 * A2DP profile.
65 public static final int A2DP = 2;
175 * {@link #A2DP}
185 * {@link #A2DP}
BluetoothA2dp.java 35 * This class provides the public APIs to control the Bluetooth A2DP
38 *<p>BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
42 * <p> Android only supports one connected Bluetooth A2dp device at a time.
51 * Intent used to broadcast the change in connection state of the A2DP
70 "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED";
73 * Intent used to broadcast the change in the Playing state of the A2DP
91 "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED";
94 * A2DP sink device is streaming music. This state can be one of
101 * A2DP sink device is NOT streaming music. This state can be one of
132 Log.e(TAG, "Could not bind to Bluetooth A2DP Service")
    [all...]
BluetoothAdapter.java 1165 BluetoothA2dp a2dp = new BluetoothA2dp(context, listener); local
1201 BluetoothA2dp a2dp = (BluetoothA2dp)proxy; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 49 static final String NAME = "A2DP";
62 // We just bound to the service, so refresh the UI for any connected A2DP devices.
95 BluetoothProfile.A2DP);
206 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.A2DP,
210 Log.w(TAG, "Error cleaning up A2DP proxy", t);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothStressTest.java 26 * starting/stopping scans, connecting/disconnecting to HFP, A2DP, HID, PAN profiles, and verifying
197 * Stress test for connecting and disconnecting with an A2DP source.
199 * In this test, the local device plays the role of an A2DP sink, and initiates connections and
200 * disconnections with an A2DP source.
215 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.A2DP, null);
219 mTestUtils.connectProfile(adapter, device, BluetoothProfile.A2DP,
221 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.A2DP,
BluetoothTestUtils.java 220 case BluetoothProfile.A2DP:
315 case BluetoothProfile.A2DP:
335 case BluetoothProfile.A2DP:
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 42 * might implement BT HSP, HFP or A2DP sink) when touched with NFC.
228 if(!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.A2DP))
252 // HFP then A2DP connect
349 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.A2DP, mA2dp);
428 case BluetoothProfile.A2DP:
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 18 * Bluetooth A2dp StateMachine
29 package com.android.bluetooth.a2dp;
227 logi("Incoming A2DP accepted");
236 logi("Incoming A2DP rejected");
247 logw("A2DP Connected from Disconnected state");
249 logi("Incoming A2DP accepted");
258 logi("Incoming A2DP rejected");
698 log("A2DP Playing state : device: " + device + " State:" + prevState + "->" + state);
731 /** Handles A2DP connection state change intent broadcasts. */
742 mService.notifyProfileConnectionStateChanged(device, BluetoothProfile.A2DP, state, prevState)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 50 import com.android.bluetooth.a2dp.A2dpService;
163 if (((profileId == BluetoothProfile.A2DP) ||(profileId == BluetoothProfile.HEADSET)) &&
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 419 // Request to override default use of A2DP for media.
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 535 milliseconds