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

/frameworks/av/services/audioflinger/
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 87 milliseconds