Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DFastMixer.h110 [[maybe_unused]] const audio_io_handle_t mThreadIoHandle; variable
DFastMixer.cpp65 mThreadIoHandle(parentIoHandle) in FastMixer()
285 mTee.setId(std::string("_") + std::to_string(mThreadIoHandle) + "_F"); in onStateChange()
/frameworks/av/services/audioflinger/
DTracks.cpp123 mThreadIoHandle(thread ? thread->id() : AUDIO_IO_HANDLE_NONE), in TrackBase()
837 mTee.setId(std::string("_") + std::to_string(mThreadIoHandle) in Track()
1219 __func__, mId, (int)mThreadIoHandle); in start()
1223 __func__, mId, (int)mThreadIoHandle); in start()
1228 __func__, mId, (int)mThreadIoHandle); in start()
1350 __func__, mId, (int)mThreadIoHandle); in stop()
1380 __func__, mId, (int)mThreadIoHandle); in pause()
2207 __func__, mId, (int)mThreadIoHandle);
2303 (int)mThreadIoHandle, status); in write()
2340 (int)mThreadIoHandle, mBufferQueue.size()); in write()
[all …]
DTrackBase.h370 audio_io_handle_t mThreadIoHandle; // I/O handle of the thread the track is attached to variable