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
242 bool isDuplicating() const { return (mType == DUPLICATING); } in isDuplicating()
DThreads.cpp444 case DUPLICATING: in threadTypeToString()
885 case DUPLICATING: in getWakeLockTag()
1241 case DUPLICATING: in checkEffectCompatibility_l()
2315 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2331 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2370 if (mType == DUPLICATING && mMixerBufferEnabled && mEffectBufferEnabled) { in readOutputParameters_l()
2414 if (mType == MIXER || mType == DUPLICATING) { in readOutputParameters_l()
3603 if (type == DUPLICATING) { in MixerThread()
5743 systemReady, DUPLICATING), in DuplicatingThread()