Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 25 of 37) sorted by relevance

12

/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/
DDeviceInfoV1.cddl9 ? "bootloader_state" : "locked" / "unlocked", ; Taken from the AVB values
18 "att_id_state": "locked" / "open", ; Attestation IDs State. If "locked", this
20 ; factory-locked and immutable. If "open",
DDeviceInfoV3.cddl9 "bootloader_state" : "locked" / "unlocked", ; Taken from the AVB values
DDeviceInfoV2.cddl9 "bootloader_state" : "locked" / "unlocked", ; Taken from the AVB values
/hardware/google/gfxstream/guest/mesa/src/util/
Du_queue.c48 bool locked);
367 bool locked) in util_queue_adjust_num_threads() argument
372 if (!locked) in util_queue_adjust_num_threads()
378 if (!locked) in util_queue_adjust_num_threads()
385 if (!locked) in util_queue_adjust_num_threads()
403 if (!locked) in util_queue_adjust_num_threads()
500 bool locked) in util_queue_kill_threads() argument
503 if (!locked) in util_queue_kill_threads()
507 if (!locked) in util_queue_kill_threads()
525 if (locked) in util_queue_kill_threads()
[all …]
Du_queue.h252 bool locked);
/hardware/interfaces/sensors/common/default/2.X/multihal/
DScopedWakelock.cpp46 ScopedWakelock::ScopedWakelock(IScopedWakelockRefCounter* refCounter, bool locked) in ScopedWakelock() argument
47 : mRefCounter(refCounter), mLocked(locked) { in ScopedWakelock()
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/
DScopedWakelock_test.cpp45 ScopedWakelock createScopedWakelock(bool locked) { in createScopedWakelock() argument
46 return ScopedWakelock(&mRefCounter, locked); in createScopedWakelock()
/hardware/interfaces/sensors/common/default/2.X/multihal/include/V2_0/
DScopedWakelock.h96 ScopedWakelock(IScopedWakelockRefCounter* refCounter, bool locked);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_fragment_density_map2.adoc41 By default, the fragment density map is locked by the host for reading
53 feature by deferring the start of the locked range to
/hardware/interfaces/broadcastradio/1.0/
DITuner.hal48 * ITunerCallback.tuneComplete() MUST be called once locked on a station
64 * ITunerCallback.tuneComplete() MUST be called once locked on a station
80 * ITunerCallback.tuneComplete() MUST be called once locked on a station
/hardware/interfaces/graphics/mapper/2.0/
DIMapper.hal153 * data will be filled with a pointer to the locked buffer memory. This
170 * NO_RESOURCES when the buffer cannot be locked at this
206 * NO_RESOURCES when the buffer cannot be locked at this
225 * BAD_BUFFER when the buffer is invalid or not locked.
/hardware/interfaces/keymaster/4.1/
DIKeymasterDevice.hal43 * Called by client to notify the IKeymasterDevice that the device is now locked, and keys with
65 * the timestamp in the verificationToken, the device is still considered to be locked.
/hardware/interfaces/graphics/mapper/3.0/
DIMapper.hal195 * On success, @p data must be filled with a pointer to the locked buffer
220 * - `NO_RESOURCES` if the buffer cannot be locked at this time. Note
262 * - `NO_RESOURCES` if the buffer cannot be locked at this time. Note
264 * @return layout Data layout of the locked buffer.
280 * - `BAD_BUFFER` if the buffer is invalid or not locked.
/hardware/interfaces/graphics/mapper/4.0/
DIMapper.hal222 * On success, @p data must be filled with a pointer to the locked buffer
226 * The locked buffer must adhere to the format requested at allocation time
245 * - `NO_RESOURCES` if the buffer cannot be locked at this time. Note
263 * - `BAD_BUFFER` if the buffer is invalid or not locked.
272 * Flushes the contents of a locked buffer.
281 * If non-CPU blocks are simultaneously writing the buffer, the locked
288 * - `BAD_BUFFER` if the buffer is invalid or not locked.
297 * Rereads the contents of a locked buffer.
299 * This should fetch the most recent copy of the locked buffer.
301 * It may reread locked copies of the buffer in other processes.
[all …]
/hardware/libhardware/modules/local_time/
DAndroid.bp18 // the oscillator backing the CLOCK_MONOTONIC implementation is phase locked to
/hardware/interfaces/gnss/1.0/
DIGnssConfiguration.hal116 * This setting configures how GPS functionalities should be locked when
120 * locked as per the GpsLock enum.
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFaceClientCallback.hal121 * LOCKOUT or LOCKOUT_PERMANENT. If the user is permanently locked out,
125 * if the user is not locked out.
DIBiometricsFace.hal58 * timeout of the new user (or 0 if the user is not locked out).
Dtypes.hal129 * Face authentication is locked out due to too many unsuccessful attempts.
/hardware/interfaces/automotive/evs/1.0/
DIEvsDisplay.hal71 * locked and written to by software and/or GL. This buffer
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXInput2.h75 int locked; member
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp60 bool locked = false; in tryLock() local
63 locked = true; in tryLock()
68 return locked; in tryLock()
73 bool locked = false; in tryLock() local
76 locked = true; in tryLock()
81 return locked; in tryLock()
/hardware/interfaces/biometrics/fingerprint/aidl/default/
Dfingerprint.sysprop257 # force to be locked out (default: false)
/hardware/interfaces/camera/device/default/
DExternalCameraDeviceSession.cpp69 bool locked = false; in tryLock() local
72 locked = true; in tryLock()
77 return locked; in tryLock()
81 bool locked = false; in tryLock() local
84 locked = true; in tryLock()
89 return locked; in tryLock()
/hardware/interfaces/graphics/common/1.1/
Dtypes.hal111 * Buffers with this format must be locked with IMapper::lockYCbCr

12