Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTrackBase.h169 audio_io_handle_t mThreadIoHandle; // I/O handle of the thread the track is attached to variable
DTracks.cpp100 mThreadIoHandle(thread->id()) in TrackBase()
494 AudioSystem::releaseOutput(mThreadIoHandle, mStreamType, (audio_session_t)mSessionId); in destroy()
2070 AudioSystem::stopInput(mThreadIoHandle, (audio_session_t)mSessionId); in stop()
2082 AudioSystem::stopInput(mThreadIoHandle, (audio_session_t)mSessionId); in destroy()
2084 AudioSystem::releaseInput(mThreadIoHandle, (audio_session_t)mSessionId); in destroy()