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

/frameworks/av/services/audioflinger/
H A DThreads.cpp523 // mConfigEvents should be empty, but just in case it isn't, free the memory it owns
524 mConfigEvents.clear();
588 mConfigEvents.add(event);
589 ALOGV("sendConfigEvent_l() num events %zu event %d", mConfigEvents.size(), event->mType);
676 // post condition: mConfigEvents.isEmpty()
681 while (!mConfigEvents.isEmpty()) {
682 ALOGV("processConfigEvents_l() remaining events %zu", mConfigEvents.size());
683 sp<ConfigEvent> event = mConfigEvents[0];
684 mConfigEvents.removeAt(0);
739 ALOGV_IF(mConfigEvents
[all...]
H A DThreads.h72 // 3. Call sendConfigEvent_l(): Append to mConfigEvents and mWaitWorkCV.signal
79 // 2. If there is an entry in mConfigEvents proceed ...
80 // 3. Read first entry in mConfigEvents
81 // 4. Remove first entry from mConfigEvents
461 Vector< sp<ConfigEvent> > mConfigEvents; member in class:ThreadBase

Completed in 3816 milliseconds