Lines Matching refs:mThread
85 mThread = other.mThread;
106 sp<ThreadType> thread() const { return mThread; } in thread()
108 sp<const ThreadType> const_thread() const { return mThread; } in const_thread()
116 if (mThread != 0) { in closeConnections()
118 mThread->deletePatchTrack(mTrack); in closeConnections()
121 panel->mAudioFlinger.closeThreadInternal_l(mThread); in closeConnections()
127 mThread = thread;
133 mThread->addPatchTrack(mTrack); in setTrackAndPeer()
142 swap(mThread, other.mThread); in swap()
154 sp<ThreadType> mThread;
171 mThread = other.mThread; in Patch()
185 swap(mThread, other.mThread); in swap()
198 void setThread(sp<ThreadBase> thread) { mThread = thread; } in setThread()
199 wp<ThreadBase> thread() const { return mThread; } in thread()
219 wp<ThreadBase> mThread; variable