/hardware/interfaces/keymaster/4.0/support/ |
D | attestation_record.cpp | 239 static ErrorCode extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list) { in extract_auth_list() argument 240 if (!record) return ErrorCode::OK; in extract_auth_list() 242 copyAuthTag(record->active_date_time, TAG_ACTIVE_DATETIME, auth_list); in extract_auth_list() 243 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list() 244 copyAuthTag(record->application_id, TAG_APPLICATION_ID, auth_list); in extract_auth_list() 245 copyAuthTag(record->auth_timeout, TAG_AUTH_TIMEOUT, auth_list); in extract_auth_list() 246 copyAuthTag(record->creation_date_time, TAG_CREATION_DATETIME, auth_list); in extract_auth_list() 247 copyAuthTag(record->digest, TAG_DIGEST, auth_list); in extract_auth_list() 248 copyAuthTag(record->ec_curve, TAG_EC_CURVE, auth_list); in extract_auth_list() 249 copyAuthTag(record->key_size, TAG_KEY_SIZE, auth_list); in extract_auth_list() [all …]
|
/hardware/interfaces/keymaster/4.1/support/ |
D | attestation_record.cpp | 256 static ErrorCode extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list) { in extract_auth_list() argument 257 if (!record) return ErrorCode::OK; in extract_auth_list() 259 copyAuthTag(record->active_date_time, TAG_ACTIVE_DATETIME, auth_list); in extract_auth_list() 260 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list() 261 copyAuthTag(record->application_id, TAG_APPLICATION_ID, auth_list); in extract_auth_list() 262 copyAuthTag(record->auth_timeout, TAG_AUTH_TIMEOUT, auth_list); in extract_auth_list() 263 copyAuthTag(record->creation_date_time, TAG_CREATION_DATETIME, auth_list); in extract_auth_list() 264 copyAuthTag(record->digest, TAG_DIGEST, auth_list); in extract_auth_list() 265 copyAuthTag(record->ec_curve, TAG_EC_CURVE, auth_list); in extract_auth_list() 266 copyAuthTag(record->key_size, TAG_KEY_SIZE, auth_list); in extract_auth_list() [all …]
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | attestation_record.cpp | 224 static ErrorCode extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list) { in extract_auth_list() argument 225 if (!record) return ErrorCode::OK; in extract_auth_list() 227 copyAuthTag(record->active_date_time, TAG_ACTIVE_DATETIME, auth_list); in extract_auth_list() 228 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list() 229 copyAuthTag(record->all_applications, TAG_ALL_APPLICATIONS, auth_list); in extract_auth_list() 230 copyAuthTag(record->application_id, TAG_APPLICATION_ID, auth_list); in extract_auth_list() 231 copyAuthTag(record->auth_timeout, TAG_AUTH_TIMEOUT, auth_list); in extract_auth_list() 232 copyAuthTag(record->creation_date_time, TAG_CREATION_DATETIME, auth_list); in extract_auth_list() 233 copyAuthTag(record->digest, TAG_DIGEST, auth_list); in extract_auth_list() 234 copyAuthTag(record->ec_curve, TAG_EC_CURVE, auth_list); in extract_auth_list() [all …]
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | list.cpp | 63 void del_from_list(struct list_head *record) in del_from_list() argument 65 list_del(record->prev, record->next); in del_from_list() 66 record->next = NULL; in del_from_list() 67 record->prev = NULL; in del_from_list()
|
D | list.h | 42 void del_from_list(struct list_head *record);
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.cpp | 179 ReportTranslateRecord record = { in HidRawSensor() local 199 record.index = mTranslateTable.size(); in HidRawSensor() 200 mTranslateTable.push_back(record); in HidRawSensor() 201 record.byteOffset += digest.bitSize / 8; in HidRawSensor() 252 ReportTranslateRecord record = { in processQuaternionUsage() local 264 record.index = 0; in processQuaternionUsage() 265 record.a = quat.a; in processQuaternionUsage() 266 record.byteOffset = (quat.bitOffset + quat.bitSize) / 8; in processQuaternionUsage() 267 mTranslateTable.push_back(record); in processQuaternionUsage() 269 record.index = 1; in processQuaternionUsage() [all …]
|
/hardware/interfaces/memtrack/1.0/ |
D | types.hal | 33 * Only zero or one of these may be set in a record. 34 * If none are set, record is assumed to count shared + private memory. 39 * or separate video memory. Only zero or one of these may be set in a record. 40 * If none are set, record is assumed to count system + dedicated memory. 44 * memory that is protected. Only zero or one of these may be set in a record. 45 * If none are set, record is assumed to count secure + nonsecure memory. 76 * Each record consists of the size of the memory used by the process and 77 * flags indicate the all the MemtrackFlag that are valid for this record. 84 * are valid for this record.
|
/hardware/interfaces/gatekeeper/1.0/software/ |
D | SoftGateKeeper.h | 101 virtual bool GetFailureRecord(uint32_t uid, secure_id_t user_id, failure_record_t* record, in GetFailureRecord() argument 109 memcpy(record, stored, sizeof(*record)); in GetFailureRecord() 121 virtual bool WriteFailureRecord(uint32_t uid, failure_record_t* record, bool /* secure */) { in WriteFailureRecord() argument 122 failure_map_[uid] = *record; in WriteFailureRecord()
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IDvr.hal | 22 * Digtal Video Record (DVR) interface provides record control on Demux's 30 * Message Queue. The FMQ is used to transfer record or playback data 57 * to record. 85 * or producing data for record. 98 * or producing data for record. 111 * not consumed by HAL for playback or the client for record yet.
|
D | IDvrCallback.hal | 21 * Notify the client a new status of the demux's record. 23 * @param status a new status of the demux's record.
|
D | types.hal | 1764 * buffer of the record. 1808 * buffer of the record. 2036 * Start Code Index type to be used in the filter for record 2218 DemuxFilterRecordSettings record; 2240 DemuxFilterRecordSettings record; 2494 * Indexes of record output 2631 * The Settings for the record in DVR. 2641 * Unconsumed data size in bytes in the record. The HAL uses it to trigger 2647 * Unconsumed data size in bytes in the record. The HAL uses it to trigger 2653 * The data format in the record. [all …]
|
D | IDemux.hal | 121 * It is used by the client to record and playback.
|
/hardware/ti/am57x/bootctrl/ |
D | bootloader_message.cpp | 44 auto record = GetEntryForMountPoint(&fstab, "/misc"); in get_misc_blk_device() local 45 if (record == nullptr) { in get_misc_blk_device() 49 return record->blk_device; in get_misc_blk_device()
|
/hardware/interfaces/tv/tuner/1.0/default/ |
D | Dvr.cpp | 316 mDvrSettings.record().highThreshold, in maySendRecordStatusCallback() 317 mDvrSettings.record().lowThreshold); in maySendRecordStatusCallback()
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevice.hal | 273 * Start record mode. 275 * When a record image is available, a CAMERA_MSG_VIDEO_FRAME message is 276 * sent with the corresponding frame. Every record frame must be released by 300 * Release a record frame previously returned by CAMERA_MSG_VIDEO_FRAME in 315 * Release a record frame previously returned by CAMERA_MSG_VIDEO_FRAME in 331 * Release a batch of record frames previously returned by CAMERA_MSG_VIDEO_FRAME
|
/hardware/ril/libril/ |
D | ril_service.cpp | 7364 CdmaSignalInfoRecord& record) { in convertRilCdmaSignalInfoRecordToHal() argument 7365 record.isPresent = signalInfoRecord->isPresent; in convertRilCdmaSignalInfoRecordToHal() 7366 record.signalType = signalInfoRecord->signalType; in convertRilCdmaSignalInfoRecordToHal() 7367 record.alertPitch = signalInfoRecord->alertPitch; in convertRilCdmaSignalInfoRecordToHal() 7368 record.signal = signalInfoRecord->signal; in convertRilCdmaSignalInfoRecordToHal() 7375 CdmaSignalInfoRecord record = {}; in callRingInd() local 7384 convertRilCdmaSignalInfoRecordToHal((RIL_CDMA_SignalInfoRecord *) response, record); in callRingInd() 7391 convertIntToRadioIndicationType(indicationType), isGsm, record); in callRingInd() 7625 CdmaInformationRecord *record = &records.infoRec[i]; in cdmaInfoRecInd() local 7627 record->name = (CdmaInfoRecName) infoRec->name; in cdmaInfoRecInd() [all …]
|
/hardware/interfaces/wifi/offload/1.0/ |
D | types.hal | 122 /* Number of entries aggregated into this record */ 165 * Defines the structure of each log record
|
/hardware/interfaces/radio/1.0/ |
D | IRadioIndication.hal | 209 * @param record Cdma Signal Information 211 oneway callRing(RadioIndicationType type, bool isGsm, CdmaSignalInfoRecord record);
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 142 /** Metadata of a record track for a StreamIn. */
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_utils_v1_0.h | 452 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
|
/hardware/interfaces/radio/1.1/vts/functional/ |
D | radio_hidl_hal_utils_v1_1.h | 473 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 550 * record. 603 * in the attestation record. 606 * record. The value is a 128-bit hash that is unique per device and per calling application, 662 * copy the tag value into the attestation record. The DER-encoded string must not exceed 1 KiB 958 * Keymaster did not record origin. This value can only be seen on keys in a keymaster0
|
/hardware/interfaces/tv/cec/2.0/ |
D | types.hal | 205 * For example a record with tuner functionalitye,
|
/hardware/interfaces/radio/1.3/vts/functional/ |
D | radio_hidl_hal_utils_v1_3.h | 544 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_utils_v1_2.h | 568 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
|