Searched refs:FastEventQueue (Results 1 – 1 of 1) sorted by relevance
31 protected volatile SortedMap<Long, FastEventQueue> mEventBuffer;32 protected FastEventQueue mEventPool = null;37 mEventBuffer = new TreeMap<Long, FastEventQueue>(); in EventScheduler()46 public static class FastEventQueue { class in EventScheduler54 public FastEventQueue(SchedulableEvent event) { in FastEventQueue() method in EventScheduler.FastEventQueue140 mEventPool = new FastEventQueue(event); in addEventToPool()157 FastEventQueue list = mEventBuffer.get(event.getTimestamp()); in add()161 list = new FastEventQueue(event); in add()176 FastEventQueue list = mEventBuffer.get(lowestTime); in removeNextEventLocked()248 mEventBuffer = new TreeMap<Long, FastEventQueue>(); in flush()