Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:mThread

101         sp<ThreadType> thread() { return mThread; }
103 sp<const ThreadType> const_thread() const { return mThread; }
111 if (mThread != 0) {
113 mThread->deletePatchTrack(mTrack);
116 panel->mAudioFlinger.closeThreadInternal_l(mThread);
122 mThread = thread;
128 mThread->addPatchTrack(mTrack);
136 swap(mThread, other.mThread);
147 sp<ThreadType> mThread;