HomeSort by relevance Sort by last modified time
    Searched full:a2dp (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /system/bt/audio_a2dp_hw/
Android.mk 15 LOCAL_MODULE := audio.a2dp.default
audio_a2dp_hw.h 34 #define A2DP_AUDIO_HARDWARE_INTERFACE "audio.a2dp"
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dpSink.java 31 * This class provides the public APIs to control the Bluetooth A2DP Sink
34 *<p>BluetoothA2dpSink is a proxy object for controlling the Bluetooth A2DP Sink
46 * Intent used to broadcast the change in connection state of the A2DP Sink
64 "android.bluetooth.a2dp-sink.profile.action.CONNECTION_STATE_CHANGED";
67 * Intent used to broadcast the change in the Playing state of the A2DP Sink
84 "android.bluetooth.a2dp-sink.profile.action.PLAYING_STATE_CHANGED";
87 * A2DP sink device is streaming music. This state can be one of
94 * A2DP sink device is NOT streaming music. This state can be one of
101 * Intent used to broadcast the change in the Playing state of the A2DP Sink
114 "android.bluetooth.a2dp-sink.profile.action.AUDIO_CONFIG_CHANGED"
    [all...]
BluetoothA2dp.java 38 * This class provides the public APIs to control the Bluetooth A2DP
41 *<p>BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
45 * <p> Android only supports one connected Bluetooth A2dp device at a time.
54 * Intent used to broadcast the change in connection state of the A2DP
73 "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED";
76 * Intent used to broadcast the change in the Playing state of the A2DP
94 "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED";
99 "android.bluetooth.a2dp.profile.action.AVRCP_CONNECTION_STATE_CHANGED";
102 * A2DP sink device is streaming music. This state can be one of
109 * A2DP sink device is NOT streaming music. This state can be one o
    [all...]
IBluetoothA2dpSink.aidl 23 * APIs for Bluetooth A2DP sink service
BluetoothProfile.java 66 * A2DP profile.
68 public static final int A2DP = 2;
116 * A2DP Sink Profile
211 * {@link #A2DP}
221 * {@link #A2DP}
IBluetoothA2dp.aidl 22 * APIs for Bluetooth A2DP service
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 120 ALOGE("Failed to get Bluetooth A2DP Interface");
129 ALOGE("Failed to initialize Bluetooth A2DP, status: %d", status);
147 ALOGW("Cleaning up A2DP Interface before initializing...");
153 ALOGW("Cleaning up A2DP callback object");
160 ALOGE("Failed to get Bluetooth A2DP Interface");
165 ALOGE("Failed to initialize Bluetooth A2DP, status: %d", status);
244 return jniRegisterNativeMethods(env, "com/android/bluetooth/a2dp/A2dpStateMachine",
com_android_bluetooth_a2dp_sink.cpp 153 ALOGW("Cleaning up A2DP Interface before initializing...");
159 ALOGW("Cleaning up A2DP callback object");
166 ALOGE("Failed to get Bluetooth A2DP Sink Interface");
171 ALOGE("Failed to initialize Bluetooth A2DP Sink, status: %d", status);
250 return jniRegisterNativeMethods(env, "com/android/bluetooth/a2dp/A2dpSinkStateMachine",
  /device/lge/hammerhead/
audio_policy.conf 79 a2dp {
81 a2dp {
89 a2dp {
  /device/moto/shamu/
audio_policy.conf 71 a2dp {
73 a2dp {
81 a2dp {
  /hardware/libhardware/include/hardware/
bt_av.h 51 * Used only for the A2DP sink interface.
75 * 2. A2DP data path shall be handled via a socket pipe between the AudioFlinger
80 * Used for both the A2DP source and sink interfaces.
  /device/lge/hammerhead/bluetooth_car/
bdroid_buildcfg.h 28 /* Enable A2DP sink */
  /device/moto/shamu/bluetooth_extra/
bdroid_buildcfg.h 27 /* Enable A2DP sink */
  /device/asus/flo/
audio_policy.conf 56 a2dp {
58 a2dp {
  /device/asus/fugu/
audio_policy.conf 85 a2dp {
87 a2dp {
  /device/htc/flounder/
audio_policy.conf 47 a2dp {
49 a2dp {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/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);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothA2dpConnector.java 126 if (!adapter.getProfileProxy(mContext, mServiceConnection, BluetoothProfile.A2DP)) {
135 adapter.closeProfileProxy(BluetoothProfile.A2DP, mA2dpProfile);
138 Log.w(TAG, "Error cleaning up A2DP proxy", t);
  /system/bt/utils/src/
bt_utils.c 112 ** Description Raise task priority for A2DP streaming
153 ** Description increase the a2dp consumer task priority temporarily when start
155 ** the a2dp consumer task priority when stop audio playing.
  /hardware/libhardware/modules/audio/
Android.mk 22 # required type is 'primary'. Other possibilites are 'a2dp', 'usb', etc.
39 # required type is 'primary'. Other possibilites are 'a2dp', 'usb', etc.
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 18 * Bluetooth A2dp StateMachine
29 package com.android.bluetooth.a2dp;
149 log("doQuit()- Move A2DP State to DISCONNECTED");
228 logi("Incoming A2DP accepted");
237 logi("Incoming A2DP rejected");
248 logw("A2DP Connected from Disconnected state");
250 logi("Incoming A2DP accepted");
259 logi("Incoming A2DP rejected");
270 logw("Ignore A2dp DISCONNECTING event, device: " + device);
410 // check for a2dp connection allowed for this device in race conditio
    [all...]
  /docs/source.android.com/src/accessories/
audio.jd 55 Profile (A2DP) connection stream music for playback. Playing audio over a Bluetooth with A2DP is
60 accessory, note that the Android 3.0 (API Level 11) allows applications to operate an A2DP
68 communications and the A2DP connection profile.</li>
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
ConfigParsingUtils.h 111 NAME_TO_ENUM("BT A2DP Out", AUDIO_DEVICE_OUT_BLUETOOTH_A2DP),
112 NAME_TO_ENUM("BT A2DP Headphones", AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES),
113 NAME_TO_ENUM("BT A2DP Speaker", AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER),
149 NAME_TO_ENUM("BT A2DP In", AUDIO_DEVICE_IN_BLUETOOTH_A2DP),
  /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,

Completed in 950 milliseconds

1 2 3 4 5 6 7 8 9