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