Searched defs:update (Results 1 - 13 of 13) sorted by relevance

/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);
/system/core/healthd/
H A DBatteryMonitor.cpp210 bool BatteryMonitor::update(void) { function in class:android::BatteryMonitor
/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)
H A Dbtm_ble_gap.c254 ** Description This function update the filter policy of advertiser.
467 /* update adv params */
1073 BTM_TRACE_EVENT ("update params for an active adv");
1080 /* update adv params */
1720 /* update discoverable flag */
1782 /* update adv params if start advertising */
1794 /* update adv params */
1891 /* update adv params if needed */
1919 /* update advertising mode */
2133 ** Description This function update th
2781 BOOLEAN update = TRUE; local
[all...]
/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,
/system/security/keystore/
H A DIKeystoreService.cpp1169 virtual void update(const sp<IBinder>& token, const KeymasterArguments& params, function in class:android::BpKeystoreService
1183 ALOGD("update() could not contact remote: %d\n", status);
1189 ALOGD("update() caught exception %d\n", err);
1773 update(token, args, buf, bufLength, &result);
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/core/fastboot/
H A Dfastboot.cpp324 " update <filename> Reflash device from update.zip.\n"
407 " performing a flashall or update. This\n"
1085 die("update package '%s' has no android-info.txt", filename);
1126 auto update = [&](const std::string &partition) { local
1137 do_for_partitions(transport, images[i].part_name, slot, update, false);
1552 fprintf(stderr, "Warning: Device A/B support is outdated. Bootloader update required.\n");
1723 } else if(!strcmp(*argv, "update")) {
1732 do_update(transport, "update.zip", slot_override, erase_first, skip_secondary || slot_all);
/system/connectivity/shill/wifi/
H A Dwifi.cc113 // connection after waking, but should be enough time for supplicant to update
737 // We do not update kNetworkPropertyBgscan for |pending_service_| or
748 // We do not update kNetworkPropertyBgscan for |pending_service_| or
759 // We do not update kNetworkPropertyBgscan for |pending_service_| or
783 // supplicant). However, we do not update |pending_service_| or
858 string update = ""; local
860 update = StringPrintf(" (was %d)", supplicant_disconnect_reason_);
864 << new_disconnect_reason << update; local
1049 // for. Simply update |current_service_| and |pending_service_|.
1363 // that we update th
[all...]
/system/bt/stack/include/
H A Dbtm_api.h857 tBTM_BL_UPDATE_DATA update; /* The data associated with BTM_BL_UPDATE_EVT */ member in union:__anon1043
1578 #define BTM_LE_KEY_EVT BTM_LE_LAST_FROM_SMP + 1 /* KEY update event */
3890 ** the control block will be used; otherwise update

Completed in 501 milliseconds