Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DIAfThread.h559 virtual void removeOutputTrack(IAfPlaybackThread* thread) EXCLUDES_ThreadBase_Mutex = 0;
DThreads.h1881 void removeOutputTrack(IAfPlaybackThread* thread) final EXCLUDES_ThreadBase_Mutex;
DAudioFlinger.cpp3124 dupThread->removeOutputTrack(playbackThread.get()); in closeOutput_nonvirtual()
DThreads.cpp7839 void DuplicatingThread::removeOutputTrack(IAfPlaybackThread* thread) in removeOutputTrack() function in android::DuplicatingThread