Searched refs:acquired (Results 1 - 7 of 7) 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/core/java/com/android/server/wm/
H A DKeyguardDisableHandler.java111 public void acquired() { method in class:KeyguardDisableHandler.KeyguardTokenWatcher
/frameworks/base/services/core/java/com/android/server/
H A DUpdateLockService.java50 public void acquired() { method in class:UpdateLockService.LockWatcher
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.h432 bool acquired, bool output);
H A DCamera3Stream.cpp389 // and are waiting to be acquired by the consumer and buffers that are currently
390 // acquired will be freed once they are released by the consumer.
450 fireBufferListenersLocked(*buffer, /*acquired*/true, /*output*/true);
471 fireBufferListenersLocked(buffer, /*acquired*/false, /*output*/true);
506 fireBufferListenersLocked(*buffer, /*acquired*/true, /*output*/false);
518 fireBufferListenersLocked(buffer, /*acquired*/false, /*output*/false);
532 const camera3_stream_buffer& /*buffer*/, bool acquired, bool output) {
548 if (acquired) {
531 fireBufferListenersLocked( const camera3_stream_buffer& , bool acquired, bool output) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java98 // acquire the lock. if the result is null, lock was just acquired, otherwise, return
162 // acquire the lock. if the result is null, lock was just acquired, otherwise, return
177 * This returns null if the lock was just acquired, otherwise it returns
191 boolean acquired = lock.tryLock(timeout, TimeUnit.MILLISECONDS);
193 if (!acquired) {
318 throw new IllegalStateException("scene must be acquired first. see #acquire(long)");
321 throw new IllegalStateException("Thread acquired a scene but is rendering a different one");
/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp98 arg1 = msg.data.acquired.acquired_info;

Completed in 129 milliseconds