Searched refs:RequestQueueEntry (Results 1 – 2 of 2) sorted by relevance
43 public final class RequestQueueEntry { class in RequestQueue58 public RequestQueueEntry(BurstHolder burstHolder, Long frameNumber, boolean queueEmpty) { in RequestQueueEntry() method in RequestQueue.RequestQueueEntry77 public synchronized RequestQueueEntry getNext() { in getNext()90 RequestQueueEntry ret = new RequestQueueEntry(next, mCurrentFrameNumber, queueEmptied); in getNext()
734 RequestQueue.RequestQueueEntry nextBurst = mRequestQueue.getNext();