Home | History | Annotate | Download | only in audio

Lines Matching full:streamdesc

2812 float AudioPolicyManagerBase::volIndexToAmpl(audio_devices_t device, const StreamDescriptor& streamDesc,
2816 const VolumeCurvePoint *curve = streamDesc.mVolumeCurve[deviceCategory];
2821 int volIdx = (nbSteps * (indexInUi - streamDesc.mIndexMin)) /
2822 (streamDesc.mIndexMax - streamDesc.mIndexMin);
2998 StreamDescriptor &streamDesc = mStreams[stream];
3014 volume = volIndexToAmpl(device, streamDesc, index);
3031 streamDesc.mCanBeMuted) {
3150 StreamDescriptor &streamDesc = mStreams[stream];
3161 if (streamDesc.mCanBeMuted &&
3176 streamDesc.getVolumeIndex(device),