Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1031 void removeOutputTrack(MixerThread* thread);
DAudioFlinger.cpp1924 dupThread->removeOutputTrack((MixerThread *)thread.get()); in closeOutput_nonvirtual()
DThreads.cpp5376 void AudioFlinger::DuplicatingThread::removeOutputTrack(MixerThread *thread) in removeOutputTrack() function in android::AudioFlinger::DuplicatingThread