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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/
H A DSettableWakeLock.java40 public synchronized void setAcquired(boolean acquired) { argument
41 if (mAcquired != acquired) {
42 if (acquired) {
47 mAcquired = acquired;
/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/
H A DUpdateLockService.java52 public void acquired() { method in class:UpdateLockService.LockWatcher
/frameworks/base/services/core/java/com/android/server/wm/
H A DKeyguardDisableHandler.java114 public void acquired() { method in class:KeyguardDisableHandler.KeyguardTokenWatcher
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.h479 bool acquired, bool output);
H A DCamera3Stream.cpp414 // and are waiting to be acquired by the consumer and buffers that are currently
415 // acquired will be freed once they are released by the consumer.
480 fireBufferListenersLocked(*buffer, /*acquired*/true, /*output*/true);
536 fireBufferListenersLocked(buffer, /*acquired*/false, /*output*/true);
575 fireBufferListenersLocked(*buffer, /*acquired*/true, /*output*/false);
596 fireBufferListenersLocked(buffer, /*acquired*/false, /*output*/false);
612 const camera3_stream_buffer& buffer, bool acquired, bool output) {
629 if (acquired) {
611 fireBufferListenersLocked( const camera3_stream_buffer& buffer, bool acquired, bool output) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java97 // 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) {
315 throw new IllegalStateException("scene must be acquired first. see #acquire(long)");
318 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 290 milliseconds