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

/frameworks/av/services/audioflinger/
H A DThreads.cpp608 // Can temporarily release the lock if waiting for a reply from processConfigEvents_l().
694 void AudioFlinger::ThreadBase::processConfigEvents_l() function in class:android::AudioFlinger::ThreadBase
699 ALOGV("processConfigEvents_l() remaining events %d", mConfigEvents.size());
734 ALOG_ASSERT(false, "processConfigEvents_l() unknown event type %d", event->mType);
744 ALOGV_IF(mConfigEvents.isEmpty(), "processConfigEvents_l() DONE thread %p", this);
2741 processConfigEvents_l();
5658 processConfigEvents_l();

Completed in 65 milliseconds