Searched defs:availableOutputDeviceTypes (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp4525 audio_devices_t availableOutputDeviceTypes = mAvailableOutputDevices.types(); local
4529 device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_SPEAKER;
4548 if (device == AUDIO_DEVICE_OUT_SPEAKER && (availableOutputDeviceTypes & AUDIO_DEVICE_OUT_SPEAKER_SAFE))
4558 if (device == AUDIO_DEVICE_OUT_SPEAKER && (availableOutputDeviceTypes & AUDIO_DEVICE_OUT_SPEAKER_SAFE))
4587 availableOutputDeviceTypes = availablePrimaryOutputDevices();
4595 device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
4598 device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_SCO_HEADSET;
4600 device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_SCO;
4610 device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP;
4612 device = availableOutputDeviceTypes
[all...]

Completed in 71 milliseconds