/hardware/libhardware/include/hardware/ |
bluetooth.h | 42 #define BT_PROFILE_ADVANCED_AUDIO_ID "a2dp"
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
BondStateMachine.java | 23 import com.android.bluetooth.a2dp.A2dpService;
|
/system/bt/bta/dm/ |
bta_dm_cfg.c | 492 {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/btif/src/ |
btif_config.c | 486 // delays during A2DP playback causing blips or choppiness.
|
/system/bt/include/ |
bt_trace.h | 294 /* Define tracing for the A2DP profile
|
bt_target.h | [all...] |
/docs/source.android.com/src/devices/audio/ |
implement-policy.jd | 63 <li>Support for <em>includes</em> avoids repeating standard A2DP, USB, or 295 <li><strong>A2DP:</strong> <code>a2dp_audio_policy_configuration.xml</code></li>
|
terminology.jd | 320 refer to <a href="http://en.wikipedia.org/wiki/Bluetooth_profile#Advanced_Audio_Distribution_Profile_.28A2DP.29">A2DP</a> for
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_btservice_AdapterService.cpp | [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
Avrcp.java | 623 /* if a2dp is streaming, check to make sure music is active */ [all...] |
/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...] |
android-3.0-highlights.jd | 251 <p>The platform offers new connectivity that developers can build on. API support for Bluetooth A2DP and HSP profiles lets applications query Bluetooth profiles for connected devices, audio state, and more, then notify the user. For example, a music application can check connectivity and status and let the user know that music is playing through a stereo headset. Applications can also register to receive system broadcasts of pre-defined vendor-specific AT commands, such as Platronics Xevent. For example, an application could receive broadcasts that indicate a connected device's battery level and could notify the user or take other action as needed. Applications can also take advantage of the platform's new support for full keyboards connected by USB or Bluetooth. </p>
|
/device/google/marlin/common/ |
base.mk | 89 AUDIO_HARDWARE += audio.a2dp.default
|
/device/huawei/angler/ |
device.mk | 187 audio.a2dp.default \
|
/device/lge/bullhead/ |
device.mk | 196 audio.a2dp.default \
|
/frameworks/base/media/java/android/media/ |
MediaRouter.java | 237 Log.e(TAG, "Error querying Bluetooth A2DP state", e); 601 * audio jacks on the device itself, A2DP devices, and more.</p> [all...] |
/frameworks/base/media/java/android/media/audiofx/ |
Virtualizer.java | 270 * headphones or headsets, but also stereo headphones through a wireless A2DP Bluetooth link.
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
CachedBluetoothDevice.java | 839 boolean a2dpNotConnected = false; // A2DP is preferred but not connected
|
/packages/apps/Bluetooth/ |
AndroidManifest.xml | 294 android:name = ".a2dp.A2dpService"
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
ActivityMusic.java | 183 // Broadcast receiver to handle wired and Bluetooth A2dp headset events [all...] |
/sdk/files/ |
devices.xml | 264 A2DP
|
/system/bt/embdrv/sbc/decoder/srce/ |
synthesis-sbc.c | 28 operations described in A2DP Appendix B, Figure 12.3. Several
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
bt_test_utils.py | 409 profile_dict['a2dp'] = droid.bluetoothA2dpIsReady()
|
/system/bt/bta/include/ |
bta_api.h | 61 #define BTA_A2DP_SOURCE_SERVICE_ID 3 /* A2DP Source profile. */ 76 #define BTA_A2DP_SINK_SERVICE_ID 18 /* A2DP Sink */ [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 75 * A2DP profile. [all...] |