Searched defs:version (Results 26 - 50 of 93) sorted by relevance

1234

/system/extras/simpleperf/
H A Dperf_regs.cpp41 int version = atoi(&arch[4]); local
42 if (version >= 8) {
/system/libhidl/transport/
H A DHidlBinderSupport.cpp110 android::status_t writeToParcel(const hidl_version &version, android::hardware::Parcel& parcel) { argument
111 return parcel.writeUint32(static_cast<uint32_t>(version.get_major()) << 16 | version.get_minor());
115 uint32_t version; local
116 android::status_t status = parcel.readUint32(&version);
120 return new hidl_version(version >> 16, version & 0xFFFF);
/system/security/keystore/
H A Dblob.h33 * parts must be no more than VALUE_SIZE bytes. The first field is the version,
53 uint8_t version; member in struct:blob
93 uint8_t getVersion() const { return mBlob.version; }
107 void setVersion(uint8_t version) { mBlob.version = version; } argument
H A Dkeystore_attestation_id.cpp77 ASN1_INTEGER* version; member in struct:android::__anon2451::km_attestation_package_info
82 ASN1_SIMPLE(KM_ATTESTATION_PACKAGE_INFO, version, ASN1_INTEGER),
146 if (!ASN1_INTEGER_set(attestation_package_info->version, pinfo.version_code())) {
/system/sepolicy/tools/
H A Dinsertkeys.py160 XML_ENCODING_TAG = '<?xml version="1.0" encoding="iso-8859-1"?>'
219 usage += "then they are unioned to produce a final version."
221 version = "%prog " + str(__VERSION) variable
223 parser = OptionParser(usage=usage, version=version)
/system/update_engine/payload_generator/
H A Dfull_update_generator.cc50 ChunkProcessor(const PayloadVersion& version, argument
56 : version_(version),
177 config.version,
H A Dpayload_generation_config.h128 // Whether this payload version is a delta payload.
135 // The major version of the payload.
138 // The minor version of the payload.
148 // image as well as the restrictions applied to the payload (like minor-version
164 // The major/minor version of the payload.
165 PayloadVersion version; member in struct:chromeos_update_engine::PayloadGenerationConfig
168 // filesystem in either source or target version, since there is some space
H A Dab_generator.cc55 config.version,
60 FragmentOperations(config.version, aops, new_part.path, blob_file));
72 aops, config.version, merge_chunk_blocks, new_part.path, blob_file));
74 if (config.version.minor >= kOpSrcHashMinorPayloadVersion)
85 bool ABGenerator::FragmentOperations(const PayloadVersion& version, argument
95 version, aop, target_part_path, &fragmented_aops, blob_file));
157 bool ABGenerator::SplitAReplaceOp(const PayloadVersion& version, argument
186 AddDataAndSetType(&new_aop, version, target_part_path, blob_file));
194 const PayloadVersion& version,
262 AddDataAndSetType(&curr_aop, version, target_part_pat
193 MergeOperations(vector<AnnotatedOperation>* aops, const PayloadVersion& version, size_t chunk_blocks, const string& target_part_path, BlobFileWriter* blob_file) argument
270 AddDataAndSetType(AnnotatedOperation* aop, const PayloadVersion& version, const string& target_part_path, BlobFileWriter* blob_file) argument
[all...]
/system/bt/bta/ag/
H A Dbta_ag_sdp.cc127 uint16_t version; local
157 version = BTA_HFP_VERSION;
160 version = HSP_VERSION_1_2;
162 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
296 p_scb->peer_version = HFP_VERSION_1_1; /* Default version */
299 p_scb->peer_version = HSP_VERSION_1_2; /* Default version */
330 /* get profile version (if failure, version parameter is not updated) */
/system/bt/bta/hh/
H A Dbta_hh_utils.cc142 uint16_t product_id, uint16_t version,
150 APPL_TRACE_DEBUG("vendor_id = 0x%2x product_id = 0x%2x version = 0x%2x",
151 vendor_id, product_id, version);
155 p_cb->dscp_info.version = version;
141 bta_hh_update_di_info(tBTA_HH_DEV_CB* p_cb, uint16_t vendor_id, uint16_t product_id, uint16_t version, uint8_t flag) argument
/system/bt/bta/hl/
H A Dbta_hl_sdp.cc176 uint16_t version = BTA_HL_VERSION; local
208 proto_elem_list[1].params[0] = version;
213 SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
357 uint16_t version = BTA_HL_VERSION; local
398 proto_elem_list[1].params[0] = version;
403 SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
/system/bt/btif/co/
H A Dbta_hh_co.cc456 uint16_t version, uint8_t ctry_code, int dscp_len,
470 "%s: vendor_id = 0x%04x, product_id = 0x%04x, version= 0x%04x,"
472 __func__, vendor_id, product_id, version, ctry_code);
488 ev.u.create.version = version;
454 bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, uint16_t vendor_id, uint16_t product_id, uint16_t version, uint8_t ctry_code, int dscp_len, uint8_t* p_dscp) argument
/system/core/adb/
H A Dbugreport_test.cpp138 void ExpectBugreportzVersion(const std::string& version) { argument
141 .WillOnce(DoAll(WithArg<4>(WriteOnStderr(version.c_str())),
179 // Tests the 'adb bugreport' option when the device supports 'bugreportz' version 1.0 - it will
197 // Tests the 'adb bugreport' option when the device supports 'bugreportz' version 1.1 - it will
/system/core/fastboot/
H A Dudp.cpp171 // Now send the initialization packet with our version and maximum packet size.
183 // The first two data bytes contain the version, the second two bytes contain the target max
185 uint16_t version = ExtractUint16(rx_data); local
186 if (version < kProtocolVersion) {
187 *error = android::base::StringPrintf("target reported invalid protocol version %d",
188 version);
/system/core/liblog/
H A Dlogger.h64 int (*version)(struct android_log_logger* logger, member in struct:android_log_transport_read
/system/extras/ext4_utils/
H A Dext4_crypt.cpp42 uint8_t version; member in struct:ext4_encryption_policy
141 eep.version = 0;
183 if ((eep.version != 0)
/system/extras/libfec/
H A Dfec_private.h61 uint32_t version; member in struct:verity_header
/system/extras/libfec/include/fec/
H A Dio.h47 uint32_t version; member in struct:fec_header
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Dheader.h83 char * version; member in struct:perf_session_env
108 enum perf_header_version version; member in struct:perf_header
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Dheader.h71 char *version; member in struct:perf_session_env
93 enum perf_header_version version; member in struct:perf_header
/system/libvintf/
H A Dparse_string.cpp253 size_t version, major, minor; local
254 if (!ParseUint(v[0], &version)) {
263 *kernelVersion = KernelVersion(version, major, minor);
298 return os << ver.version << "." << ver.majorRev << "." << ver.minorRev;
/system/nfc/src/nfc/int/
H A Dce_int.h47 uint8_t version; /* Ver: peer version */ member in struct:__anon2366
/system/nfc/src/nfc/tags/
H A Dce_t4t.c307 ** Description update version in CC file
316 static void ce_t4t_set_version_in_cc(uint8_t version) { argument
320 CE_TRACE_DEBUG1("ce_t4t_set_version_in_cc (): version = 0x%02X", version);
324 UINT8_TO_BE_STREAM(p, version);
448 /* adjust version if possible */
950 tNFC_STATUS CE_T4TTestSetCC(uint16_t cc_len, uint8_t version, uint16_t max_le, argument
959 cc_len, version, max_le, max_lc);
969 if (version != 0xFF) {
971 if (version
[all...]
/system/bt/stack/hid/
H A Dhidd_api.cc254 const uint16_t version = 0x0100; local
256 result &= SDP_AddProfileDescriptorList(handle, profile_uuid, version);
/system/bt/stack/sdp/
H A Dsdp_db.cc663 * API. If the version already exists in the record, it is
670 uint16_t version) {
680 /* The sequence consists of profile's UUID and version number */
685 UINT16_TO_BE_STREAM(p, version);
708 * API. If the version already exists in the record, it is
669 SDP_AddProfileDescriptorList(uint32_t handle, uint16_t profile_uuid, uint16_t version) argument

Completed in 431 milliseconds

1234