/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | 76 ALOGE("setDeviceConnectionState() invalid A2DP device: %x", device); 103 // handle A2DP device connection 121 // handle A2DP device connection 146 // handle A2DP device disconnection 213 // handle A2DP device connection [all...] |
/device/asus/flo/ |
device-common.mk | 181 audio.a2dp.default \
|
/device/asus/fugu/ |
device.mk | 81 audio.a2dp.default
|
/docs/source.android.com/src/devices/ |
index.jd | 156 a primary audio device, a USB audio device, or a Bluetooth A2DP audio device. A device
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/ |
device_for_input_source.pfw | 212 conf: A2dp
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 1814 BluetoothA2dp a2dp = new BluetoothA2dp(context, listener); local 1865 BluetoothA2dp a2dp = (BluetoothA2dp)proxy; local [all...] |
BluetoothClass.java | 301 // By the A2DP spec, sinks must indicate the RENDER service.
|
/frameworks/base/media/java/android/media/ |
AudioDeviceInfo.java | 63 * A device type describing a Bluetooth device supporting the A2DP profile.
|
/system/bt/bta/av/ |
bta_av_api.c | 251 ** Description Enable/Disable A2DP Sink..
|
bta_av_ssm.c | 420 /* know if it is A2DP or VDP. */
|
bta_av_aact.c | 486 /* We might have 2 SEP signallings(A2DP + VDP) with one peer device on one L2CAP. 707 ** Description A2DP service discovery callback. [all...] |
/frameworks/av/services/audiopolicy/enginedefault/src/ |
Engine.cpp | 389 // when not in a phone call, phone strategy should route STREAM_VOICE_CALL to A2DP 424 // A2DP speaker when forcing to speaker output
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
Avrcp.java | 474 /* if a2dp is streaming, check to make sure music is active */ [all...] |
/frameworks/base/docs/html/guide/topics/connectivity/ |
bluetooth.jd | 135 "A2DP" stands for Advanced Audio Distribution Profile.</dd> [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterService.java | 59 import com.android.bluetooth.a2dp.A2dpService; 239 // If we do not have a stored priority for A2DP then default to on. 256 if (((profileId == BluetoothProfile.A2DP) ||(profileId == BluetoothProfile.HEADSET)) && [all...] |
BondStateMachine.java | 23 import com.android.bluetooth.a2dp.A2dpService;
|
/system/bt/btif/co/ |
bta_av_co.c | 450 ** A2DP Sink audio stream in Initiator. 804 APPL_TRACE_DEBUG(" Peer is A2DP SRC "); 809 APPL_TRACE_DEBUG(" Peer is A2DP SINK "); [all...] |
/device/htc/flounder/ |
device.mk | 236 audio.a2dp.default \
|
/device/lge/hammerhead/ |
device.mk | 165 audio.a2dp.default \
|
/device/moto/shamu/ |
device.mk | 164 audio.a2dp.default \
|
/hardware/libhardware/include/hardware/ |
audio_policy.h | 376 * The module name passed is the base name of the HW module library, e.g "primary" or "a2dp".
|
bluetooth.h | 42 #define BT_PROFILE_ADVANCED_AUDIO_ID "a2dp"
|
/system/bt/bta/dm/ |
bta_dm_cfg.c | 486 {BTA_DM_PM_SNIFF_MAX, BTA_DM_PM_SNIFF_MIN, BTA_DM_PM_SNIFF_ATTEMPT, BTA_DM_PM_SNIFF_TIMEOUT, BTM_PM_MD_SNIFF}, /* for BTA_DM_PM_SNIFF - A2DP */
|
/system/bt/include/ |
bt_trace.h | 298 /* Define tracing for the A2DP profile
|
/system/bt/stack/avdt/ |
avdt_int.h | 490 BOOLEAN sink_activated; /* A2DP Sink activated/de-activated from Application */
|