Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.h746 status_t moveAuxEffectToIo(int EffectId,
DTracks.cpp1291 status_t status = af->moveAuxEffectToIo(EffectId, dstThread, &srcThread); in attachAuxEffect()
1301 af->moveAuxEffectToIo(EffectId, srcThread, &dstThread); in attachAuxEffect()
DAudioFlinger.cpp3797 status_t AudioFlinger::moveAuxEffectToIo(int EffectId, in moveAuxEffectToIo() function in android::AudioFlinger