HomeSort by relevance Sort by last modified time
    Searched defs:removeSyncBarrier (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
Looper.java 242 * until the barrier is released by calling {@link #removeSyncBarrier} and specifying
250 * This call must be always matched by a call to {@link #removeSyncBarrier} with
255 * passed to {@link #removeSyncBarrier} to release the barrier.
274 public void removeSyncBarrier(int token) {
275 mQueue.removeSyncBarrier(token);
MessageQueue.java 278 void removeSyncBarrier(int token) {

Completed in 61 milliseconds