Lines Matching refs:mThread
114 mThread = other.mThread;
136 sp<ThreadType> thread() const { return mThread; } in thread()
138 sp<const ThreadType> const_thread() const { return mThread; } in const_thread()
149 if (mThread != nullptr) { in closeConnections_l()
151 mThread->deletePatchTrack(mTrack); in closeConnections_l()
154 panel->closeThreadInternal_l(mThread); in closeConnections_l()
160 mThread = thread;
166 mThread->addPatchTrack(mTrack); in setTrackAndPeer()
179 swap(mThread, other.mThread); in swap()
189 sp<ThreadType> mThread;
207 mThread = other.mThread; in Patch()
222 swap(mThread, other.mThread); in swap()
237 void setThread(const sp<IAfThreadBase>& thread) { mThread = thread; } in setThread()
238 wp<IAfThreadBase> thread() const { return mThread; } in thread()
258 wp<IAfThreadBase> mThread; variable