| /external/bluetooth/bluedroid/audio_a2dp_hw/ |
| Android.mk | 16 LOCAL_MODULE := audio.a2dp.default
|
| audio_a2dp_hw.h | 34 #define A2DP_AUDIO_HARDWARE_INTERFACE "audio.a2dp"
|
| /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",
|
| /device/asus/flo/ |
| audio_policy.conf | 56 a2dp { 58 a2dp {
|
| /device/asus/grouper/ |
| audio_policy.conf | 42 a2dp { 44 a2dp {
|
| /device/lge/hammerhead/ |
| audio_policy.conf | 63 a2dp { 65 a2dp {
|
| /device/lge/mako/ |
| audio_policy.conf | 56 a2dp { 58 a2dp {
|
| /device/samsung/manta/ |
| audio_policy.conf | 56 a2dp { 58 a2dp {
|
| /frameworks/base/core/java/android/bluetooth/ |
| 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 142 * Bluetooth A2DP service [all...] |
| BluetoothProfile.java | 63 * A2DP profile. 65 public static final int A2DP = 2; 181 * {@link #A2DP} 191 * {@link #A2DP}
|
| IBluetoothA2dp.aidl | 22 * APIs for Bluetooth A2DP service
|
| /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);
|
| LocalBluetoothAdapter.java | 152 A2dpProfile a2dp = mProfileManager.getA2dpProfile(); local 153 if (a2dp != null && a2dp.isA2dpPlaying()) {
|
| LocalBluetoothProfileManager.java | 145 // A2DP 148 if(DEBUG) Log.d(TAG, "Adding local A2DP profile"); 154 Log.w(TAG, "Warning: A2DP profile was previously added but the UUID is now missing."); 285 // This is called by DockService, so check Headset and A2DP. 287 // Getting just the headset profile is fine for now. Will need to deal with A2DP
|
| /docs/source.android.com/src/accessories/ |
| audio.jd | 48 Profile (A2DP) connection stream music for playback. Playing audio over a Bluetooth with A2DP is 53 accessory, note that the Android 3.0 (API Level 11) allows applications to operate an A2DP 61 communications and the A2DP connection profile.</li>
|
| /hardware/libhardware/modules/audio/ |
| Android.mk | 22 # required type is 'primary'. Other possibilites are 'a2dp', 'usb', etc.
|
| /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,
|
| /external/bluetooth/bluedroid/btif/src/ |
| btif_media_task.c | 151 #define A2DP_MEDIA_TASK_TASK_STR ((INT8 *) "A2DP-MEDIA") 164 * it controls much temporary a2dp link congestion we can 363 ** A2DP CTRL PATH 397 APPL_TRACE_EVENT2("## a2dp ack : %s, status %d ##", 433 APPL_TRACE_DEBUG1("a2dp-ctrl-cmd : %s", dump_a2dp_ctrl_event(cmd)); 447 /* check whether av is ready to setup a2dp datapath */ 515 APPL_TRACE_DEBUG1("a2dp-ctrl-cmd : %s DONE", dump_a2dp_ctrl_event(cmd)); 520 APPL_TRACE_DEBUG1("A2DP-CTRL-CHANNEL EVENT %s", dump_uipc_event(event)); 540 APPL_TRACE_ERROR1("### A2DP-CTRL-CHANNEL EVENT %d NOT HANDLED ###", event); 547 APPL_TRACE_DEBUG1("BTIF MEDIA (A2DP-DATA) EVENT %s", dump_uipc_event(event)) [all...] |
| /external/bluetooth/bluedroid/btif/include/ |
| btif_av.h | 133 ** Description Check if the connected a2dp device supports
|
| /hardware/libhardware/include/hardware/ |
| bt_av.h | 64 * 2. A2DP data path shall be handled via a socket pipe between the AudioFlinger
|
| /system/core/include/system/ |
| audio_policy.h | 45 AUDIO_POLICY_FORCE_NO_BT_A2DP, /* A2DP sink is not preferred to speaker or wired HS */
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
| A2dpService.java | 17 package com.android.bluetooth.a2dp; 34 * Provides Bluetooth A2DP profile, as a service in the Bluetooth application. 206 Log.w(TAG,"A2dp call not allowed for non-active user");
|
| 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/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:
|
| /development/apps/BluetoothDebug/ |
| AndroidManifest.xml | 31 <action android:name="android.bluetooth.a2dp.action.SINK_STATE_CHANGED" />
|