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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h444 MixerThread *checkMixerThread_l(audio_io_handle_t output) const;
H A DAudioFlinger.cpp1560 MixerThread *thread1 = checkMixerThread_l(output1);
1561 MixerThread *thread2 = checkMixerThread_l(output2);
1981 // checkMixerThread_l() must be called with AudioFlinger::mLock held
1982 AudioFlinger::MixerThread *AudioFlinger::checkMixerThread_l(audio_io_handle_t output) const function in class:android::AudioFlinger

Completed in 1933 milliseconds