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

/frameworks/av/services/audioflinger/
H A DThreads.h72 // Parameter sequence by server: threadLoop calling processConfigEvents_l():
254 // processConfigEvents_l().
263 void processConfigEvents_l();
H A DThreads.cpp392 // Can temporarily release the lock if waiting for a reply from processConfigEvents_l().
467 void AudioFlinger::ThreadBase::processConfigEvents_l() function in class:android::AudioFlinger::ThreadBase
472 ALOGV("processConfigEvents_l() remaining events %d", mConfigEvents.size());
507 ALOG_ASSERT(false, "processConfigEvents_l() unknown event type %d", event->mType);
517 ALOGV_IF(mConfigEvents.isEmpty(), "processConfigEvents_l() DONE thread %p", this);
2436 processConfigEvents_l();
5154 processConfigEvents_l();

Completed in 153 milliseconds