Searched refs:Update (Results 1 - 25 of 46) sorted by relevance

12

/system/extras/libperfmgr/tests/
H A DNodeTest.cc114 std::chrono::milliseconds expire_time = t.Update();
120 expire_time = t.Update();
132 std::chrono::milliseconds expire_time = t.Update();
139 expire_time = t.Update();
145 expire_time = t.Update();
151 expire_time = t.Update();
162 std::chrono::milliseconds expire_time = t.Update();
169 expire_time = t.Update();
175 expire_time = t.Update();
181 expire_time = t.Update();
[all...]
/system/update_engine/common/
H A Dhash_calculator_unittest.cc53 calc.Update("hi", 2);
62 calc.Update("h", 1);
63 calc.Update("i", 1);
72 calc.Update("h", 1);
77 calc_next.Update("i", 1);
96 calc.Update(buf, strlen(buf));
167 calc.Update("h", 1);
H A Dhash_calculator.cc35 // Update is called with all of the data that should be hashed in order.
37 bool HashCalculator::Update(const void* data, size_t length) { function in class:chromeos_update_engine::HashCalculator
64 if (rc < 0 || !Update(buffer.data(), rc)) {
87 TEST_AND_RETURN_FALSE(calc.Update(data, length));
H A Dhash_calculator.h33 // ctor (of course), then 0 or more calls to Update(), then Finalize(), then 0
42 // Update is called with all of the data that should be hashed in order.
43 // Update will read |length| bytes of |data|.
45 bool Update(const void* data, size_t length);
/system/update_engine/
H A Dmock_update_attempter.h32 MOCK_METHOD6(Update, void(const std::string& app_version,
H A Dupdate_attempter_unittest.cc89 LOG(INFO) << "[TEST] Update scheduling disabled.";
475 attempter_.Update("", "", "", "", false, false);
697 attempter_.Update("", "", "", "", false, false);
719 attempter_.Update("", "", "", "", false, false);
742 attempter_.Update("", "", "", "", false, false);
764 attempter_.Update("", "", "", "", false, false);
787 attempter_.Update("", "", "", "", false, true /* interactive */);
818 attempter_.Update("", "", "", "", false, false);
857 attempter_.Update("", "", "", "", false, false);
873 attempter_.Update("", "", "", "", fals
[all...]
/system/tpm/trunks/
H A Dtpm_generated.cc8122 hash->Update(command_code_bytes.data(), command_code_bytes.size());
8123 hash->Update(startup_type_bytes.data(), startup_type_bytes.size());
8221 hash->Update(response_code_bytes.data(), response_code_bytes.size());
8222 hash->Update(command_code_bytes.data(), command_code_bytes.size());
8223 hash->Update(buffer.data(), buffer.size());
8313 hash->Update(command_code_bytes.data(), command_code_bytes.size());
8314 hash->Update(shutdown_type_bytes.data(), shutdown_type_bytes.size());
8412 hash->Update(response_code_bytes.data(), response_code_bytes.size());
8413 hash->Update(command_code_bytes.data(), command_code_bytes.size());
8414 hash->Update(buffe
[all...]
/system/extras/iotop/
H A Dtaskstats.h32 TaskStatistics Update(const TaskStatistics&);
H A Diotop.cpp196 tgid_stats_delta = tgid_stats[tgid].Update(tgid_stats_new);
206 TaskStatistics pid_stats_delta = pid_stats[pid].Update(pid_stats_new);
/system/extras/libperfmgr/include/perfmgr/
H A DNode.h64 std::chrono::milliseconds Update();
/system/keymaster/km_openssl/
H A Dhmac_operation.h33 virtual keymaster_error_t Update(const AuthorizationSet& additional_params, const Buffer& input,
H A Dblock_cipher_operation.h78 keymaster_error_t Update(const AuthorizationSet& additional_params, const Buffer& input,
149 keymaster_error_t Update(const AuthorizationSet& additional_params, const Buffer& input,
H A Decdsa_operation.cpp123 keymaster_error_t EcdsaSignOperation::Update(const AuthorizationSet& /* additional_params */, function in class:keymaster::EcdsaSignOperation
192 keymaster_error_t EcdsaVerifyOperation::Update(const AuthorizationSet& /* additional_params */, function in class:keymaster::EcdsaVerifyOperation
H A Drsa_operation.cpp143 keymaster_error_t RsaOperation::Update(const AuthorizationSet& /* additional_params */, function in class:keymaster::RsaOperation
279 keymaster_error_t RsaSignOperation::Update(const AuthorizationSet& additional_params, function in class:keymaster::RsaSignOperation
284 return RsaOperation::Update(additional_params, input, output_params, output,
402 keymaster_error_t RsaVerifyOperation::Update(const AuthorizationSet& additional_params, function in class:keymaster::RsaVerifyOperation
407 return RsaOperation::Update(additional_params, input, output_params, output,
H A Dhmac_operation.cpp151 keymaster_error_t HmacOperation::Update(const AuthorizationSet& /* additional_params */, function in class:keymaster::HmacOperation
/system/extras/libperfmgr/
H A DNode.cc39 // Assigning an invalid value so the next Update() will update the
42 Update();
55 // Add/Update request to the new end_time for the specific hint_type
69 std::chrono::milliseconds Node::Update() { function in class:android::perfmgr::Node
81 // Update node only if request index changes
104 // Update current index only when succeed
H A DNodeLooperThread.cc102 auto t = n->Update();
/system/keymaster/include/keymaster/km_openssl/
H A Decdsa_operation.h60 keymaster_error_t Update(const AuthorizationSet& additional_params, const Buffer& input,
75 keymaster_error_t Update(const AuthorizationSet& additional_params, const Buffer& input,
H A Drsa_operation.h45 keymaster_error_t Update(const AuthorizationSet& additional_params, const Buffer& input,
99 keymaster_error_t Update(const AuthorizationSet& additional_params, const Buffer& input,
123 keymaster_error_t Update(const AuthorizationSet& additional_params, const Buffer& input,
/system/bt/osi/include/
H A Dmetrics.h85 * Update the metrics value in the current metrics object using the metrics
88 void Update(const A2dpSessionMetrics& metrics);
/system/update_engine/payload_consumer/
H A Dfile_descriptor_utils.cc59 source_hasher.Update(buf.data(), read_blocks * block_size));
/system/keymaster/android_keymaster/
H A Doperation.cpp145 Update(input_params, input, &output_params, &output, &input_consumed);
/system/keymaster/include/keymaster/
H A Doperation.h109 virtual keymaster_error_t Update(const AuthorizationSet& input_params, const Buffer& input,
118 // Helper function for implementing Finish() methods that need to call Update() to process
/system/bt/osi/src/
H A Dmetrics_linux.cc69 void A2dpSessionMetrics::Update(const A2dpSessionMetrics& metrics) { function in class:system_bt_osi::A2dpSessionMetrics
/system/extras/simpleperf/
H A Dthread_tree.h121 // Update thread tree with information provided by record.
122 void Update(const Record& record);

Completed in 388 milliseconds

12