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

  /hardware/msm7k/libaudio-qdsp5v2/
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...]
  /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...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 60 if (mAvailableOutputDevices & device) {
67 mAvailableOutputDevices |= device;
74 mAvailableOutputDevices &= ~device;
89 if (!(mAvailableOutputDevices & device)) {
97 mAvailableOutputDevices &= ~device;
104 mAvailableOutputDevices |= device;
200 if (device & mAvailableOutputDevices) {
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 351 uint32_t mAvailableOutputDevices; // bit field of all available output devices

Completed in 1828 milliseconds