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

/system/core/fs_mgr/
H A Dfs_mgr_priv_sha.h32 void update(const uint8_t* data, size_t data_size) { function in class:SHA256Hasher
52 void update(const uint8_t* data, size_t data_size) { function in class:SHA512Hasher
/system/libhidl/transport/memory/1.0/default/
H A DAshmemMemory.cpp39 Return<void> AshmemMemory::update() { function in class:android::hidl::memory::V1_0::implementation::AshmemMemory
/system/core/libutils/
H A DCallStack.cpp35 this->update(ignoreDepth+1);
42 void CallStack::update(int32_t ignoreDepth, pid_t tid) { function in class:android::CallStack
H A DProcessCallStack.cpp129 void ProcessCallStack::update() { function in class:android::ProcessCallStack
132 ALOGE("%s: Failed to update the process's call stacks: %s",
176 * Ignore CallStack::update and ProcessCallStack::update for current thread
177 * - Every other thread doesn't need this since we call update off-thread
182 threadInfo.callStack.update(ignoreDepth, tid);
/system/core/storaged/
H A Dstoraged_diskstats.cpp263 void disk_stats_monitor::update(struct disk_stats* curr) function in class:disk_stats_monitor
304 void disk_stats_monitor::update() { function in class:disk_stats_monitor
316 update(&curr);
/system/nfc/src/nfa/dm/
H A Dnfa_dm_main.cc216 bool update; local
232 update = false;
358 update = true;
368 update = true;
370 update = true;
372 /* In DTA mode, config update is forced so that length of config
375 update = true;
380 update = true;
382 /* In DTA mode, config update is forced so that length of config
385 update
[all...]
/system/chre/core/
H A Dsensor_request_manager.cc177 success = requests.update(requestIndex, sensorRequest, &requestChanged);
387 bool SensorRequestManager::SensorRequests::update(size_t updateIndex, function in class:chre::SensorRequestManager::SensorRequests
/system/core/healthd/
H A DBatteryMonitor.cpp201 bool BatteryMonitor::update(void) { function in class:android::BatteryMonitor
/system/chre/platform/slpi/see/
H A Dplatform_sensor.cc162 const SeeHelperCallbackInterface::SamplingStatusData& update) {
164 .getSensor(update.sensorType);
167 if (sensor != nullptr && !sensorTypeIsOneShot(update.sensorType)
171 if (update.enabledValid) {
172 newStatus.enabled = update.status.enabled;
174 if (update.intervalValid) {
175 newStatus.interval = update.status.interval;
177 if (update.latencyValid) {
178 newStatus.latency = update.status.latency;
187 uint32_t sensorHandle = getSensorHandleFromSensorType(update
161 updateSamplingStatus( const SeeHelperCallbackInterface::SamplingStatusData& update) argument
[all...]
/system/core/trusty/keymaster/
H A Dtrusty_keymaster_device.cpp111 device_.update = update;
507 keymaster_error_t TrustyKeymasterDevice::update(keymaster_operation_handle_t operation_handle, function in class:keymaster::TrustyKeymasterDevice
513 ALOGD("Device received update");
732 keymaster_error_t TrustyKeymasterDevice::update( function in class:keymaster::TrustyKeymasterDevice
736 return convert_device(dev)->update(operation_handle, in_params, input, input_consumed,
/system/keymaster/ng/
H A DAndroidKeymaster3Device.cpp440 Return<void> AndroidKeymaster3Device::update(uint64_t operationHandle, function in class:keymaster::ng::AndroidKeymaster3Device
H A DAndroidKeymaster4Device.cpp501 Return<void> AndroidKeymaster4Device::update(uint64_t operationHandle, function in class:keymaster::V4_0::ng::AndroidKeymaster4Device
/system/core/logd/
H A DLogTags.cpp135 bool update = !source || !!strcmp(source, system_event_log_tags); local
144 if (itot != tag2total.end()) update = false;
161 update = true;
164 update = true;
168 update = true;
173 if (update && (itot != tag2total.end())) tag2total[tag] = 0;
176 if (update) {
697 unique = write; // write passthrough to update uid counts
720 // unlikely, either update, race inviting conflict or multiple uids
/system/security/keystore/
H A Dlegacy_keymaster_device_wrapper.cpp458 Return<void> LegacyKeymasterDeviceWrapper::update(uint64_t operationHandle, function in class:android::keystore::LegacyKeymasterDeviceWrapper
475 auto rc = keymaster_device_->update(keymaster_device_, operationHandle, &kmInParams, &kmInput,
H A Dkey_store_service.cpp1271 // update. Any other auth issues stop here.
1353 // to update() and begin().
1381 // first call to update, which will fail if keystore hasn't received the
1408 Status KeyStoreService::update(const sp<IBinder>& token, const KeymasterArguments& params, function in class:KeyStoreService
1450 op.device->update(op.handle, inParams, data, authToken, op.verificationToken, hidlCb));
2193 update(token, KeymasterArguments(inArgs.hidl_data()), data_view, &result);
2195 ALOGW("Error in update: %d", int32_t(result.resultCode));
/system/bt/stack/btm/
H A Dbtm_inq.cc1611 bool update = false; local
1641 update = false;
1680 /* By default suppose no update needed */
1687 /* BR/EDR inquiry information update */
1691 BTM_TRACE_DEBUG("update RSSI new:%d, old:%d", i_rssi, p_cur->rssi);
1693 update = true;
1700 update = true;
1702 /* If no update needed continue with next response (if any) */
1775 if (is_new || update) {
H A Dbtm_ble_gap.cc352 * Description This function update the filter policy of advertiser.
919 BTM_TRACE_EVENT("update params for an active adv");
926 /* update adv params */
1139 /* update discoverable flag */
1197 /* update adv params if start advertising */
1208 /* update adv params */
1288 /* update adv params if needed */
1303 /* update advertising mode */
1524 * Description This function update the limited discoverable flag in the
2018 bool update local
[all...]
/system/keymaster/contexts/
H A Dsoft_keymaster_device.cpp300 km1_device_.update = update;
326 km2_device_.update = update;
1289 keymaster_error_t SoftKeymasterDevice::update(const keymaster1_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1306 return km1_dev->update(km1_dev, operation_handle, in_params, input, input_consumed,
1353 keymaster_error_t SoftKeymasterDevice::update(const keymaster2_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1366 return update(&sk_dev->km1_device_, operation_handle, in_params, input, input_consumed,
1463 // Keymaster1 doesn't support input to finish(). Call update() to process input.
1473 km1_dev->update(km1_de
[all...]
/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp270 keymaster_error_t error = device()->update(device(), op_handle_, nullptr /* params */, &input,
286 keymaster_error_t error = device()->update(device(), op_handle_, &additional_params, &input,
728 device_.update = update;
890 static keymaster_error_t update(const keymaster1_device_t* dev, function in class:keymaster::test::Sha256OnlyWrapper
896 return unwrap(dev)->update(unwrap(dev), operation_handle, in_params, input, input_consumed,
/system/core/fastboot/
H A Dfastboot.cpp334 " update <filename> Reflash device from update.zip.\n"
422 " performing a flashall or update. This\n"
1161 die("update package '%s' has no android-info.txt", filename);
1203 auto update = [&](const std::string& partition) { local
1214 do_for_partitions(transport, images[i].part_name, slot, update, false);
1660 fprintf(stderr, "Warning: Device A/B support is outdated. Bootloader update required.\n");
1801 } else if (command == "update") {
1806 std::string filename = "update.zip";
/system/bt/stack/include/
H A Dbtm_api_types.h884 tBTM_BL_UPDATE_DATA update; /* The data associated with BTM_BL_UPDATE_EVT */ member in union:__anon1137
1568 /* KEY update event */

Completed in 408 milliseconds