Lines Matching refs:mThread
87 mThread = other.mThread;
108 sp<ThreadType> thread() const { return mThread; } in thread()
110 sp<const ThreadType> const_thread() const { return mThread; } in const_thread()
118 if (mThread != 0) { in closeConnections()
120 mThread->deletePatchTrack(mTrack); in closeConnections()
123 panel->mAudioFlinger.closeThreadInternal_l(mThread); in closeConnections()
129 mThread = thread;
135 mThread->addPatchTrack(mTrack); in setTrackAndPeer()
144 swap(mThread, other.mThread); in swap()
156 sp<ThreadType> mThread;
174 mThread = other.mThread; in Patch()
189 swap(mThread, other.mThread); in swap()
203 void setThread(sp<ThreadBase> thread) { mThread = thread; } in setThread()
204 wp<ThreadBase> thread() const { return mThread; } in thread()
224 wp<ThreadBase> mThread; variable