Home
last modified time | relevance | path

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

/system/core/include/mincrypt/
Dhash-internal.h40 void (* const update)(struct HASH_CTX*, const void*, int); member
54 #define HASH_update(ctx, data, len) (ctx)->f->update(ctx, data, len)
/system/core/libutils/
DCallStack.cpp33 this->update(ignoreDepth+1); in CallStack()
40 void CallStack::update(int32_t ignoreDepth, pid_t tid) { in update() function in android::CallStack
DProcessCallStack.cpp131 void ProcessCallStack::update() { in update() function in android::ProcessCallStack
189 threadInfo.callStack.update(ignoreDepth, tid); in update()
DRefBase.cpp238 ref->stack.update(2); in addRef()
/system/core/include/utils/
DCallStack.h47 void update(int32_t ignoreDepth=1, pid_t tid=BACKTRACE_CURRENT_THREAD);
DProcessCallStack.h42 void update();
/system/core/healthd/
DBatteryMonitor.h41 bool update(void);
Dhealthd.cpp180 int new_wake_interval = gBatteryMonitor->update() ? in healthd_battery_update()
DBatteryMonitor.cpp176 bool BatteryMonitor::update(void) { in update() function in android::BatteryMonitor
/system/extras/verity/
DVerityVerifier.java312 digest.update(salt); in checkBlock()
313 digest.update(data); in checkBlock()
DUtils.java269 verifier.update(input); in verify()
277 signer.update(input); in sign()
/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h164 update(const keymaster1_device_t* dev, keymaster_operation_handle_t operation_handle,
/system/bt/stack/btm/
Dbtm_inq.c1856 BOOLEAN update = FALSE; in btm_process_inq_results() local
1880 update = FALSE; in btm_process_inq_results()
1941 update = TRUE; in btm_process_inq_results()
1948 update = TRUE; in btm_process_inq_results()
2033 if (is_new || update) in btm_process_inq_results()
Dbtm_ble_gap.c2760 BOOLEAN update = TRUE; in btm_ble_process_adv_pkt_cont() local
2774 update = TRUE; in btm_ble_process_adv_pkt_cont()
2778 update = FALSE; in btm_ble_process_adv_pkt_cont()
2810 if (!update) in btm_ble_process_adv_pkt_cont()
/system/keymaster/
Dsoft_keymaster_device.cpp128 device_.update = update; in initialize()
855 keymaster_error_t SoftKeymasterDevice::update(const keymaster1_device_t* dev, in update() function in keymaster::SoftKeymasterDevice
Dandroid_keymaster_test_utils.cpp243 keymaster_error_t error = device()->update(device(), op_handle_, nullptr /* params */, &input, in UpdateOperation()
259 keymaster_error_t error = device()->update(device(), op_handle_, &additional_params, &input, in UpdateOperation()
/system/security/keystore/include/keystore/
DIKeystoreService.h216 virtual void update(const sp<IBinder>& token, const KeymasterArguments& params,
/system/core/adb/tests/
Dtest_adb.py85 hsh.update(string)
/system/security/keystore/
Dkeystore.cpp2564 void update(const sp<IBinder>& token, const KeymasterArguments& params, const uint8_t* data, in update() function in android::KeyStoreProxy
2603 keymaster_error_t err = dev->update(dev, handle, &inParams, &input, &consumed, &outParams, in update()
3088 update(token, inArgs, data + consumed, length - consumed, &result); in doLegacySignVerify()
DIKeystoreService.cpp1102 virtual void update(const sp<IBinder>& token, const KeymasterArguments& params, in update() function in android::BpKeystoreService
1673 update(token, args, buf, bufLength, &result); in onTransact()
/system/core/init/
Dreadme.txt289 Internal implementation detail used to update dm-verity state and
/system/bt/stack/include/
Dbtm_api.h859 tBTM_BL_UPDATE_DATA update; /* The data associated with BTM_BL_UPDATE_EVT */ member
/system/core/rootdir/
Dinit.rc358 # Set SELinux security contexts on upgrade or policy update.
/system/bt/bta/dm/
Dbta_dm_act.c3110 p_msg->busy_level = p_data->update.busy_level; in bta_dm_bl_change_cback()
3111 p_msg->busy_level_flags = p_data->update.busy_level_flags; in bta_dm_bl_change_cback()
/system/vold/
Dcryptfs.c362 error = keymaster1_dev->update(keymaster1_dev, op_handle, NULL /* in_params */, in keymaster_sign_object()