Searched refs:mThreadIoHandle (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/av/services/audioflinger/ |
H A D | FastMixer.cpp | 80 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 D | FastMixer.h | 110 const audio_io_handle_t mThreadIoHandle; // parent thread id for debugging purposes variable
|
H A D | Tracks.cpp | 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() 2043 __func__, mId, (int)mThreadIoHandle); in write() [all …]
|
H A D | TrackBase.h | 386 audio_io_handle_t mThreadIoHandle; // I/O handle of the thread the track is attached to variable
|