Searched refs:update (Results 1 - 25 of 36) sorted by relevance

12

/system/core/include/mincrypt/
H A Dhash-internal.h40 void (* const update)(struct HASH_CTX*, const void*, int); member in struct:HASH_VTAB
54 #define HASH_update(ctx, data, len) (ctx)->f->update(ctx, data, len)
/system/core/libutils/
H A DCallStack.cpp34 this->update(ignoreDepth+1);
41 void CallStack::update(int32_t ignoreDepth, pid_t tid) { function in class:android::CallStack
H A DProcessCallStack.cpp132 void ProcessCallStack::update() { function in class:android::ProcessCallStack
139 ALOGE("%s: Failed to update the process's call stacks: %s",
183 * Ignore CallStack::update and ProcessCallStack::update for current thread
184 * - Every other thread doesn't need this since we call update off-thread
189 threadInfo.callStack.update(ignoreDepth, tid);
H A DRefBase.cpp294 // update. Positive value means we increment, negative--we
299 ref->stack.update(2);
/system/core/healthd/include/healthd/
H A DBatteryMonitor.h42 bool update(void);
/system/core/include/utils/
H A DCallStack.h47 void update(int32_t ignoreDepth=1, pid_t tid=BACKTRACE_CURRENT_THREAD);
H A DProcessCallStack.h42 void update();
73 // Time that update() was last called
/system/sepolicy/tools/
H A Dpost_process_mac_perms56 app_certs.update(certs)
70 all_app_certs.update(app_certs)
/system/bt/osi/src/socket_utils/
H A DREADME36 Please update the above list if adding more sources.
/system/vold/
H A DKeymaster.cpp38 virtual keymaster_error_t update(keymaster_operation_handle_t operation_handle,
71 keymaster_error_t update(keymaster_operation_handle_t operation_handle,
76 return mDevice->update(mDevice, operation_handle, in_params, input, input_consumed,
127 mDevice->update(mOpHandle, nullptr, &inputBlob, &inputConsumed, nullptr, &outputBlob);
129 LOG(ERROR) << "update failed, code " << error;
136 LOG(ERROR) << "update reported too much input consumed";
/system/core/mkbootimg/
H A Dmkbootimg36 sha.update(f.read())
38 sha.update(pack('I', filesize(f)))
40 sha.update(pack('I', 0))
/system/keymaster/include/keymaster/
H A Dsoft_keymaster_device.h166 static keymaster_error_t update(const keymaster1_device_t* dev, //
223 static keymaster_error_t update(const keymaster2_device_t* dev, //
/system/extras/verity/
H A DUtils.java269 verifier.update(input);
277 signer.update(input);
H A DVerityVerifier.java312 digest.update(salt);
313 digest.update(data);
/system/keymaster/
H A Dandroid_keymaster_test_utils.cpp266 keymaster_error_t error = device()->update(device(), op_handle_, nullptr /* params */, &input,
282 keymaster_error_t error = device()->update(device(), op_handle_, &additional_params, &input,
703 device_.update = update;
865 static keymaster_error_t update(const keymaster1_device_t* dev, function in class:keymaster::test::Sha256OnlyWrapper
871 return unwrap(dev)->update(unwrap(dev), operation_handle, in_params, input, input_consumed,
H A Dsoft_keymaster_device.cpp265 km1_device_.update = update;
290 km2_device_.update = update;
1252 keymaster_error_t SoftKeymasterDevice::update(const keymaster1_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1269 return km1_dev->update(km1_dev, operation_handle, in_params, input, input_consumed,
1316 keymaster_error_t SoftKeymasterDevice::update(const keymaster2_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1329 return update(&sk_dev->km1_device_, operation_handle, in_params, input, input_consumed,
H A Dkeymaster1_engine.cpp276 // Note: devices are required to consume all input in a single update call for undigested
279 device()->update(device(), key_data->op_handle, &key_data->finish_params, &input,
/system/core/healthd/
H A Dhealthd.cpp182 int new_wake_interval = gBatteryMonitor->update() ?
/system/security/keystore/
H A Dkey_store_service.h108 void update(const sp<IBinder>& token, const KeymasterArguments& params, const uint8_t* data,
H A Dkey_store_service.cpp871 // update. Any other auth issues stop here.
948 // first call to update, which will fail if keystore hasn't received the
959 void KeyStoreService::update(const sp<IBinder>& token, const KeymasterArguments& params, function in class:android::KeyStoreService
997 dev->update(dev, handle, &inParams, &input, &consumed, &outParams, &output);
1503 update(token, inArgs, data + consumed, length - consumed, &result);
1505 ALOGW("Error in update: %d", result.resultCode);
/system/update_engine/
H A DAndroid.mk911 LOCAL_MODULE := brillo-update-payload-key
914 LOCAL_MODULE_STEM := update-payload-key.pub.pem
915 LOCAL_SRC_FILES := update_payload_key/brillo-update-payload-key.pub.pem
916 LOCAL_BUILT_MODULE_STEM := update_payload_key/brillo-update-payload-key.pub.pem
920 # Brillo update payload generation script
H A Dupdate_engine_client_android.cc109 DEFINE_bool(update, false, "Start a new update, if no update in progress.");
112 "The URI to the update payload to use.");
114 "The offset in the payload where the CrAU update starts. "
115 "Used when --update is passed.");
118 "will be autodetected. Used when --update is passed.");
122 "Used when --update is passed.");
124 DEFINE_bool(suspend, false, "Suspend an ongoing update and exit.");
125 DEFINE_bool(resume, false, "Resume a suspended update
[all...]
H A Dupdate_engine_client.cc81 // Show the status of the update engine in stdout.
138 LOG(INFO) << "Got status update:";
228 "Wait for any update operations to complete."
229 "Exit status is 0 if the update succeeded, and 1 otherwise.");
230 DEFINE_bool(interactive, true, "Mark the update request as interactive.");
231 DEFINE_string(omaha_url, "", "The URL of the Omaha update server.");
233 "Enables (\"yes\") or disables (\"no\") the peer-to-peer update"
254 "Show the current setting for peer-to-peer update sharing.");
258 DEFINE_bool(update, false,
259 "Forces an update an
[all...]
/system/security/keystore/include/keystore/
H A DIKeystoreService.h55 // struct for serializing the results of begin/update/finish
230 virtual void update(const sp<IBinder>& token, const KeymasterArguments& params,
/system/bt/stack/btm/
H A Dbtm_inq.c1855 BOOLEAN update = FALSE; local
1885 update = FALSE;
1931 /* By default suppose no update needed */
1938 /* BR/EDR inquiry information update */
1944 BTM_TRACE_DEBUG("update RSSI new:%d, old:%d", i_rssi, p_cur->rssi);
1946 update = TRUE;
1953 update = TRUE;
1955 /* If no update needed continue with next response (if any) */
2038 if (is_new || update)

Completed in 3454 milliseconds

12