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

  /device/linaro/hikey/audio/
audio_policy.conf 52 devices AUDIO_DEVICE_OUT_ALL_A2DP
  /frameworks/av/services/audiopolicy/common/include/
Volume.h 94 device = (audio_devices_t)(device & AUDIO_DEVICE_OUT_ALL_A2DP);
  /hardware/interfaces/audio/2.0/default/
Conversions.cpp 34 if ((!isInput && (halDevice & AUDIO_DEVICE_OUT_ALL_A2DP) != 0)
  /system/media/audio/include/system/
audio.h 563 if ((popcount(device) == 1) && (device & AUDIO_DEVICE_OUT_ALL_A2DP))
    [all...]
audio-base.h 277 AUDIO_DEVICE_OUT_ALL_A2DP = 896u, // ((OUT_BLUETOOTH_A2DP | OUT_BLUETOOTH_A2DP_HEADPHONES) | OUT_BLUETOOTH_A2DP_SPEAKER)
  /frameworks/av/media/libaudiohal/
DeviceHalHidl.cpp 60 if ((!isInput && (device & AUDIO_DEVICE_OUT_ALL_A2DP) != 0)
  /frameworks/av/media/libmedia/
TypeConverter.cpp 39 MAKE_STRING_FROM_ENUM(AUDIO_DEVICE_OUT_ALL_A2DP),
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioOutputDescriptor.cpp 482 if (!outputDesc->isDuplicated() && outputDesc->device() & AUDIO_DEVICE_OUT_ALL_A2DP) {
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 181 milliseconds