Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp642 case DUPLICATING: in getWakeLockTag()
922 if ((mType == MIXER || mType == DUPLICATING) && mChannelCount != FCC_2) { in createEffect_l()
936 case DUPLICATING: in createEffect_l()
1818 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
1829 if ((mType == MIXER || mType == DUPLICATING) in readOutputParameters_l()
1902 if (mType == MIXER || mType == DUPLICATING) { in readOutputParameters_l()
4747 DUPLICATING), in DuplicatingThread()
DAudioFlinger.cpp1862 if (mPlaybackThreads.valueAt(i)->type() == ThreadBase::DUPLICATING) { in closeOutput_nonvirtual()
1893 if (thread->type() != ThreadBase::DUPLICATING) { in closeOutput_nonvirtual()
2652 if ((dstThread->type() == ThreadBase::MIXER || dstThread->type() == ThreadBase::DUPLICATING) && in moveEffectChain_l()
DThreads.h30 DUPLICATING, // Thread class is DuplicatingThread enumerator