Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp436 case MIXER: in threadTypeToString()
877 case MIXER: in getWakeLockTag()
1178 case MIXER: { in checkEffectCompatibility_l()
2319 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2335 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2392 if (mType == MIXER && (kUseFastMixer == FastMixer_Static || in readOutputParameters_l()
2418 if (mType == MIXER || mType == DUPLICATING) { in readOutputParameters_l()
2955 if (mType == MIXER) { in threadLoop()
3147 if (mType == MIXER) { in threadLoop()
3277 if (mType == MIXER && !mStandby) { in threadLoop()
DThreads.h28 MIXER, // Thread class is MixerThread enumerator
1014 type_t type = MIXER);
DAudioFlinger.cpp2100 if (playbackThread->type() == ThreadBase::MIXER) { in closeOutput_nonvirtual()