Searched refs:hasFastMixer (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.h990 virtual bool hasFastMixer() const = 0;
1029 if (hasFastMixer()) {
1067 virtual bool hasFastMixer() const { return mFastMixer != 0; } function in class:MixerThread
1076 if (mFastMixer != nullptr) { /* hasFastMixer() */
1083 virtual bool requireMonoBlend() { return mMasterMono.load() && !hasFastMixer(); }
1133 virtual bool hasFastMixer() const { return false; }
1237 virtual bool hasFastMixer() const { return false; }
H A DThreads.cpp1193 if (hasFastMixer() || (flags & AUDIO_OUTPUT_FLAG_FAST)) {
1852 if (hasFastMixer()) {
1877 hasFastMixer() &&
1919 "hasFastMixer=%d tid=%d fastTrackAvailMask=%#x",
1922 channelMask, sampleRate, mSampleRate, hasFastMixer(), tid, mFastTrackAvailMask);
4745 if (hasFastMixer()) {
H A DAudioFlinger.cpp2765 (frameCount == minFrameCount && thread->hasFastMixer() &&
2766 /*minThread != NULL &&*/ !minThread->hasFastMixer()))) {

Completed in 201 milliseconds