HomeSort by relevance Sort by last modified time
    Searched refs:DEVICE_OUT_BLUETOOTH_A2DP (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/java/android/media/
AudioSystem.java 199 public static final int DEVICE_OUT_BLUETOOTH_A2DP = 0x80;
216 DEVICE_OUT_BLUETOOTH_A2DP |
225 public static final int DEVICE_OUT_ALL_A2DP = (DEVICE_OUT_BLUETOOTH_A2DP |
283 case DEVICE_OUT_BLUETOOTH_A2DP:
AudioManager.java     [all...]
AudioService.java     [all...]
  /hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.cpp 99 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
105 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
125 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
199 device2 = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
  /hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.cpp 99 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
105 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
125 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
199 device2 = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 238 DEVICE_OUT_BLUETOOTH_A2DP = 0x80,
247 DEVICE_OUT_BLUETOOTH_SCO_CARKIT | DEVICE_OUT_BLUETOOTH_A2DP | DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES |
251 DEVICE_OUT_ALL_A2DP = (DEVICE_OUT_BLUETOOTH_A2DP | DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES |
  /frameworks/base/core/java/android/view/
VolumePanel.java 597 (AudioManager.DEVICE_OUT_BLUETOOTH_A2DP |
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 517 milliseconds