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

  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java     [all...]
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Device.java 147 getLooper().myQueue().removeSyncBarrier(mBarrierToken);
  /frameworks/base/core/java/android/os/
MessageQueue.java 441 * until the barrier is released by calling {@link #removeSyncBarrier} and specifying
449 * This call must be always matched by a call to {@link #removeSyncBarrier} with
454 * passed to {@link #removeSyncBarrier} to release the barrier.
501 public void removeSyncBarrier(int token) {
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 393 milliseconds