Home | History | Annotate | Download | only in audioflinger

Lines Matching full:streamdesc

1659     StreamDescriptor &streamDesc = mStreams[stream];
1665 int volInt = (100 * (index - streamDesc.mIndexMin)) / (streamDesc.mIndexMax - streamDesc.mIndexMin);
1679 streamDesc.mCanBeMuted) {
1762 StreamDescriptor &streamDesc = mStreams[stream];
1769 if (streamDesc.mCanBeMuted) {
1781 checkAndSetVolume(stream, streamDesc.mIndexCur, output, outputDesc->device(), delayMs);