Lines Matching refs:mThreadIoHandle
103 mThreadIoHandle(thread ? thread->id() : AUDIO_IO_HANDLE_NONE), in TrackBase()
585 mTee.setId(std::string("_") + std::to_string(mThreadIoHandle) in Track()
954 __func__, mId, (int)mThreadIoHandle); in start()
958 __func__, mId, (int)mThreadIoHandle); in start()
963 __func__, mId, (int)mThreadIoHandle); in start()
1042 __func__, mId, (int)mThreadIoHandle); in stop()
1070 __func__, mId, (int)mThreadIoHandle); in pause()
1590 __func__, mId, (int)mThreadIoHandle);
1654 (int)mThreadIoHandle, status); in write()
1692 (int)mThreadIoHandle, mBufferQueue.size()); in write()
1711 (int)mThreadIoHandle, mBufferQueue.size()); in write()
1716 __func__, mId, (int)mThreadIoHandle); in write()
2005 mTee.setId(std::string("_") + std::to_string(mThreadIoHandle) in RecordTrack()