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

/frameworks/av/services/audioflinger/
H A DThreads.h28 MIXER, // Thread class is MixerThread enumerator in enum:ThreadBase::type_t
782 uint32_t mThreadThrottleTimeMs; // throttle time for MIXER threads
942 // MIXER only
948 // MIXER only
1009 type_t type = MIXER);
H A DThreads.cpp440 case MIXER:
441 return "MIXER";
881 case MIXER:
1184 case MIXER: {
1188 ALOGW("checkEffectCompatibility_l(): effect %s for multichannel(%d) on MIXER"
2315 if ((mType == MIXER || mType == DUPLICATING)
2331 if ((mType == MIXER || mType == DUPLICATING)
2388 if (mType == MIXER && (kUseFastMixer == FastMixer_Static ||
2414 if (mType == MIXER || mType == DUPLICATING) {
2634 // shared by MIXER an
[all...]
H A DAudioFlinger.cpp2109 if (playbackThread->type() == ThreadBase::MIXER) {

Completed in 180 milliseconds