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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1940 float AudioPolicyManagerBase::volIndexToAmpl(uint32_t device, const StreamDescriptor& streamDesc, argument
1944 const VolumeCurvePoint *curve = streamDesc.mVolumeCurve[deviceCategory];
1949 int volIdx = (nbSteps * (indexInUi - streamDesc.mIndexMin)) /
1950 (streamDesc.mIndexMax - streamDesc.mIndexMin);
2052 StreamDescriptor &streamDesc = mStreams[stream]; local
2066 volume = volIndexToAmpl(device, streamDesc, index);
2080 streamDesc.mCanBeMuted) {
2179 StreamDescriptor &streamDesc = mStreams[stream]; local
2186 if (streamDesc
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h389 static float volIndexToAmpl(uint32_t device, const StreamDescriptor& streamDesc,

Completed in 91 milliseconds