Searched refs:mThreadIoHandle (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | FastMixer.h | 110 const audio_io_handle_t mThreadIoHandle; // parent thread id for debugging purposes variable
|
D | FastMixer.cpp | 72 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()
|
D | Tracks.cpp | 105 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 …]
|
D | TrackBase.h | 310 audio_io_handle_t mThreadIoHandle; // I/O handle of the thread the track is attached to variable
|