Home
last modified time | relevance | path

Searched refs:DUPLICATING (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.h30 DUPLICATING, // Thread class is DuplicatingThread enumerator
238 bool isDuplicating() const { return (mType == DUPLICATING); } in isDuplicating()
DThreads.cpp434 case DUPLICATING: in threadTypeToString()
998 case DUPLICATING: in getWakeLockTag()
1294 if ((mType == MIXER || mType == DUPLICATING) && mChannelCount != FCC_2) { in createEffect_l()
1308 case DUPLICATING: in createEffect_l()
2213 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2228 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2266 if (mType == DUPLICATING && mMixerBufferEnabled && mEffectBufferEnabled) { in readOutputParameters_l()
2320 if (mType == MIXER || mType == DUPLICATING) { in readOutputParameters_l()
3448 if (type == DUPLICATING) { in MixerThread()
5475 systemReady, DUPLICATING), in DuplicatingThread()