Home
last modified time | relevance | path

Searched refs:MIXER (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.cpp430 case MIXER: in threadTypeToString()
994 case MIXER: in getWakeLockTag()
1294 if ((mType == MIXER || mType == DUPLICATING) && mChannelCount != FCC_2) { in createEffect_l()
1296 desc->name, mChannelCount, mType == MIXER ? "MIXER" : "DUPLICATING"); in createEffect_l()
1304 case MIXER: in createEffect_l()
2213 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2228 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2284 if (mType == MIXER && (kUseFastMixer == FastMixer_Static || in readOutputParameters_l()
2320 if (mType == MIXER || mType == DUPLICATING) { in readOutputParameters_l()
2850 if (mType == MIXER) { in threadLoop()
[all …]
DThreads.h28 MIXER, // Thread class is MixerThread enumerator
862 type_t type = MIXER);
DAudioFlinger.cpp1977 if (thread->type() == ThreadBase::MIXER) { in closeOutput_nonvirtual()
2826 if ((dstThread->type() == ThreadBase::MIXER || dstThread->isDuplicating()) && in moveEffectChain_l()