Searched defs:mFastMixer (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.h909 mFastMixer->setBoottimeOffset(
929 sp<FastMixer> mFastMixer; // non-0 if there is also a fast mixer member in class:MixerThread
941 // mFastMixer->sq() // for mutating and pushing state
946 virtual bool hasFastMixer() const { return mFastMixer != 0; }
955 if (mFastMixer != nullptr) { /* hasFastMixer() */
956 mFastMixer->setMasterMono(mMasterMono);

Completed in 128 milliseconds