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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp3038 float AudioPolicyManagerBase::volIndexToAmpl(audio_devices_t device, const StreamDescriptor& streamDesc, argument
3042 const VolumeCurvePoint *curve = streamDesc.mVolumeCurve[deviceCategory];
3047 int volIdx = (nbSteps * (indexInUi - streamDesc.mIndexMin)) /
3048 (streamDesc.mIndexMax - streamDesc.mIndexMin);
3224 StreamDescriptor &streamDesc = mStreams[stream]; local
3238 volume = volIndexToAmpl(device, streamDesc, index);
3255 streamDesc.mCanBeMuted) {
3374 StreamDescriptor &streamDesc = mStreams[stream]; local
3385 if (streamDesc
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h591 static float volIndexToAmpl(audio_devices_t device, const StreamDescriptor& streamDesc,

Completed in 86 milliseconds