Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp638 case MIXER: in getWakeLockTag()
922 if ((mType == MIXER || mType == DUPLICATING) && mChannelCount != FCC_2) { in createEffect_l()
924 desc->name, mChannelCount, mType == MIXER ? "MIXER" : "DUPLICATING"); in createEffect_l()
932 case MIXER: in createEffect_l()
1818 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
1829 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
1866 if (mType == MIXER && (kUseFastMixer == FastMixer_Static || in readOutputParameters_l()
1902 if (mType == MIXER || mType == DUPLICATING) { in readOutputParameters_l()
2410 if (mType == MIXER) { in threadLoop()
2519 if (mType == MIXER) { in threadLoop()
[all …]
DThreads.h28 MIXER, // Thread class is MixerThread enumerator
839 type_t type = MIXER);
DAudioFlinger.cpp1860 if (thread->type() == ThreadBase::MIXER) { in closeOutput_nonvirtual()
2652 if ((dstThread->type() == ThreadBase::MIXER || dstThread->type() == ThreadBase::DUPLICATING) && in moveEffectChain_l()