Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp440 case MIXER: in threadTypeToString()
881 case MIXER: in getWakeLockTag()
1184 case MIXER: { in checkEffectCompatibility_l()
2315 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2331 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2388 if (mType == MIXER && (kUseFastMixer == FastMixer_Static || in readOutputParameters_l()
2414 if (mType == MIXER || mType == DUPLICATING) { in readOutputParameters_l()
2951 if (mType == MIXER) { in threadLoop()
3140 if (mType == MIXER) { in threadLoop()
3270 if (mType == MIXER && !mStandby) { in threadLoop()
DThreads.h28 MIXER, // Thread class is MixerThread enumerator
1009 type_t type = MIXER);
DAudioFlinger.cpp2109 if (playbackThread->type() == ThreadBase::MIXER) { in closeOutput_nonvirtual()