Lines Matching refs:mThreadIoHandle
118 mThreadIoHandle(thread ? thread->id() : AUDIO_IO_HANDLE_NONE), in TrackBase()
719 mTee.setId(std::string("_") + std::to_string(mThreadIoHandle) in Track()
1084 __func__, mId, (int)mThreadIoHandle); in start()
1088 __func__, mId, (int)mThreadIoHandle); in start()
1093 __func__, mId, (int)mThreadIoHandle); in start()
1181 __func__, mId, (int)mThreadIoHandle); in stop()
1209 __func__, mId, (int)mThreadIoHandle); in pause()
1917 __func__, mId, (int)mThreadIoHandle);
1981 (int)mThreadIoHandle, status); in write()
2019 (int)mThreadIoHandle, mBufferQueue.size()); in write()
2038 (int)mThreadIoHandle, mBufferQueue.size()); in write()
2043 __func__, mId, (int)mThreadIoHandle); in write()
2389 mTee.setId(std::string("_") + std::to_string(mThreadIoHandle) in RecordTrack()