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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp2457 float AudioPolicyManagerBase::volIndexToAmpl(audio_devices_t device, const StreamDescriptor& streamDesc, argument
2461 const VolumeCurvePoint *curve = streamDesc.mVolumeCurve[deviceCategory];
2466 int volIdx = (nbSteps * (indexInUi - streamDesc.mIndexMin)) /
2467 (streamDesc.mIndexMax - streamDesc.mIndexMin);
2609 StreamDescriptor &streamDesc = mStreams[stream]; local
2625 volume = volIndexToAmpl(device, streamDesc, index);
2640 streamDesc.mCanBeMuted) {
2766 StreamDescriptor &streamDesc = mStreams[stream]; local
2777 if (streamDesc
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h551 static float volIndexToAmpl(audio_devices_t device, const StreamDescriptor& streamDesc,

Completed in 70 milliseconds