Home
last modified time | relevance | path

Searched refs:streamDesc (Results 1 – 3 of 3) sorted by relevance

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