HomeSort by relevance Sort by last modified time
    Searched full:a2dp (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /external/bluetooth/bluedroid/utils/src/
bt_utils.c 112 ** Description Raise task priority for A2DP streaming
  /frameworks/base/docs/html/training/managing-audio/
audio-output.jd 33 feature Bluetooth connectivity and support for A2DP audio. </p>
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 26 import com.android.bluetooth.a2dp.A2dpService;
  /docs/source.android.com/src/accessories/
custom.jd 58 Advanced Audio Distribution Profile (A2DP) profile. An accessory that uses Bluetooth to connect to
68 communications and an Android supported connection profile, such as SSP or A2DP.</li>
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 23 * Description: Implements hal for bluedroid a2dp audio device
270 DEBUG("A2DP COMMAND %s", dump_a2dp_ctrl_event(cmd));
290 DEBUG("A2DP COMMAND %s DONE STATUS %d", dump_a2dp_ctrl_event(cmd), ack);
424 ERROR("check a2dp ready failed");
464 DEBUG("emulate a2dp write delay (%d us)", us_delay);
824 /* initialize a2dp specifics */
847 ERROR("error : a2dp not ready, wait 250 ms and retry");
1098 .name = "A2DP Audio HW HAL",
  /external/bluetooth/bluedroid/stack/
Android.mk 44 ./a2dp/a2d_api.c \
45 ./a2dp/a2d_sbc.c \
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 193 const char *const mName; // base name of the audio HW module (primary, a2dp ...)
347 // (device connected,phone state, force use, a2dp output...)
431 // manages A2DP output suspend/restore according to phone state and BT SCO usage
434 // returns the A2DP output handle if it is open or 0 otherwise
531 String8 mA2dpDeviceAddress; // A2DP device MAC address
546 bool mA2dpSuspended; // true if A2DP output is suspended
547 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"),
  /external/bluetooth/bluedroid/bta/include/
bta_av_co.h 188 ** BTA-AV maintains the MTU of A2DP streams.
220 ** BTA-AV maintains the MTU of A2DP streams.
bta_av_api.h 37 /* Set to TRUE if seperate authorization prompt desired for AVCTP besides A2DP authorization */
38 /* Typically FALSE when AVRCP is used in conjunction with A2DP */
  /external/bluetooth/bluedroid/stack/include/
a2d_api.h 21 * nterface to A2DP Application Programming Interface
106 UINT16 *p_attrs; /* The attributes filter. If NULL, A2DP API sets the attribute filter
  /hardware/libhardware/include/hardware/
hardware.h 219 * and 'primary' or 'a2dp' are module interfaces. This implies that the files
221 * audio.a2dp.<variant>.so
  /hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h 205 #define SND_USE_CASE_VERB_FM_A2DP_REC "FM A2DP REC"
274 #define SND_USE_CASE_MOD_CAPTURE_A2DP_FM "Capture A2DP FM"
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 220 case BluetoothProfile.A2DP:
315 case BluetoothProfile.A2DP:
335 case BluetoothProfile.A2DP:
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_av.c 407 /* wait for audioflinger to stop a2dp */
567 ** Description Handles AV events while A2DP stream is started
635 /* a2dp suspended, stop media task until resumed */
    [all...]
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_api.c 21 * ommon API for the Advanced Audio Distribution Profile (A2DP)
129 ** avdt version of a2dp.
  /device/asus/grouper/
device-common.mk 73 audio.a2dp.default \
  /docs/source.android.com/src/devices/
hal.jd 86 a primary audio device, a USB audio device, or a Bluetooth A2DP audio device. A device
audio.jd 198 device. The module names <code>audio.a2dp.&lt;device_name&gt;</code> and
247 audio.a2dp.default
  /external/bluetooth/bluedroid/main/
Android.mk 85 $(LOCAL_PATH)/../stack/a2dp \
  /frameworks/base/docs/html/about/versions/
android-1.5-highlights.jd 84 <li>Stereo Bluetooth support (A2DP and AVCRP profiles)</li>
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 1184 BluetoothA2dp a2dp = new BluetoothA2dp(context, listener); local
1223 BluetoothA2dp a2dp = (BluetoothA2dp)proxy; local
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 414 // Request to override default use of A2DP for media.
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_cfg.c 51 if receiving partial a2dp frames */

Completed in 858 milliseconds

12 3 4 5