Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp481 case DUPLICATING: in threadTypeToString()
906 || mType == DUPLICATING in dumpBase_l()
966 case DUPLICATING: in getWakeLockTag()
1328 case DUPLICATING: in checkEffectCompatibility_l()
2725 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2742 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
2752 if ((mType == MIXER || mType == DUPLICATING) && (mFrameCount & 15)) { in readOutputParameters_l()
2781 if (mType == DUPLICATING && mMixerBufferEnabled && mEffectBufferEnabled) { in readOutputParameters_l()
2825 if (mType == MIXER || mType == DUPLICATING) { in readOutputParameters_l()
3517 || mType == DUPLICATING in threadLoop()
[all …]
DThreads.h30 DUPLICATING, // Thread class is DuplicatingThread enumerator
263 bool isDuplicating() const { return (mType == DUPLICATING); } in isDuplicating()
DTracks.cpp592 || thread->type() == ThreadBase::DUPLICATING; in Track()