Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTrackBase.h167 audio_io_handle_t mThreadIoHandle; // I/O handle of the thread the track is attached to variable
DTracks.cpp102 mThreadIoHandle(thread->id()) in TrackBase()
457 AudioSystem::releaseOutput(mThreadIoHandle, mStreamType, mSessionId); in destroy()
1563 AudioSystem::stopInput(mThreadIoHandle, mSessionId); in stop()
1575 AudioSystem::stopInput(mThreadIoHandle, mSessionId); in destroy()
1577 AudioSystem::releaseInput(mThreadIoHandle, mSessionId); in destroy()