Searched refs:curStream (Results 1 – 1 of 1) sorted by relevance
2667 for (int curStream = 0; curStream < AUDIO_STREAM_FOR_POLICY_CNT; curStream++) { in initStreamVolume() local2668 if (!streamsMatchForvolume(stream, (audio_stream_type_t)curStream)) { in initStreamVolume()2671 getVolumeCurves((audio_stream_type_t)curStream).initVolume(indexMin, indexMax); in initStreamVolume()5931 const audio_stream_type_t curStream{static_cast<audio_stream_type_t>(i)}; in getDevicesForStream() local5932 if (!streamsMatchForvolume(stream, curStream)) { in getDevicesForStream()5935 DeviceVector curDevices = mEngine->getOutputDevicesForStream(curStream, false/*fromCache*/); in getDevicesForStream()5939 if (outputDesc->isActive(toVolumeSource(curStream))) { in getDevicesForStream()