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

  /hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.cpp 78 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
82 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_HEADSET;
84 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO;
90 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_WIRED_HEADPHONE;
92 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_WIRED_HEADSET;
99 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
101 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_SPEAKER;
105 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
107 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES;
110 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_EARPIECE
    [all...]
  /frameworks/base/libs/audioflinger/
AudioPolicyManagerBase.cpp 60 if (mAvailableOutputDevices & device) {
67 mAvailableOutputDevices |= device;
74 mAvailableOutputDevices &= ~device;
95 if (!(mAvailableOutputDevices & device)) {
103 mAvailableOutputDevices &= ~device;
110 mAvailableOutputDevices |= device;
211 if (device & mAvailableOutputDevices) {
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 261 uint32_t mAvailableOutputDevices; // bit field of all available output devices

Completed in 535 milliseconds