Home
last modified time | relevance | path

Searched defs:setThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DEffects.h98 void setThread(const wp<ThreadBase>& thread) { mThread = thread; } in setThread() function
DEffects.cpp2223 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread() function in android::AudioFlinger::EffectChain