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

/frameworks/base/core/java/android/os/
H A DTokenWatcher.java36 * @param h A handler to call {@link #acquired} and {@link #released}
51 public abstract void acquired(); method in class:TokenWatcher
59 * Record that this token has been acquired. When acquire is called, and
60 * the current count is 0, the acquired method is called on the given
63 * @param token An IBinder object. If this token has already been acquired,
156 acquired();
/frameworks/base/services/java/com/android/server/wm/
H A DKeyguardDisableHandler.java86 public void acquired() { method in class:KeyguardDisableHandler.KeyguardTokenWatcher
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.h282 bool acquired, bool output);
H A DCamera3Stream.cpp215 fireBufferListenersLocked(*buffer, /*acquired*/true, /*output*/true);
228 fireBufferListenersLocked(buffer, /*acquired*/false, /*output*/true);
240 fireBufferListenersLocked(*buffer, /*acquired*/true, /*output*/false);
252 fireBufferListenersLocked(buffer, /*acquired*/false, /*output*/false);
258 const camera3_stream_buffer& /*buffer*/, bool acquired, bool output) {
274 if (acquired) {
257 fireBufferListenersLocked( const camera3_stream_buffer& , bool acquired, bool output) argument
/frameworks/base/services/java/com/android/server/
H A DUpdateLockService.java51 public void acquired() { method in class:UpdateLockService.LockWatcher
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java96 // acquire the lock. if the result is null, lock was just acquired, otherwise, return
160 // acquire the lock. if the result is null, lock was just acquired, otherwise, return
175 * This returns null if the lock was just acquired, otherwise it returns
189 boolean acquired = lock.tryLock(timeout, TimeUnit.MILLISECONDS);
191 if (acquired == false) {
313 throw new IllegalStateException("scene must be acquired first. see #acquire(long)");
316 throw new IllegalStateException("Thread acquired a scene but is rendering a different one");

Completed in 111 milliseconds