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

12

/system/bt/stack/btm/
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/core/healthd/
H A DBatteryMonitor.cpp210 bool BatteryMonitor::update(void) { function in class:android::BatteryMonitor
/system/security/keystore/
H A Dkeystore_client_impl.cpp305 keystore_->update(active_operations_[handle], input_arguments, StringAsByteArray(input_data),
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);
/system/core/fastboot/
H A Dfastboot.cpp316 " update <filename> Reflash device from update.zip.\n"
992 die("update package '%s' has no android-info.txt", filename);
1010 auto update = [&](const std::string &partition) { local
1021 do_for_partitions(transport, images[i].part_name, slot_override, update, false);
1562 } else if(!strcmp(*argv, "update")) {
1567 do_update(transport, "update.zip", slot_override.c_str(), erase_first);
/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/update_engine/
H A Domaha_request_action.cc123 // If this is the first update check after a reboot following a previous
124 // update, generate an event containing the previous version number. If
136 // update in the previous boot. After reporting it back to the server,
179 // to a compromised stateful partition making the update check fail in low
523 // it doesn't get sent to the server but we still update the
535 // We send pings only along with update checks, not with events.
583 // update check.
588 // 1. The update check in OOBE failed so we never got a response
714 // based on the assumption that we perform an update check every hour so that
716 // to use PollInterval permanently, we should update th
[all...]
/system/core/adb/
H A Dtest_device.py579 hsh.update(string)
/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:__anon1042
1578 #define BTM_LE_KEY_EVT BTM_LE_LAST_FROM_SMP + 1 /* KEY update event */
3881 ** the control block will be used; otherwise update
/system/bt/bta/dm/
H A Dbta_dm_act.c3032 p_msg->busy_level = p_data->update.busy_level;
3033 p_msg->busy_level_flags = p_data->update.busy_level_flags;
3150 case BTM_BL_UPDATE_EVT: /* busy level update */
4652 ** Description This function update LE connection parameters.
/system/vold/
H A Dcryptfs.c379 error = keymaster1_dev->update(keymaster1_dev, op_handle, NULL /* in_params */,
389 SLOGE("Keymaster update() did not consume all data.");
597 * update the failed mount count but not change the key.
680 /* A routine to update the passed in crypt_ftr to the lastest version.
806 /* If this is a verion 1.0 crypt_ftr, make it a 1.1 crypt footer, and update the
2138 * Presumably, at a minimum, the caller will update the
3437 /* We found an existing entry, update it! */

Completed in 342 milliseconds

12