HomeSort by relevance Sort by last modified time
    Searched refs:activeList (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 531 AudioFrameList activeList;
542 (activeList.size() +
582 if(activeList.size() >= *maxAudioFrameCounter) {
590 for (AudioFrameList::iterator iter = activeList.begin();
591 iter != activeList.end();
607 // When a frame is pushed to |activeList| it is also pushed
614 activeList.erase(replaceItem);
616 activeList.push_front(audioFrame);
640 activeList.push_front(audioFrame);
662 assert(activeList.size() <= *maxAudioFrameCounter)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 448 final ArrayList<Event> activeList = new ArrayList<Event>();
464 event, activeList.iterator(), minimumDurationMillis, colMask);
466 colMask = removeAlldayActiveEvents(event, activeList.iterator(), colMask);
471 if (activeList.isEmpty()) {
487 activeList.add(event);
489 int len = activeList.size();
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipSettings.java 241 SipProfile[] activeList = {};
243 activeList = mSipManager.getListOfProfiles();
247 for (SipProfile activeProfile : activeList) {
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 652 ArrayList<String> activeList = new ArrayList<String>();
675 activeList.add(iface);
684 broadcast.putStringArrayListExtra(ConnectivityManager.EXTRA_ACTIVE_TETHER, activeList);
692 TextUtils.join(",", activeList),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 457 milliseconds