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

/frameworks/av/services/audioflinger/
H A DThreads.cpp706 // Can temporarily release the lock if waiting for a reply from processConfigEvents_l().
804 void AudioFlinger::ThreadBase::processConfigEvents_l() function in class:android::AudioFlinger::ThreadBase
809 ALOGV("processConfigEvents_l() remaining events %zu", mConfigEvents.size());
844 ALOG_ASSERT(false, "processConfigEvents_l() unknown event type %d", event->mType);
854 ALOGV_IF(mConfigEvents.isEmpty(), "processConfigEvents_l() DONE thread %p", this);
3043 processConfigEvents_l();
6119 processConfigEvents_l();

Completed in 54 milliseconds