Searched refs:DUPLICATING (Results 1 – 3 of 3) sorted by relevance
452 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 …]
30 DUPLICATING, // Thread class is DuplicatingThread enumerator262 bool isDuplicating() const { return (mType == DUPLICATING); } in isDuplicating()
587 || thread->type() == ThreadBase::DUPLICATING; in Track()