Searched refs:acquired (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DTokenWatcher.java34 * @param h A handler to call {@link #acquired} and {@link #released}
49 public abstract void acquired(); method in class:TokenWatcher
57 * Record that this token has been acquired. When acquire is called, and
58 * the current count is 0, the acquired method is called on the given
61 * @param token An IBinder object. If this token has already been acquired,
138 acquired();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java87 // acquire the lock. if the result is null, lock was just acquired, otherwise, return
142 // acquire the lock. if the result is null, lock was just acquired, otherwise, return
157 * This returns null if the lock was just acquired, otherwise it returns
171 boolean acquired = lock.tryLock(timeout, TimeUnit.MILLISECONDS);
173 if (acquired == false) {
277 throw new IllegalStateException("scene must be acquired first. see #acquire(long)");
280 throw new IllegalStateException("Thread acquired a scene but is rendering a different one");
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java220 * This is set to true only if mKeyguardTokenWatcher.acquired() has
232 public void acquired() {
4197 // neither mKeyguardTokenWatcher.acquired() or released() would

Completed in 116 milliseconds