Searched refs:curDevices (Results 1 – 1 of 1) sorted by relevance
2566 DeviceTypeSet curDevices = desc->devices().types(); in setVolumeIndexForAttributes() local2568 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() local5542 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 …]