Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/include/
DVolume.h143 static inline float DbToAmpl(float decibels) in DbToAmpl() function
/frameworks/av/services/audiopolicy/enginedefault/src/
DGains.cpp250 return Volume::DbToAmpl(volIndexToDb(deviceCategory, streamDesc, indexInUi)); in volIndexToAmpl()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp381 float volume = Volume::DbToAmpl(mCurVolume[stream]); in setVolume()