Searched refs:removeOutputTrack (Results 1 – 4 of 4) sorted by relevance
559 virtual void removeOutputTrack(IAfPlaybackThread* thread) EXCLUDES_ThreadBase_Mutex = 0;
1881 void removeOutputTrack(IAfPlaybackThread* thread) final EXCLUDES_ThreadBase_Mutex;
3124 dupThread->removeOutputTrack(playbackThread.get()); in closeOutput_nonvirtual()
7839 void DuplicatingThread::removeOutputTrack(IAfPlaybackThread* thread) in removeOutputTrack() function in android::DuplicatingThread