/hardware/interfaces/gatekeeper/1.0/software/ |
D | SoftGateKeeper.h | 103 failure_record_t* stored = &failure_map_[uid]; in GetFailureRecord() local 104 if (user_id != stored->secure_user_id) { in GetFailureRecord() 105 stored->secure_user_id = user_id; in GetFailureRecord() 106 stored->last_checked_timestamp = 0; in GetFailureRecord() 107 stored->failure_counter = 0; in GetFailureRecord() 109 memcpy(record, stored, sizeof(*record)); in GetFailureRecord() 114 failure_record_t* stored = &failure_map_[uid]; in ClearFailureRecord() local 115 stored->secure_user_id = user_id; in ClearFailureRecord() 116 stored->last_checked_timestamp = 0; in ClearFailureRecord() 117 stored->failure_counter = 0; in ClearFailureRecord()
|
/hardware/interfaces/gatekeeper/aidl/software/ |
D | SoftGateKeeper.h | 119 failure_record_t* stored = &failure_map_[uid]; in GetFailureRecord() local 120 if (user_id != stored->secure_user_id) { in GetFailureRecord() 121 stored->secure_user_id = user_id; in GetFailureRecord() 122 stored->last_checked_timestamp = 0; in GetFailureRecord() 123 stored->failure_counter = 0; in GetFailureRecord() 125 memcpy(record, stored, sizeof(*record)); in GetFailureRecord() 130 failure_record_t* stored = &failure_map_[uid]; in ClearFailureRecord() local 131 stored->secure_user_id = user_id; in ClearFailureRecord() 132 stored->last_checked_timestamp = 0; in ClearFailureRecord() 133 stored->failure_counter = 0; in ClearFailureRecord()
|
/hardware/interfaces/camera/device/3.4/ |
D | types.hal | 237 * - Store the request.v3_2 settings, overwriting the previously stored 238 * request.v3_2 settings and clearing all previously stored physical device 243 * - Store the request.v3_2 settings, overwriting the previously stored 248 * the settings, overwriting the previously stored settings for this 251 * - If there are any stored physical camera settings which do not correspond 257 * - Clear all previously stored physical device settings. 258 * - Apply the stored request.v3_2 settings to all buffers. If there is no 259 * stored request.v3_2 settings, return error. 263 * cameras as the stored physical camera settings, return error. 267 * the previously stored settings for this physical camera to the buffers [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_NV_memory_decompression.adoc | 42 * pname:srcAddress is the address where compressed data is stored. 130 The count stored in pname:indirectCommandsCountAddress must: be less 137 If the count stored in pname:indirectCommandsCountAddress is equal to 143 If the count stored in pname:indirectCommandsCountAddress is greater 146 {times} (count stored in pname:countBuffer - 1))# must: be less than or
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_video_decode_h264.adoc | 23 …* APIs allowing to specify H.264 sequence and picture parameter sets (SPS, PPS) to be stored in vi… 24 …tion specific to the decoded picture, including references to previously stored SPS and PPS entries 90 …stored interleaved across the scanlines of the video picture resources, with all lines belonging t… 91 …stored separately, i.e. all lines belonging to a field are grouped together in a single image subr… 144 Individual parameter sets are stored using parameter set IDs as their keys, specifically: 151 …also allows modifying existing parameter sets, but as parameters already stored in video session p… 205 …cation to use both fields of an interlaced frame when the two fields are stored in the same video … 501 === RESOLVED: How are interlaced frames stored? 503 …stored _interleaved_ by storing both the top and bottom fields in even and odd scanlines of a sing… 508 Typically, interlaced frames are stored with one frame in each image array layer, hence the total n… [all …]
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | EvsCamera.cpp | 400 auto stored = false; in importExternalBuffers() local 407 stored = true; in importExternalBuffers() 412 if (!stored) { in importExternalBuffers() 486 bool stored = false; in increaseAvailableFrames_Locked() local 492 stored = true; in increaseAvailableFrames_Locked() 496 if (!stored) { in increaseAvailableFrames_Locked()
|
D | EvsUltrasonicsArray.cpp | 408 bool stored = false; in increaseAvailableFrames_Locked() local 414 stored = true; in increaseAvailableFrames_Locked() 419 if (!stored) { in increaseAvailableFrames_Locked()
|
/hardware/interfaces/weaver/1.0/ |
D | IWeaver.hal | 56 * Attempts to retrieve the value stored in the identified slot. 58 * The value is only returned if the provided key matches the key stored in 67 * @param key that is stored in the slot.
|
/hardware/interfaces/automotive/evs/1.0/default/ |
D | EvsCamera.cpp | 326 bool stored = false; in increaseAvailableFrames_Locked() local 332 stored = true; in increaseAvailableFrames_Locked() 336 if (!stored) { in increaseAvailableFrames_Locked()
|
/hardware/interfaces/gnss/2.0/ |
D | types.hal | 29 /** A valid timestampNs is stored in the data structure. */ 31 /** A valid timeUncertaintyNs is stored in the data structure. */
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssMeasurementCallback.hal | 33 * A valid full inter-signal bias is stored in the data structure. 37 * A valid full inter-signal bias uncertainty is stored in the data structure. 41 * A valid satellite inter-signal bias is stored in the data structure. 45 * A valid satellite inter-signal bias uncertainty is stored in the data structure.
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssMeasurementCallback.hal | 26 /** A valid 'leap second' is stored in the data structure. */ 28 /** A valid 'time uncertainty' is stored in the data structure. */ 30 /** A valid 'full bias' is stored in the data structure. */ 32 /** A valid 'bias' is stored in the data structure. */ 34 /** A valid 'bias uncertainty' is stored in the data structure. */ 36 /** A valid 'drift' is stored in the data structure. */ 38 /** A valid 'drift uncertainty' is stored in the data structure. */ 47 /** A valid 'snr' is stored in the data structure. */ 49 /** A valid 'carrier frequency' is stored in the data structure. */ 51 /** A valid 'carrier cycles' is stored in the data structure. */ [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_indirect_count_common.adoc | 16 The count stored in pname:countBuffer must: be less than or equal to
|
/hardware/libhardware/modules/vibrator/ |
D | Android.bp | 27 // HAL module implementation stored in
|
/hardware/interfaces/drm/1.4/ |
D | types.hal | 87 * Failed to generate a release request because a field in the stored 139 * Failed to generate a secure stop request because a field in the stored
|
/hardware/interfaces/radio/config/1.2/ |
D | types.hal | 25 * The EID is the eUICC identifier. The EID shall be stored within the ECASD and can be
|
/hardware/libhardware/modules/hwcomposer/ |
D | Android.bp | 15 // HAL module implemenation stored in
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_ray_tracing_position_fetch.adoc | 34 positions in the shader from a hit triangle as stored in the acceleration
|
D | VK_KHR_descriptor_update_template.adoc | 26 update a single descriptor set is stored in a single struct.
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
D | README.txt | 22 Standard metadata stored in the handle as value 43 Dynamic metadata (stored as file descriptor)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/ |
D | expect-table-noreflow-novuid.adoc | 29 …hat the format has etext:m groups of components (which may or may not be stored in separate _plane…
|
D | expect-table-default.adoc | 31 etext:m groups of components (which may or may not be stored in separate
|
D | src-table.adoc | 29 …hat the format has etext:m groups of components (which may or may not be stored in separate _plane…
|
D | expect-table-novuid.adoc | 31 etext:m groups of components (which may or may not be stored in separate
|
D | expect-table-noreflow.adoc | 29 …hat the format has etext:m groups of components (which may or may not be stored in separate _plane…
|