/frameworks/av/services/audiopolicy/common/include/ |
Volume.h | 79 // - one A2DP device + another device: happens with duplicated output. In this case 80 // retain the device on the A2DP output as the other must not correspond to an active
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
Config.java | 27 import com.android.bluetooth.a2dp.A2dpService; 28 import com.android.bluetooth.a2dp.A2dpSinkService;
|
/system/bt/btif/src/ |
btif_media_task.c | 169 * it controls much temporary a2dp link congestion we can 190 /* In case of A2DP SINK, we will delay start by 5 AVDTP Packets*/ 285 /* Handle incoming media packets A2DP SINK streaming*/ 363 ** A2DP CTRL PATH 397 APPL_TRACE_EVENT("## a2dp ack : %s, status %d ##", 432 APPL_TRACE_DEBUG("a2dp-ctrl-cmd : %s", dump_a2dp_ctrl_event(cmd)); 446 /* check whether av is ready to setup a2dp datapath */ 539 APPL_TRACE_DEBUG("a2dp-ctrl-cmd : %s DONE", dump_a2dp_ctrl_event(cmd)); 546 APPL_TRACE_DEBUG("A2DP-CTRL-CHANNEL EVENT %s", dump_uipc_event(event)); 566 APPL_TRACE_ERROR("### A2DP-CTRL-CHANNEL EVENT %d NOT HANDLED ###", event) [all...] |
btif_av.c | 521 /* wait for audioflinger to stop a2dp */ 619 /* if remote tries to start a2dp when DUT is a2dp source 620 * then suspend. In case a2dp is sink and call is active 632 /* In case peer is A2DP SRC we do not want to ack commands on UIPC*/ 731 ** Description Handles AV events while A2DP stream is started 753 /* increase the a2dp consumer task priority temporarily when start 760 /* restore the a2dp consumer task priority when stop audio playing. */ 817 /* a2dp suspended, stop media task until resumed */ [all...] |
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
HwModule.h | 52 const char *const mName; // base name of the audio HW module (primary, a2dp ...)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
A2dpService.java | 17 package com.android.bluetooth.a2dp; 37 * Provides Bluetooth A2DP profile, as a service in the Bluetooth application. 138 Log.e(TAG,"Remote does not have A2dp Sink UUID"); 230 Log.w(TAG,"A2dp call not allowed for non-active user");
|
A2dpSinkService.java | 17 package com.android.bluetooth.a2dp; 31 * Provides Bluetooth A2DP Sink profile, as a service in the Bluetooth application. 158 Log.w(TAG,"A2dp call not allowed for non-active user");
|
A2dpSinkStateMachine.java | 18 * Bluetooth A2dp StateMachine 29 package com.android.bluetooth.a2dp; 237 logi("Incoming A2DP accepted"); 246 logi("Incoming A2DP rejected"); 257 logw("A2DP Connected from Disconnected state"); 259 logi("Incoming A2DP accepted"); 268 logi("Incoming A2DP rejected"); 703 log("A2DP Playing state : device: " + device + " State:" + prevState + "->" + state); 713 log("A2DP Audio Config : device: " + device + " config: " + audioConfig); [all...] |
/system/bt/btif/include/ |
btif_av.h | 133 ** Description Check if the connected a2dp device supports
|
/system/bt/doc/ |
directory_layout.md | 12 * audio_a2dp_hw - A2DP audio HAL implementation.
|
/system/media/audio/include/system/ |
audio_policy.h | 45 AUDIO_POLICY_FORCE_NO_BT_A2DP, /* A2DP sink is not preferred to speaker or wired HS */
|
/frameworks/base/packages/SettingsLib/res/values-ru/ |
strings.xml | 43 <string name="bluetooth_connected_no_a2dp" msgid="4576188601581440337">"?????????? (????? A2DP)"</string> 45 <string name="bluetooth_connected_no_headset_no_a2dp" msgid="9195757766755553810">"?????????? (????? HSP/HFP/A2DP)"</string> 46 <string name="bluetooth_profile_a2dp" msgid="2031475486179830674">"??????? A2DP"</string>
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
LocalBluetoothAdapter.java | 156 A2dpProfile a2dp = mProfileManager.getA2dpProfile(); local 157 if (a2dp != null && a2dp.isA2dpPlaying()) {
|
LocalBluetoothProfileManager.java | 139 // A2DP 142 if(DEBUG) Log.d(TAG, "Adding local A2DP profile"); 148 Log.w(TAG, "Warning: A2DP profile was previously added but the UUID is now missing."); 279 // This is called by DockService, so check Headset and A2DP. 281 // Getting just the headset profile is fine for now. Will need to deal with A2DP
|
/development/apps/BluetoothDebug/ |
AndroidManifest.xml | 31 <action android:name="android.bluetooth.a2dp.action.SINK_STATE_CHANGED" />
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAudioConfig.java | 23 * Represents the audio configuration for a Bluetooth A2DP source device.
|
/frameworks/base/docs/html/training/managing-audio/ |
audio-output.jd | 33 feature Bluetooth connectivity and support for A2DP audio. </p>
|
/system/bt/audio_a2dp_hw/ |
audio_a2dp_hw.c | 23 * Description: Implements hal for bluedroid a2dp audio device 334 DEBUG("A2DP COMMAND %s", dump_a2dp_ctrl_event(cmd)); 349 DEBUG("A2DP COMMAND %s DONE STATUS %d", dump_a2dp_ctrl_event(cmd), ack); 363 ERROR("check a2dp ready failed"); 377 ERROR("check a2dp ready failed"); 409 ERROR("error : a2dp not ready, wait 250 ms and retry"); 577 DEBUG("emulate a2dp write delay (%d us)", us_delay); 951 DEBUG("emulate a2dp read delay (%d us)", us_delay); 1052 /* initialize a2dp specifics */ [all...] |
/system/bt/stack/ |
Android.mk | 47 ./a2dp/a2d_api.c \ 48 ./a2dp/a2d_sbc.c \
|
/frameworks/base/packages/SettingsLib/res/values/ |
strings.xml | 106 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the A2DP profile. --> 127 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. --> 154 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
BluetoothPeripheralHandover.java | 44 * might implement BT HSP, HFP, A2DP, or HOGP sink) when touched with NFC. 289 if(!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.A2DP)) 323 // HFP then A2DP connect 458 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.A2DP, mA2dp); 538 case BluetoothProfile.A2DP:
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 193 const char *const mName; // base name of the audio HW module (primary, a2dp ...) 353 // (device connected,phone state, force use, a2dp output...) 443 // manages A2DP output suspend/restore according to phone state and BT SCO usage 446 // returns the A2DP output handle if it is open or 0 otherwise 549 String8 mA2dpDeviceAddress; // A2DP device MAC address 564 bool mA2dpSuspended; // true if A2DP output is suspended 565 bool mHasA2dp; // true on platforms with support for bluetooth A2DP
|
/hardware/libhardware_legacy/audio/ |
A2dpAudioInterface.cpp | 314 // if A2DP sink runs abnormally fast, sleep a little so that audioflinger mixer thread 316 // NOTE: It is likely that the A2DP headset is being disconnected 319 ALOGV("A2DP sink runs too fast");
|
/hardware/qcom/audio/legacy/alsa_sound/ |
ALSAMixer.cpp | 76 ALSA_PROP(AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP, "bluetooth.a2dp", "Bluetooth A2DP", "Bluetooth A2DP Capture"),
|
/docs/source.android.com/src/accessories/ |
custom.jd | 66 Advanced Audio Distribution Profile (A2DP) profile. An accessory that uses Bluetooth to connect to 76 communications and an Android supported connection profile, such as SSP or A2DP.</li>
|