Searched refs:curDevices (Results 1 – 1 of 1) sorted by relevance
2750 DeviceTypeSet curDevices = desc->devices().types(); in setVolumeIndexForAttributes() local2752 if (curDevices.erase(AUDIO_DEVICE_OUT_SPEAKER_SAFE)) { in setVolumeIndexForAttributes()2753 curDevices.insert(AUDIO_DEVICE_OUT_SPEAKER); in setVolumeIndexForAttributes()2759 curDevices.find(device) == curDevices.end()) { in setVolumeIndexForAttributes()2766 Volume::getDeviceForVolume(curDevices)) != curSrcDevices.end()); in setVolumeIndexForAttributes()2816 curves, vs, index, desc, curDevices, in setVolumeIndexForAttributes()5935 DeviceVector curDevices = mEngine->getOutputDevicesForStream(curStream, false/*fromCache*/); in getDevicesForStream() local5936 devices.merge(curDevices); in getDevicesForStream()5937 for (audio_io_handle_t output : getOutputsForDevices(curDevices, mOutputs)) { in getDevicesForStream()5979 DeviceVector curDevices = mEngine->getOutputDevicesForAttributes(attr, nullptr, false); in getDevicesForAttributes() local[all …]