Home
last modified time | relevance | path

Searched refs:mThreadIoHandle (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
DFastMixer.h110 const audio_io_handle_t mThreadIoHandle; // parent thread id for debugging purposes variable
DFastMixer.cpp72 mThreadIoHandle(parentIoHandle) in FastMixer()
74 (void)mThreadIoHandle; // prevent unused warning, see C++17 [[maybe_unused]] in FastMixer()
299 mTee.setId(std::string("_") + std::to_string(mThreadIoHandle) + "_F"); in onStateChange()
DTracks.cpp105 mThreadIoHandle(thread ? thread->id() : AUDIO_IO_HANDLE_NONE), in TrackBase()
589 mTee.setId(std::string("_") + std::to_string(mThreadIoHandle) in Track()
935 __func__, mId, (int)mThreadIoHandle); in start()
939 __func__, mId, (int)mThreadIoHandle); in start()
944 __func__, mId, (int)mThreadIoHandle); in start()
1023 __func__, mId, (int)mThreadIoHandle); in stop()
1051 __func__, mId, (int)mThreadIoHandle); in pause()
1572 __func__, mId, (int)mThreadIoHandle);
1636 (int)mThreadIoHandle, status); in write()
1674 (int)mThreadIoHandle, mBufferQueue.size()); in write()
[all …]
DTrackBase.h310 audio_io_handle_t mThreadIoHandle; // I/O handle of the thread the track is attached to variable