Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h1626 void removeOutputTrack(MixerThread* thread);
H A DAudioFlinger.cpp2731 dupThread->removeOutputTrack((MixerThread *)playbackThread.get()); in closeOutput_nonvirtual()
H A DThreads.cpp7152 void AudioFlinger::DuplicatingThread::removeOutputTrack(MixerThread *thread) in removeOutputTrack() function in android::AudioFlinger::DuplicatingThread