Home
last modified time | relevance | path

Searched refs:acquired (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/
H A DSettableWakeLock.java39 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 Dwakelock_test.cc89 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 DUserTokenWatcher.java131 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 DIBiometricsFingerprintClientCallback.hal27 * 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 DTokenWatcher.java57 public abstract void acquired(); in acquired() method in TokenWatcher
170 acquired();
/aosp12/frameworks/hardware/interfaces/sensorservice/1.0/
H A DIEventQueue.hal29 * @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 DICameraDevice.hal44 * 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 DIBiometricsFaceClientCallback.hal53 * 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 DIBiometricsFingerprintClientCallback.hal33 * 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 DRenderAction.java197 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 DREADME.md11 inside the `ExternalCaptureStateTracker.setCaptureState()` call stack *AND* to be acquired from
/aosp12/hardware/libhardware/include/hardware/
H A Dfingerprint.h116 fingerprint_acquired_t acquired; member
/aosp12/system/hardware/interfaces/suspend/1.0/
H A DISystemSuspend.hal28 * @param debugName debug string attached to the acquired IWakeLock. Wake
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DUpdateLockService.java52 public void acquired() { in acquired() method in UpdateLockService.LockWatcher
/aosp12/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
H A DDriverDistractionExperimentalFeatureServiceTest.java700 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 DKeyguardDisableHandler.java113 public void acquired(int userId) {
/aosp12/hardware/interfaces/wifi/1.5/default/
H A DTHREADING.README34 HIDL thread would have acquired the global lock which is needed by the
/aosp12/hardware/interfaces/camera/device/1.0/
H A DICameraDevice.hal50 * 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 DCarOccupantZoneServiceTest.java186 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 DCarAudioFocusTest.java817 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 DISensors.hal64 * 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 Dtypes.hal52 /** Buffer is acquired by the specified client. */
H A DREADME.md24 FMQ messages are sent when a buffer is acquired or released. Also, FMQ messages
/aosp12/build/soong/ui/build/
H A Dproc_sync_test.go170 func forkAndGetLock(lockDir string) (acquired bool, subprocessOutput []byte, err error) {
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.h582 bool acquired, bool output, nsecs_t timestamp = 0, uint64_t frameNumber = 0);

123