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
DTracks.cpp103 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()
[all …]
DFastMixer.cpp71 mThreadIoHandle(parentIoHandle) in FastMixer()
73 (void)mThreadIoHandle; // prevent unused warning, see C++17 [[maybe_unused]] in FastMixer()
303 mTee.setId(std::string("_") + std::to_string(mThreadIoHandle) + "_F"); in onStateChange()
DTrackBase.h308 audio_io_handle_t mThreadIoHandle; // I/O handle of the thread the track is attached to variable