Home
last modified time | relevance | path

Searched refs:curDevices (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2566 DeviceTypeSet curDevices = desc->devices().types(); in setVolumeIndexForAttributes() local
2568 if (curDevices.erase(AUDIO_DEVICE_OUT_SPEAKER_SAFE)) { in setVolumeIndexForAttributes()
2569 curDevices.insert(AUDIO_DEVICE_OUT_SPEAKER); in setVolumeIndexForAttributes()
2575 curDevices.find(device) == curDevices.end()) { in setVolumeIndexForAttributes()
2582 Volume::getDeviceForVolume(curDevices)) != curSrcDevices.end()); in setVolumeIndexForAttributes()
2632 curves, vs, index, desc, curDevices, in setVolumeIndexForAttributes()
5541 DeviceVector curDevices = mEngine->getOutputDevicesForStream(curStream, false/*fromCache*/); in getDevicesForStream() local
5542 devices.merge(curDevices); in getDevicesForStream()
5543 for (audio_io_handle_t output : getOutputsForDevices(curDevices, mOutputs)) { in getDevicesForStream()
5585 DeviceVector curDevices = mEngine->getOutputDevicesForAttributes(attr, nullptr, false); in getDevicesForAttributes() local
[all …]