Searched refs:curSrcDevice (Results 1 – 1 of 1) sorted by relevance
2488 audio_devices_t curSrcDevice; in setVolumeIndexForAttributes() local2492 curSrcDevice = mEngine->getOutputDevicesForAttributes(attr, nullptr, false).types(); in setVolumeIndexForAttributes()2495 curSrcDevice = mEngine->getOutputDevicesForStream(stream, false).types(); in setVolumeIndexForAttributes()2500 curSrcDevice = Volume::getDeviceForVolume(curSrcDevice); in setVolumeIndexForAttributes()2575 curSrcDevice |= device; in setVolumeIndexForAttributes()2576 applyVolume = (Volume::getDeviceForVolume(curDevice) & curSrcDevice) != 0; in setVolumeIndexForAttributes()2578 applyVolume = !curves.hasVolumeIndexForDevice(curSrcDevice); in setVolumeIndexForAttributes()