Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:thread

101         sp<ThreadType> thread() { return mThread; }
121 void setThread(const sp<ThreadType>& thread, bool closeThread = true) {
122 mThread = thread;
180 // playback thread is created if no existing playback thread can be used
181 // connects playback thread output to sink device
183 // connects source device to record thread input
196 // This map allows going from a thread to "downstream" software patches
200 // [Mixer thread] --> [Virtual output device] --> [Processing module] ---\
204 // This allows the mixer thread to look up the threads of the software patch