/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
H A D | SettableWakeLock.java | 39 public synchronized void setAcquired(boolean acquired) { in setAcquired() argument 40 if (mAcquired != acquired) { in setAcquired() 41 if (acquired) { in setAcquired() 46 mAcquired = acquired; in setAcquired()
|
/aosp12/system/bt/osi/test/ |
H A D | wakelock_test.cc | 89 bool acquired = false; in IsFileWakeLockAcquired() local 110 acquired = lock_stat.st_size > unlock_stat.st_size; in IsFileWakeLockAcquired() 122 return acquired; in IsFileWakeLockAcquired()
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | UserTokenWatcher.java | 131 void acquired(@UserIdInt int userId); in acquired() method 148 public void acquired() { in acquired() method in UserTokenWatcher.InnerTokenWatcher 150 mCallback.acquired(mUserId); in acquired()
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/ |
H A D | IBiometricsFingerprintClientCallback.hal | 27 * Sent when a fingerprint image is acquired by the sensor 29 * @param acquiredInfo a message about the quality of the acquired image
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | TokenWatcher.java | 57 public abstract void acquired(); in acquired() method in TokenWatcher 170 acquired();
|
/aosp12/frameworks/hardware/interfaces/sensorservice/1.0/ |
H A D | IEventQueue.hal | 29 * @param sensorHandle the sensor to enable. Must be a sensor acquired from 47 * @param sensorHandle the sensor to disable. Must be a sensor acquired from
|
/aosp12/hardware/interfaces/camera/device/3.2/ |
H A D | ICameraDevice.hal | 44 * instance must be acquired if the device is reconnected. All 73 * instance must be acquired if the device is reconnected. All 137 * instance must be acquired if the device is reconnected. All 170 * must be acquired if the device is reconnected. All subsequent 197 * must be acquired with a timeout.
|
/aosp12/hardware/interfaces/biometrics/face/1.0/ |
H A D | IBiometricsFaceClientCallback.hal | 53 * A callback invoked when a face is acquired. 61 * service that acquired a face. 64 * @param acquiredInfo A message about the quality of the acquired image.
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/ |
H A D | IBiometricsFingerprintClientCallback.hal | 33 * Sent when a fingerprint image is acquired by the sensor 35 * @param acquiredInfo a message about the quality of the acquired image
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | RenderAction.java | 197 boolean acquired = lock.tryLock(timeout, TimeUnit.MILLISECONDS); in acquireLock() 199 if (!acquired) { in acquireLock()
|
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
H A D | README.md | 11 inside the `ExternalCaptureStateTracker.setCaptureState()` call stack *AND* to be acquired from
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | fingerprint.h | 116 fingerprint_acquired_t acquired; member
|
/aosp12/system/hardware/interfaces/suspend/1.0/ |
H A D | ISystemSuspend.hal | 28 * @param debugName debug string attached to the acquired IWakeLock. Wake
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | UpdateLockService.java | 52 public void acquired() { in acquired() method in UpdateLockService.LockWatcher
|
/aosp12/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/ |
H A D | DriverDistractionExperimentalFeatureServiceTest.java | 700 boolean acquired = false; in waitForCallbackEvent() 702 acquired = mChangeEventSignal.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS); in waitForCallbackEvent() 706 return acquired; in waitForCallbackEvent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | KeyguardDisableHandler.java | 113 public void acquired(int userId) {
|
/aosp12/hardware/interfaces/wifi/1.5/default/ |
H A D | THREADING.README | 34 HIDL thread would have acquired the global lock which is needed by the
|
/aosp12/hardware/interfaces/camera/device/1.0/ |
H A D | ICameraDevice.hal | 50 * instance must be acquired if the device is reconnected. All 73 * instance must be acquired if the device is reconnected. All 132 * instance must be acquired if the device is reconnected. All 176 * must be acquired if the device is reconnected. All subsequent
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
H A D | CarOccupantZoneServiceTest.java | 186 boolean acquired = false; in waitForConfigChangeEventAndAssertFlag() 188 acquired = mChangeEventSignal.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS); in waitForConfigChangeEventAndAssertFlag() 192 if (acquired) { in waitForConfigChangeEventAndAssertFlag() 195 return acquired; in waitForConfigChangeEventAndAssertFlag()
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/audio/ |
H A D | CarAudioFocusTest.java | 817 boolean acquired = false; in waitForFocusChangeAndAssertFocus() 819 acquired = mChangeEventSignal.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS); in waitForFocusChangeAndAssertFocus() 823 if (acquired) { in waitForFocusChangeAndAssertFocus() 826 return acquired; in waitForFocusChangeAndAssertFocus()
|
/aosp12/hardware/interfaces/sensors/2.1/ |
H A D | ISensors.hal | 64 * from the Event FMQ and the framework has acquired a wake_lock, the 82 * The name of any wake_lock acquired by the Sensors HAL for WAKE_UP events
|
/aosp12/hardware/interfaces/media/bufferpool/1.0/ |
H A D | types.hal | 52 /** Buffer is acquired by the specified client. */
|
H A D | README.md | 24 FMQ messages are sent when a buffer is acquired or released. Also, FMQ messages
|
/aosp12/build/soong/ui/build/ |
H A D | proc_sync_test.go | 170 func forkAndGetLock(lockDir string) (acquired bool, subprocessOutput []byte, err error) {
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3Stream.h | 582 bool acquired, bool output, nsecs_t timestamp = 0, uint64_t frameNumber = 0);
|