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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1271 MixerThread *checkMixerThread_l(audio_io_handle_t output) const;
H A DAudioFlinger.cpp6881 MixerThread *thread1 = checkMixerThread_l(output1);
6882 MixerThread *thread2 = checkMixerThread_l(output2);
7081 MixerThread *dstThread = checkMixerThread_l(output);
7217 // checkMixerThread_l() must be called with AudioFlinger::mLock held
7218 AudioFlinger::MixerThread *AudioFlinger::checkMixerThread_l(audio_io_handle_t output) const function in class:android::AudioFlinger

Completed in 23 milliseconds