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

1234

/system/update_engine/
H A Domaha_request_params.h92 image_props_.version = in_app_version;
121 inline void set_app_version(const std::string& version) { argument
122 image_props_.version = version;
124 inline std::string app_version() const { return image_props_.version; }
314 // Prefix of the target OS version that the enterprise wants this device
H A Domaha_request_action_unittest.cc80 "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
93 "<?xml version=\"1.0\" encoding=\"UTF-8\"?><response "
104 "<manifest version=\"" + version + "\">"
108 "ChromeOSVersion=\"" + version + "\" "
128 string version = "1.2.3.4"; member in struct:__anon2582::FakeUpdateResponse
451 EXPECT_EQ(fake_update_response_.version, response.version);
531 fake_update_response_.version = rollback_version;
979 "<?xml version
[all...]
/system/vold/
H A DKeyStorage.cpp80 static const char* kFn_version = "version";
441 std::string version; local
442 if (!readFileToString(dir + "/" + kFn_version, &version)) return false;
443 if (version != kCurrentVersion) {
444 LOG(ERROR) << "Version mismatch, expected " << kCurrentVersion << " got " << version; local
H A Dcryptfs.cpp224 io->version[0] = 4;
225 io->version[1] = 0;
226 io->version[2] = 0;
434 /* A routine to update the passed in crypt_ftr to the lastest version.
550 SLOGE("Cannot understand major version %d real block device footer; expected %d\n",
556 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n",
633 SLOGE("Crypt_ftr version doesn't support persistent data");
712 SLOGE("Crypt_ftr version doesn't support persistent data");
867 static int get_dm_crypt_version(int fd, const char *name, int *version) argument
882 * When found, get and return the version
908 int version[3]; local
[all...]
/system/bt/bta/include/
H A Dbta_hh_api.h190 uint16_t version; /* version */ member in struct:__anon382
/system/bt/btif/src/
H A Dbtif_storage.cc134 <version> <space>
249 info->version);
357 &info->version);
1220 uint8_t app_id, uint16_t vendor_id, uint16_t product_id, uint16_t version,
1231 btif_config_set_int(bdstr, "HidVersion", version);
1283 dscp_info.version = (uint8_t)value;
1218 btif_storage_add_hid_device_info( bt_bdaddr_t* remote_bd_addr, uint16_t attr_mask, uint8_t sub_class, uint8_t app_id, uint16_t vendor_id, uint16_t product_id, uint16_t version, uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout, uint16_t dl_len, uint8_t* dsc_list) argument
/system/chre/platform/shared/include/chre/platform/shared/
H A Dhost_messages_generated.h269 /// Legacy platform version reported in the HAL; semantics not strictly
274 /// Toolchain version reported in the HAL; semantics not strictly defined
472 uint32_t version() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
501 void add_version(uint32_t version) { argument
502 fbb_.AddElement<uint32_t>(NanoappListEntry::VT_VERSION, version, 0);
525 uint32_t version = 0,
530 builder_.add_version(version);
/system/core/adb/
H A Dtransport.cpp726 void atransport::update_version(int version, size_t payload) { argument
727 protocol_version = std::min(version, A_VERSION);
/system/core/libbacktrace/
H A DBacktraceOffline.cpp628 uint8_t version = *p++; local
629 if (version != 1) {
/system/media/camera/src/
H A Dcamera_metadata.c96 uint32_t version; member in struct:camera_metadata
146 _Static_assert(offsetof(camera_metadata_t, version) == 4,
147 "Offset of version must be 4");
271 metadata->version = CURRENT_METADATA_VERSION;
1062 metadata->version, metadata->flags);
/system/nfc/src/nfc/int/
H A Dllcp_int.h68 uint8_t agreed_major_version; /* llcp major version used in activated state */
69 uint8_t agreed_minor_version; /* llcp minor version used in activated state */
71 uint8_t peer_version; /* llcp version of peer device */
280 uint8_t version; member in struct:__anon2382
H A Drw_int.h239 /* Mifare Ultalight/ Ultralight Family blank tag version block settings */
240 /* Block where version number of the tag is stored */
484 uint8_t version; /* Ver: peer version */ member in struct:__anon2398
569 uint8_t version; /* the mapping specification version */ member in struct:__anon2401
582 uint8_t version; /* currently effective version */ member in struct:__anon2402
663 RW_I93_UNKNOWN_PRODUCT /* Unknwon product version */
681 uint8_t product_version; /* tag product version */
[all...]
/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc179 const PayloadVersion& version,
191 version,
249 version,
279 version,
291 const PayloadVersion& version,
308 if (version.InplaceUpdate()) {
365 // We can't reuse source blocks in minor version 1 because the cycle
367 if (version.InplaceUpdate())
383 version,
404 aop->op.set_type(version
174 DeltaReadPartition(vector<AnnotatedOperation>* aops, const PartitionConfig& old_part, const PartitionConfig& new_part, ssize_t hard_chunk_blocks, size_t soft_chunk_blocks, const PayloadVersion& version, BlobFileWriter* blob_file) argument
285 DeltaMovedAndZeroBlocks(vector<AnnotatedOperation>* aops, const string& old_part, const string& new_part, size_t old_num_blocks, size_t new_num_blocks, ssize_t chunk_blocks, const PayloadVersion& version, BlobFileWriter* blob_file, ExtentRanges* old_visited_blocks, ExtentRanges* new_visited_blocks) argument
436 DeltaReadFile(vector<AnnotatedOperation>* aops, const string& old_part, const string& new_part, const vector<Extent>& old_extents, const vector<Extent>& new_extents, const string& name, ssize_t chunk_blocks, const PayloadVersion& version, BlobFileWriter* blob_file) argument
501 GenerateBestFullOperation(const brillo::Blob& new_data, const PayloadVersion& version, brillo::Blob* out_blob, InstallOperation_Type* out_type) argument
555 ReadExtentsToDiff(const string& old_part, const string& new_part, const vector<Extent>& old_extents, const vector<Extent>& new_extents, const PayloadVersion& version, brillo::Blob* out_data, InstallOperation* out_op) argument
[all...]
/system/chre/host/common/include/chre_host/
H A Dhost_messages_generated.h416 /// Legacy platform version reported in the HAL; semantics not strictly
424 /// Toolchain version reported in the HAL; semantics not strictly defined
656 uint32_t version; member in struct:chre::fbs::ChreMessage::NanoappListEntryT
661 version(0),
681 uint32_t version() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
722 void add_version(uint32_t version) { argument
723 fbb_.AddElement<uint32_t>(NanoappListEntry::VT_VERSION, version, 0);
746 uint32_t version = 0,
751 builder_.add_version(version);
1273 { auto _e = version(); _
[all...]
/system/core/include/system/
H A Dwindow-deprecated.h106 int version; member in struct:android_native_base_t
120 common.version = sizeof(ANativeWindowBuffer);
477 common.version = sizeof(ANativeWindow);
/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h188 GGLsizei version; // always set to sizeof(GGLSurface) member in struct:__anon1592
/system/core/libsystem/include/system/
H A Dwindow-deprecated.h106 int version; member in struct:android_native_base_t
120 common.version = sizeof(ANativeWindowBuffer);
477 common.version = sizeof(ANativeWindow);
/system/media/audio/include/system/
H A Daudio.h226 * The version and size fields must be initialized by the caller by using
230 uint16_t version; // version of the info structure member in struct:__anon1836
231 uint16_t size; // total size of the structure including version and size
252 /* .version = */ AUDIO_OFFLOAD_INFO_VERSION_CURRENT,
285 /* .version = */ AUDIO_OFFLOAD_INFO_VERSION_CURRENT,

Completed in 345 milliseconds

1234