/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/ |
D | DeviceInfoV1.cddl | 9 ? "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",
|
D | DeviceInfoV3.cddl | 9 "bootloader_state" : "locked" / "unlocked", ; Taken from the AVB values
|
D | DeviceInfoV2.cddl | 9 "bootloader_state" : "locked" / "unlocked", ; Taken from the AVB values
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_queue.c | 48 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 …]
|
D | u_queue.h | 252 bool locked);
|
/hardware/interfaces/sensors/common/default/2.X/multihal/ |
D | ScopedWakelock.cpp | 46 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/ |
D | ScopedWakelock_test.cpp | 45 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/ |
D | ScopedWakelock.h | 96 ScopedWakelock(IScopedWakelockRefCounter* refCounter, bool locked);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_fragment_density_map2.adoc | 41 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/ |
D | ITuner.hal | 48 * 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/ |
D | IMapper.hal | 153 * 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/ |
D | IKeymasterDevice.hal | 43 * 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/ |
D | IMapper.hal | 195 * 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/ |
D | IMapper.hal | 222 * 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/ |
D | Android.bp | 18 // the oscillator backing the CLOCK_MONOTONIC implementation is phase locked to
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssConfiguration.hal | 116 * This setting configures how GPS functionalities should be locked when 120 * locked as per the GpsLock enum.
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFaceClientCallback.hal | 121 * LOCKOUT or LOCKOUT_PERMANENT. If the user is permanently locked out, 125 * if the user is not locked out.
|
D | IBiometricsFace.hal | 58 * timeout of the new user (or 0 if the user is not locked out).
|
D | types.hal | 129 * Face authentication is locked out due to too many unsuccessful attempts.
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsDisplay.hal | 71 * locked and written to by software and/or GL. This buffer
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | XInput2.h | 75 int locked; member
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 60 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/ |
D | fingerprint.sysprop | 257 # force to be locked out (default: false)
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraDeviceSession.cpp | 69 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/ |
D | types.hal | 111 * Buffers with this format must be locked with IMapper::lockYCbCr
|