Searched defs:streamDesc (Results 1 - 3 of 3) sorted by path

/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp69 const StreamDescriptor &streamDesc = mApmObserver->getStreamDescriptors().valueAt(streamType); local
70 return Gains::volIndexToDb(category, streamDesc, indexInUi);
H A DGains.cpp201 const StreamDescriptor& streamDesc,
204 const VolumeCurvePoint *curve = streamDesc.getVolumeCurvePoint(deviceCategory);
209 int volIdx = (nbSteps * (indexInUi - streamDesc.getVolumeIndexMin())) /
210 (streamDesc.getVolumeIndexMax() - streamDesc.getVolumeIndexMin());
247 const StreamDescriptor& streamDesc,
250 return Volume::DbToAmpl(volIndexToDb(deviceCategory, streamDesc, indexInUi));
200 volIndexToDb(Volume::device_category deviceCategory, const StreamDescriptor& streamDesc, int indexInUi) argument
246 volIndexToAmpl(Volume::device_category deviceCategory, const StreamDescriptor& streamDesc, int indexInUi) argument
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp4650 const StreamDescriptor& streamDesc = mStreams.valueFor(stream); local
4660 if (streamDesc.canBeMuted() &&
4675 streamDesc.getVolumeIndex(device),

Completed in 67 milliseconds