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 244 * until the barrier is released by calling {@link #removeSyncBarrier} and specifying
252 * This call must be always matched by a call to {@link #removeSyncBarrier} with
257 * passed to {@link #removeSyncBarrier} to release the barrier.
276 public void removeSyncBarrier(int token) {
277 mQueue.removeSyncBarrier(token);
MessageQueue.java 276 void removeSyncBarrier(int token) {

Completed in 1116 milliseconds