Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:thread

44     EffectModule(ThreadBase *thread,
92 void setThread(const wp<ThreadBase>& thread) { mThread = thread; }
93 const wp<ThreadBase>& thread() { return mThread; }
141 wp<ThreadBase> mThread; // parent thread
237 // There can be any number of EffectChain objects per output mixer thread (PlaybackThread).
246 EffectChain(ThreadBase *thread, int sessionId);
358 void clearInputBuffer_l(sp<ThreadBase> thread);
360 void setThread(const sp<ThreadBase>& thread);
362 wp<ThreadBase> mThread; // parent mixer thread