Home
last modified time | relevance | path

Searched defs:tickets (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
DReservableTicketPool.java172 public Collection<Ticket> acquire(int tickets) throws InterruptedException, in acquire()
215 Collection<Ticket> tickets = mParentPool.acquire(additionalCapacity); in reserveCapacity() local
296 private Collection<Ticket> acquireParentTickets(int tickets) throws InterruptedException, in acquireParentTickets()
335 private List<Ticket> tryAcquireAtomically(int tickets) throws NoCapacityAvailableException { in tryAcquireAtomically()
DTicketPool.java47 public Collection<Ticket> acquire(int tickets) throws InterruptedException, in acquire()
DFiniteTicketPool.java118 public Collection<Ticket> acquire(int tickets) throws InterruptedException, in acquire()
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ringbuffer/
DDynamicRingBuffer.java158 public Collection<Ticket> acquire(int tickets) throws InterruptedException, in acquire()