/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/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/libhardware/include/hardware/ |
D | bt_sdp.h | 143 bt_status_t (*create_sdp_record)(bluetooth_sdp_record *record, int* record_handle);
|
/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 | 7286 CdmaSignalInfoRecord& record) { in convertRilCdmaSignalInfoRecordToHal() argument 7287 record.isPresent = signalInfoRecord->isPresent; in convertRilCdmaSignalInfoRecordToHal() 7288 record.signalType = signalInfoRecord->signalType; in convertRilCdmaSignalInfoRecordToHal() 7289 record.alertPitch = signalInfoRecord->alertPitch; in convertRilCdmaSignalInfoRecordToHal() 7290 record.signal = signalInfoRecord->signal; in convertRilCdmaSignalInfoRecordToHal() 7297 CdmaSignalInfoRecord record = {}; in callRingInd() local 7306 convertRilCdmaSignalInfoRecordToHal((RIL_CDMA_SignalInfoRecord *) response, record); in callRingInd() 7313 convertIntToRadioIndicationType(indicationType), isGsm, record); in callRingInd() 7547 CdmaInformationRecord *record = &records.infoRec[i]; in cdmaInfoRecInd() local 7549 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);
|
D | IRadioResponse.hal | 1199 * @param index record index where the message is stored 1818 * @param index record index where the cmda sms message is stored
|
D | types.hal | 108 EMPTY_RECORD = 55, // The request record is empty 1903 bool isPresent; // true if signal information record is present
|
D | IRadio.hal | 1072 * @param index record index of the message to delete
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_utils_v1_0.h | 449 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 | 472 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
|
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 235 UNKNOWN = 3, /* Keymaster did not record origin. This value can only be seen on keys in a
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 191 * record to indicate for instance the requested bitrate or profile. It can
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPlugin.hal | 233 * record on the device is removed after receiving and verifying the
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 699 * include preview, video record, and full-resolution YUV or JPEG streams in
|