Searched refs:volIndexToDb (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.h | 104 virtual float volIndexToDb(Volume::device_category deviceCategory, in volIndexToDb() function 107 return mPolicyEngine->volIndexToDb(deviceCategory, stream, indexInUi); in volIndexToDb() 144 float volIndexToDb(Volume::device_category category,
|
D | Gains.cpp | 200 float Gains::volIndexToDb(Volume::device_category deviceCategory, in volIndexToDb() function in android::Gains 250 return Volume::DbToAmpl(volIndexToDb(deviceCategory, streamDesc, indexInUi)); in volIndexToAmpl()
|
D | Gains.h | 36 static float volIndexToDb(Volume::device_category deviceCategory,
|
D | Engine.cpp | 66 float Engine::volIndexToDb(Volume::device_category category, audio_stream_type_t streamType, in volIndexToDb() function in android::audio_policy::Engine 70 return Gains::volIndexToDb(category, streamDesc, indexInUi); in volIndexToDb()
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Engine.h | 100 virtual float volIndexToDb(Volume::device_category deviceCategory, in volIndexToDb() function 104 return mPolicyEngine->volIndexToDb(deviceCategory, stream, indexInUi); in volIndexToDb() 186 float volIndexToDb(Volume::device_category category,
|
D | Engine.cpp | 202 float Engine::volIndexToDb(Volume::device_category category, in volIndexToDb() function in android::audio_policy::Engine 211 return stream->volIndexToDb(category, indexInUi); in volIndexToDb()
|
D | Stream.h | 84 float volIndexToDb(Volume::device_category deviceCategory, int indexInUi);
|
D | Stream.cpp | 94 float Element<audio_stream_type_t>::volIndexToDb(Volume::device_category deviceCategory, in volIndexToDb() function in android::audio_policy::Element
|
/frameworks/av/services/audiopolicy/engine/interface/ |
D | AudioPolicyManagerInterface.h | 146 virtual float volIndexToDb(Volume::device_category deviceCategory, audio_stream_type_t stream,
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 4513 float volumeDb = mEngine->volIndexToDb(Volume::getDeviceCategory(device), stream, index); in computeVolume()
|