Searched refs:streamDesc (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp2812 float AudioPolicyManagerBase::volIndexToAmpl(audio_devices_t device, const StreamDescriptor& streamDesc, argument
2816 const VolumeCurvePoint *curve = streamDesc.mVolumeCurve[deviceCategory];
2821 int volIdx = (nbSteps * (indexInUi - streamDesc.mIndexMin)) /
2822 (streamDesc.mIndexMax - streamDesc.mIndexMin);
2998 StreamDescriptor &streamDesc = mStreams[stream]; local
3014 volume = volIndexToAmpl(device, streamDesc, index);
3031 streamDesc.mCanBeMuted) {
3150 StreamDescriptor &streamDesc = mStreams[stream]; local
3161 if (streamDesc
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h579 static float volIndexToAmpl(audio_devices_t device, const StreamDescriptor& streamDesc,

Completed in 173 milliseconds