HomeSort by relevance Sort by last modified time
    Searched refs:volIndexToDb (Results 1 - 10 of 10) sorted by null

  /frameworks/av/services/audiopolicy/enginedefault/src/
Engine.h 104 virtual float volIndexToDb(Volume::device_category deviceCategory,
107 return mPolicyEngine->volIndexToDb(deviceCategory, stream, indexInUi);
144 float volIndexToDb(Volume::device_category category,
Gains.h 36 static float volIndexToDb(Volume::device_category deviceCategory,
Gains.cpp 200 float Gains::volIndexToDb(Volume::device_category deviceCategory,
250 return Volume::DbToAmpl(volIndexToDb(deviceCategory, streamDesc, indexInUi));
Engine.cpp 66 float Engine::volIndexToDb(Volume::device_category category, audio_stream_type_t streamType,
70 return Gains::volIndexToDb(category, streamDesc, indexInUi);
  /frameworks/av/services/audiopolicy/engine/interface/
AudioPolicyManagerInterface.h 146 virtual float volIndexToDb(Volume::device_category deviceCategory, audio_stream_type_t stream,
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Stream.h 84 float volIndexToDb(Volume::device_category deviceCategory, int indexInUi);
Engine.h 100 virtual float volIndexToDb(Volume::device_category deviceCategory,
104 return mPolicyEngine->volIndexToDb(deviceCategory, stream, indexInUi);
186 float volIndexToDb(Volume::device_category category,
Engine.cpp 202 float Engine::volIndexToDb(Volume::device_category category,
211 return stream->volIndexToDb(category, indexInUi);
Stream.cpp 94 float Element<audio_stream_type_t>::volIndexToDb(Volume::device_category deviceCategory,
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 708 milliseconds