Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DFastMixer.cpp80 mThreadIoHandle(parentIoHandle) in FastMixer()
82 (void)mThreadIoHandle; // prevent unused warning, see C++17 [[maybe_unused]] in FastMixer()
310 mTee.setId(std::string("_") + std::to_string(mThreadIoHandle) + "_F"); in onStateChange()
H A DFastMixer.h110 const audio_io_handle_t mThreadIoHandle; // parent thread id for debugging purposes variable
H A DTracks.cpp118 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()
2043 __func__, mId, (int)mThreadIoHandle); in write()
[all …]
H A DTrackBase.h386 audio_io_handle_t mThreadIoHandle; // I/O handle of the thread the track is attached to variable