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

/frameworks/av/services/audioflinger/
H A DThreads.h77 // Parameter sequence by server: threadLoop calling processConfigEvents_l():
270 // processConfigEvents_l().
280 void processConfigEvents_l();
H A DThreads.cpp578 // Can temporarily release the lock if waiting for a reply from processConfigEvents_l().
677 void AudioFlinger::ThreadBase::processConfigEvents_l() function in class:android::AudioFlinger::ThreadBase
682 ALOGV("processConfigEvents_l() remaining events %zu", mConfigEvents.size());
729 ALOG_ASSERT(false, "processConfigEvents_l() unknown event type %d", event->mType);
739 ALOGV_IF(mConfigEvents.isEmpty(), "processConfigEvents_l() DONE thread %p", this);
2987 processConfigEvents_l();
6129 processConfigEvents_l();
7825 processConfigEvents_l();

Completed in 72 milliseconds