Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.h774 status_t moveAuxEffectToIo(int EffectId,
H A DTracks.cpp1447 status_t status = af->moveAuxEffectToIo(EffectId, dstThread, &srcThread); in attachAuxEffect()
1457 af->moveAuxEffectToIo(EffectId, srcThread, &dstThread); in attachAuxEffect()
H A DAudioFlinger.cpp4053 status_t AudioFlinger::moveAuxEffectToIo(int EffectId, in moveAuxEffectToIo() function in android::AudioFlinger