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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1240 void removeOutputTrack(MixerThread* thread);
1256 // called from threadLoop, addOutputTrack, removeOutputTrack
H A DAudioFlinger.cpp4034 void AudioFlinger::DuplicatingThread::removeOutputTrack(MixerThread *thread) function in class:android::AudioFlinger::DuplicatingThread
4045 ALOGV("removeOutputTrack(): unkonwn thread: %p", thread);
6916 dupThread->removeOutputTrack((MixerThread *)thread.get());

Completed in 42 milliseconds