Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp452 case DUPLICATING: in threadTypeToString()
871 || mType == DUPLICATING in dumpBase_l()
931 case DUPLICATING: in getWakeLockTag()
1291 case DUPLICATING: in checkEffectCompatibility_l()
2642 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2659 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2698 if (mType == DUPLICATING && mMixerBufferEnabled && mEffectBufferEnabled) { in readOutputParameters_l()
2742 if (mType == MIXER || mType == DUPLICATING) { in readOutputParameters_l()
3403 || mType == DUPLICATING in threadLoop()
4223 if (type == DUPLICATING) { in MixerThread()
[all …]
DThreads.h30 DUPLICATING, // Thread class is DuplicatingThread enumerator
262 bool isDuplicating() const { return (mType == DUPLICATING); } in isDuplicating()
DTracks.cpp587 || thread->type() == ThreadBase::DUPLICATING; in Track()