| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| BluetoothDevicePreference.java | 219 boolean a2dpNotConnected = false; // A2DP is preferred but not connected
|
| /frameworks/base/media/java/android/media/ |
| AudioManager.java | 62 * be sent when a wired headset is unplugged, or when an A2DP audio [all...] |
| MediaRouter.java | 180 Log.e(TAG, "Error querying Bluetooth A2DP state", e); 283 * audio jacks on the device itself, A2DP devices, and more.</p> 528 Log.e(TAG, "Error changing Bluetooth A2DP state", e); [all...] |
| /hardware/libhardware/include/hardware/ |
| audio.h | 63 * e.g: audio.primary.goldfish.so or audio.a2dp.default.so 67 #define AUDIO_HARDWARE_MODULE_ID_A2DP "a2dp" 94 /* A2DP sink address set by framework */
|
| bluetooth.h | 40 #define BT_PROFILE_ADVANCED_AUDIO_ID "a2dp"
|
| audio_policy.h | 380 * The module name passed is the base name of the HW module library, e.g "primary" or "a2dp".
|
| /external/bluetooth/bluedroid/bta/av/ |
| bta_av_main.c | 445 ** Description A2DP report callback. 612 /* start listening when A2DP is registered */ 840 /* note that more than one SCB (a2dp & vdp) maybe waiting for this event */ [all...] |
| bta_av_ssm.c | 420 /* know if it is A2DP or VDP. */
|
| bta_av_aact.c | 430 /* We might have 2 SEP signallings(A2DP + VDP) with one peer device on one L2CAP. 611 ** Description A2DP service discovery callback. 819 ** Description Do service discovery for A2DP. 896 /* there's already an A2DP connection. do not allow switch */ [all...] |
| /device/asus/flo/ |
| device-common.mk | 169 audio.a2dp.default \
|
| snd_soc_msm_2x | 1179 SectionUseCase."FM A2DP REC" { 1180 Comment "FM A2DP playback use case" 1182 Name "FM A2DP REC" [all...] |
| /device/lge/mako/ |
| device.mk | 179 audio.a2dp.default \
|
| /device/samsung/manta/ |
| device.mk | 142 audio.a2dp.default \
|
| /packages/apps/Bluetooth/jni/ |
| com_android_bluetooth_avrcp.cpp | 415 return jniRegisterNativeMethods(env, "com/android/bluetooth/a2dp/Avrcp",
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
| AdapterService.java | 50 import com.android.bluetooth.a2dp.A2dpService; 165 if (((profileId == BluetoothProfile.A2DP) ||(profileId == BluetoothProfile.HEADSET)) && [all...] |
| BondStateMachine.java | 22 import com.android.bluetooth.a2dp.A2dpService;
|
| /frameworks/base/docs/html/guide/topics/connectivity/ |
| bluetooth.jd | 135 "A2DP" stands for Advanced Audio Distribution Profile.</dd> [all...] |
| /hardware/libhardware_legacy/audio/ |
| AudioPolicyManagerBase.cpp | 69 ALOGE("setDeviceConnectionState() invalid A2DP device: %x", device); 105 // handle A2DP device connection 141 // handle A2DP device disconnection [all...] |
| /device/lge/hammerhead/ |
| device.mk | 140 audio.a2dp.default \
|
| /external/bluetooth/bluedroid/bta/dm/ |
| bta_dm_cfg.c | 399 {800, 400, 4, 1, BTM_PM_MD_SNIFF}, /*for BTA_DM_PM_SNIFF - A2DP */
|
| /frameworks/base/core/java/android/bluetooth/ |
| BluetoothClass.java | 301 // By the A2DP spec, sinks must indicate the RENDER service.
|
| /packages/apps/Bluetooth/ |
| AndroidManifest.xml | 257 android:name = ".a2dp.A2dpService"
|
| /external/linux-tools-perf/Documentation/ |
| maps | 151 40f03000-40f12000 r-xp 00000000 103:02 509 /system/lib/hw/audio.a2dp.default.so 152 40f12000-40f13000 rw-p 0000f000 103:02 509 /system/lib/hw/audio.a2dp.default.so
|
| /frameworks/base/docs/html/about/versions/ |
| android-3.0.jd | 325 <h3>Bluetooth A2DP and headset APIs</h3> 327 <p>Android now includes APIs for applications to verify the state of connected Bluetooth A2DP and 335 android.bluetooth.BluetoothProfile#A2DP} or {@link android.bluetooth.BluetoothProfile#HEADSET} [all...] |
| /external/bluetooth/bluedroid/bta/include/ |
| bta_api.h | 63 #define BTA_A2DP_SOURCE_SERVICE_ID 3 /* A2DP Source profile. */ 78 #define BTA_A2DP_SERVICE_ID 18 /* A2DP Sink */ [all...] |