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

  /device/asus/fugu/libaudio/
AudioOutput.h 93 float getFixedOutputLevel() const { return mFixedLvl; }
166 float mFixedLvl;
AudioOutput.cpp 53 , mFixedLvl(0.0)
518 if (mFixedLvl != level) {
519 mFixedLvl = level;

Completed in 57 milliseconds