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

/frameworks/av/services/audioflinger/
H A DThreads.h1069 virtual bool hasFastMixer() const = 0;
1111 if (hasFastMixer()) {
1149 virtual bool hasFastMixer() const { return mFastMixer != 0; } function in class:MixerThread
1158 if (mFastMixer != nullptr) { /* hasFastMixer() */
1165 virtual bool requireMonoBlend() { return mMasterMono.load() && !hasFastMixer(); }
1209 virtual bool hasFastMixer() const { return false; }
1318 virtual bool hasFastMixer() const { return false; }
H A DThreads.cpp1192 if (hasFastMixer() || (flags & AUDIO_OUTPUT_FLAG_FAST)) {
1890 if (hasFastMixer()) {
1915 hasFastMixer() &&
1957 "hasFastMixer=%d tid=%d fastTrackAvailMask=%#x",
1960 channelMask, sampleRate, mSampleRate, hasFastMixer(), tid, mFastTrackAvailMask);
5029 if (hasFastMixer()) {
H A DAudioFlinger.cpp2870 (frameCount == minFrameCount && thread->hasFastMixer() &&
2871 /*minThread != NULL &&*/ !minThread->hasFastMixer()))) {

Completed in 66 milliseconds