Searched refs:LISTENER_LOCK (Results 1 – 2 of 2) sorted by relevance
157 synchronized (PlayerListener.LISTENER_LOCK) { in play()159 PlayerListener.LISTENER_LOCK.wait(timeoutMilliSeconds); in play()
44 public static final Object LISTENER_LOCK = new Object(); field in PlayerListener211 synchronized (LISTENER_LOCK) { in onEvents()230 LISTENER_LOCK.notify(); in onEvents()