Home
last modified time | relevance | path

Searched refs:checkMixerThread_l (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioFlinger.h527 MixerThread *checkMixerThread_l(audio_io_handle_t output) const;
DAudioFlinger.cpp1940 MixerThread *thread1 = checkMixerThread_l(output1); in openDuplicateOutput()
1941 MixerThread *thread2 = checkMixerThread_l(output2); in openDuplicateOutput()
2472 AudioFlinger::MixerThread *AudioFlinger::checkMixerThread_l(audio_io_handle_t output) const in checkMixerThread_l() function in android::AudioFlinger