Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DIAfThread.h131 DUPLICATING, // Thread class is DuplicatingThread enumerator
DThreads.h317 bool isDuplicating() const final { return (mType == DUPLICATING); } in isDuplicating()
1157 return mType == MIXER || mType == DUPLICATING || mType == SPATIALIZER; in hasMixer()
DThreads.cpp609 case DUPLICATING: in threadTypeToString()
1109 || mType == DUPLICATING in dumpBase_l()
1177 case DUPLICATING: in getWakeLockTag()
1555 case DUPLICATING: in checkEffectCompatibility_l()
3205 if (mType == DUPLICATING && mMixerBufferEnabled && mEffectBufferEnabled) { in readOutputParameters_l()
5100 if (type == DUPLICATING) { in MixerThread()
7663 systemReady, DUPLICATING), in DuplicatingThread()