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

/frameworks/av/services/audioflinger/
H A DThreads.cpp439 case MIXER:
440 return "MIXER";
880 case MIXER:
1181 case MIXER: {
1186 ALOGW("checkEffectCompatibility_l(): effect %s for multichannel(%d) on MIXER"
1675 mTracks(type == MIXER),
2473 if ((mType == MIXER || mType == DUPLICATING)
2489 if ((mType == MIXER || mType == DUPLICATING)
2546 if (mType == MIXER && (kUseFastMixer == FastMixer_Static ||
2572 if (mType == MIXER || mTyp
[all...]
H A DThreads.h28 MIXER, // Thread class is MixerThread enumerator in enum:ThreadBase::type_t
807 uint32_t mThreadThrottleTimeMs; // throttle time for MIXER threads
979 // Track names pending deletion for MIXER type threads
1020 // MIXER only
1026 // MIXER only
1091 type_t type = MIXER);
H A DAudioFlinger.cpp2212 if (playbackThread->type() == ThreadBase::MIXER) {

Completed in 43 milliseconds