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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp3054 float AudioPolicyManagerBase::volIndexToAmpl(audio_devices_t device, const StreamDescriptor& streamDesc, argument
3058 const VolumeCurvePoint *curve = streamDesc.mVolumeCurve[deviceCategory];
3063 int volIdx = (nbSteps * (indexInUi - streamDesc.mIndexMin)) /
3064 (streamDesc.mIndexMax - streamDesc.mIndexMin);
3240 StreamDescriptor &streamDesc = mStreams[stream]; local
3254 volume = volIndexToAmpl(device, streamDesc, index);
3271 streamDesc.mCanBeMuted) {
3390 StreamDescriptor &streamDesc = mStreams[stream]; local
3401 if (streamDesc
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h592 static float volIndexToAmpl(audio_devices_t device, const StreamDescriptor& streamDesc,

Completed in 12 milliseconds