Searched defs:version (Results 51 - 75 of 93) sorted by relevance

1234

/system/chre/chre_api/include/chre_api/chre/
H A Dwifi.h96 * The current compatibility version of the chreWifiScanEvent structure,
367 //! Indicates the version of the structure, for compatibility purposes.
370 //! version it expects.
371 uint8_t version; member in struct:chreWifiScanEvent
427 * about, for example if the implementation supports a newer version of the API
H A Dgnss.h66 * The current version of struct chreGnssDataEvent associated with this API
289 //! Indicates the version of the structure, for compatibility purposes.
292 //! version it expects.
293 uint8_t version; member in struct:chreGnssDataEvent
352 * about, for example if the implementation supports a newer version of the API
H A Dwwan.h28 * this comment: hardware/ril/include/telephony/ril.h), version 12. Refer to
82 * The current version of struct chreWwanCellInfoResult associated with this
387 //! Indicates the version of the structure, for compatibility purposes.
390 //! version it expects.
391 uint8_t version; member in struct:chreWwanCellInfoResult
418 * about, for example if the implementation supports a newer version of the API
/system/chre/host/hal_generic/
H A Dgeneric_context_hub.cc282 uint64_t platformId, uint32_t version) {
304 mParent.mHubInfo.chreApiMajorVersion = extractChreApiMajorVersion(version);
305 mParent.mHubInfo.chreApiMinorVersion = extractChreApiMinorVersion(version);
306 mParent.mHubInfo.chrePatchVersion = extractChrePatchVersion(version);
327 nanoapp->app_id, nanoapp->version, nanoapp->enabled,
333 appInfo.version = nanoapp->version;
277 handleHubInfoResponse( const char *name, const char *vendor, const char *toolchain, uint32_t legacyPlatformVersion, uint32_t legacyToolchainVersion, float peakMips, float stoppedPower, float sleepPower, float peakPower, uint32_t maxMessageLen, uint64_t platformId, uint32_t version) argument
/system/core/include/private/
H A Dandroid_filesystem_capability.h38 __u32 version; member in struct:__user_cap_header_struct
/system/core/libcutils/include/private/
H A Dandroid_filesystem_capability.h38 __u32 version; member in struct:__user_cap_header_struct
/system/core/libcutils/include_vndk/private/
H A Dandroid_filesystem_capability.h38 __u32 version; member in struct:__user_cap_header_struct
/system/extras/simpleperf/
H A Dtracing.cpp103 std::string version; member in class:TracingFile
120 version = "0.5";
182 AppendData(ret, version);
212 MoveFromBinaryFormat(version, p);
257 PrintIndented(indent + 1, "version: %s\n", version.c_str());
/system/media/audio/include/system/
H A Dsound_trigger.h62 unsigned int version; /* implementation version */ member in struct:sound_trigger_properties
64 Must change with version each version */
/system/tools/hidl/utils/
H A DFQName.cpp68 const std::string &version,
76 setVersion(version);
109 return !mPackage.empty() && !version().empty() && !mName.empty();
171 // package without version is not allowed.
172 CHECK(mPackage.empty() || !version().empty());
181 std::string FQName::version() const { function in class:android::FQName
196 std::string v = version();
248 return FQName(mPackage, version(), mName);
255 // package without version is not allowed.
256 CHECK(mPackage.empty() || !version()
66 FQName( const std::string &package, const std::string &version, const std::string &name, const std::string &valueName) argument
[all...]
/system/update_engine/payload_consumer/
H A Ddelta_performer_unittest.cc190 config.version.major = major_version;
191 config.version.minor = minor_version;
283 // Set a valid magic string and version number 1.
285 uint64_t version = htobe64(kChromeOSMajorPayloadVersion); local
286 EXPECT_TRUE(performer_.Write(&version, 8));
651 // this is a delta payload manifest with a missing minor version.
706 // Generate a bad version number.
/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc76 const string& version,
86 CHECK_EQ(version.empty(), empty);
94 image_info->set_version(version);
101 build_version.empty() ? version : build_version);
179 // TODO(deymo): This function is likely broken for deltas minor version 2 or
290 "DEPRECATED. Key-check version # of client");
302 "signature will be assigned a client version, starting from "
315 "The major version of the payload being generated.");
317 "The minor version of the payload being generated "
333 "The build version o
74 ParseImageInfo(const string& channel, const string& board, const string& version, const string& key, const string& build_channel, const string& build_version, ImageInfo* image_info) argument
[all...]
/system/bt/stack/include/
H A Dsdp_api.h154 uint16_t version; member in struct:t_sdp_di_record
370 * Profile list descriptor, and pulls out the version number.
371 * The version number consists of an 8-bit major version and
372 * an 8-bit minor version.
375 * If found, the major and minor version numbers that were
513 * API. If the version already exists in the record, it is
520 uint16_t version);
528 * API. If the version already exists in the record, it is
/system/bt/stack/smp/
H A Dsmp_act.cc35 static bool lmp_version_below(BD_ADDR bda, uint8_t version) { argument
38 SMP_TRACE_WARNING("%s cannot retrieve LMP version...", __func__);
41 SMP_TRACE_WARNING("%s LMP version %d < %d", __func__, acl->lmp_version,
42 version);
43 return acl->lmp_version < version;
/system/core/fs_mgr/
H A Dfs_mgr_verity.cpp82 uint32_t version; member in struct:verity_state
526 if (s.version != VERITY_STATE_VERSION) {
527 LERROR << "Unsupported verity state version (" << s.version << ")";
/system/core/include/system/
H A Dradio.h34 * Current version of the framework only supports RADIO_CLASS_AM_FM.
138 char version[RADIO_STRING_LEN_MAX]; /* product version */ member in struct:radio_hal_properties
154 char version[RADIO_STRING_LEN_MAX]; member in struct:radio_properties
/system/core/libnativebridge/
H A Dnative_bridge.cc83 // The version of NativeBridge implementation.
84 // Different Nativebridge interface needs the service of different version of
88 // first version, not used.
90 // The version which signal semantic is introduced.
92 // The version which namespace semantic is introduced.
94 // The version with vendor namespaces
170 static bool isCompatibleWith(const uint32_t version) { argument
172 // version.
173 if (callbacks == nullptr || callbacks->version == 0 || version
[all...]
/system/core/libsystem/include/system/
H A Dradio.h34 * Current version of the framework only supports RADIO_CLASS_AM_FM.
138 char version[RADIO_STRING_LEN_MAX]; /* product version */ member in struct:radio_hal_properties
154 char version[RADIO_STRING_LEN_MAX]; member in struct:radio_properties
/system/core/logd/tests/
H A Dlogd_test.cpp212 static void dump_log_msg(const char* prefix, log_msg* msg, unsigned int version, argument
220 version = 1;
224 if (version == 0) {
225 version = (msg->entry_v3.lid < LOG_ID_MAX) ? 3 : 2;
230 if (version == 0) {
231 version = 4;
236 fprintf(stderr, "%s: v%u[%u] ", prefix, version, msg->len());
237 if (version != 1) {
242 switch (version) {
/system/core/toolbox/
H A Dgetevent.c314 int version; local
331 if(ioctl(fd, EVIOCGVERSION, &version)) {
333 fprintf(stderr, "could not get driver version for %s, %s\n", device, strerror(errno));
381 " version %04x\n",
382 id.bustype, id.vendor, id.product, id.version);
389 printf(" version: %d.%d.%d\n",
390 version >> 16, (version >> 8) & 0xff, version & 0xff);
/system/extras/f2fs_utils/
H A Df2fs_sparseblock.c214 unsigned long long *version, int fd)
228 /* get the version number */
248 *version = cp2_version;
213 validate_checkpoint(block_t cp_addr, unsigned long long *version, int fd) argument
/system/libvintf/
H A Dparse_xml.cpp375 const XmlTextConverter<Version> versionConverter{"version"};
377 const XmlTextConverter<VersionRange> versionRangeConverter{"version"};
504 appendAttr(root, "version", kernel.mMinLts);
508 if (!parseAttr(root, "version", &object->mMinLts) ||
559 const XmlTextConverter<KernelSepolicyVersion> kernelSepolicyVersionConverter{"kernel-sepolicy-version"};
560 const XmlTextConverter<VersionRange> sepolicyVersionConverter{"sepolicy-version"};
578 const XmlTextConverter<VndkVersionRange> vndkVersionRangeConverter{"version"};
612 appendAttr(root, "version", HalManifest::kVersion);
622 Version version; variable
624 if (!parseAttr(root, "version",
693 Version version; variable
[all...]
/system/nfc/src/nfc/llcp/
H A Dllcp_api.c49 void LLCP_SetTestParams(uint8_t version, uint16_t wks) { argument
50 LLCP_TRACE_API2("LLCP_SetTestParams () version:0x%02X, wks:0x%04X", version,
53 if (version != 0xFF) llcp_test_params.version = version;
234 UINT8_TO_BE_STREAM(p, llcp_test_params.version);
1406 ** Description Return LLCP version of connected device
1409 ** Returns LLCP version
1478 /* if peer version i
[all...]
/system/nfc/src/nfc/tags/
H A Drw_t4t.c97 static bool rw_t4t_select_application(uint8_t version);
146 ** Description Send get hw version cmd to peer
183 ** Description Send get sw version cmd to peer
623 /* if current version mapping is V2.0 */
624 if (rw_cb.tcb.t4t.version == T4T_VERSION_2_0) {
626 } else /* version 1.0 */
860 static bool rw_t4t_select_application(uint8_t version) { argument
864 RW_TRACE_DEBUG1("rw_t4t_select_application () version:0x%X", version);
881 if (version
[all...]
/system/security/keystore/
H A Dkeystore.cpp267 const uint8_t version = keyBlob->getVersion(); local
268 if (version < CURRENT_BLOB_VERSION) {
273 if (upgradeBlob(filename, keyBlob, version, type, userId)) {
290 // The HAL allowed the import, reget the key to have the "fresh" version.
612 uint8_t version = oldVersion; local
615 if (version == 0) {
616 ALOGV("upgrading to version 1 and setting type %d", type);
622 version = 1;
627 if (version == 1) {
628 ALOGV("upgrading to version
[all...]

Completed in 759 milliseconds

1234