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

/frameworks/av/services/audioflinger/
H A DTrackBase.h171 audio_io_handle_t mThreadIoHandle; // I/O handle of the thread the track is attached to member in class:TrackBase
H A DTracks.cpp100 mThreadIoHandle(thread->id()),
499 AudioSystem::releaseOutput(mThreadIoHandle, mStreamType, mSessionId);
1665 AudioSystem::stopInput(mThreadIoHandle, mSessionId);
1677 AudioSystem::stopInput(mThreadIoHandle, mSessionId);
1679 AudioSystem::releaseInput(mThreadIoHandle, mSessionId);

Completed in 1270 milliseconds