Home
last modified time | relevance | path

Searched defs:update (Results 1 – 14 of 14) sorted by relevance

/system/core/libutils/
DCallStack.cpp41 void CallStack::update(int32_t ignoreDepth, pid_t tid) { in update() function in android::CallStack
DProcessCallStack.cpp132 void ProcessCallStack::update() { in update() function in android::ProcessCallStack
/system/core/include/mincrypt/
Dhash-internal.h40 void (* const update)(struct HASH_CTX*, const void*, int); member
/system/core/healthd/
DBatteryMonitor.cpp210 bool BatteryMonitor::update(void) { in update() function in android::BatteryMonitor
/system/vold/
DKeymaster.cpp71 keymaster_error_t update(keymaster_operation_handle_t operation_handle, in update() function in android::vold::KeymasterDevice
/system/keymaster/
Dsoft_keymaster_device.cpp1252 keymaster_error_t SoftKeymasterDevice::update(const keymaster1_device_t* dev, in update() function in keymaster::SoftKeymasterDevice
1316 keymaster_error_t SoftKeymasterDevice::update(const keymaster2_device_t* dev, in update() function in keymaster::SoftKeymasterDevice
Dandroid_keymaster_test_utils.cpp865 static keymaster_error_t update(const keymaster1_device_t* dev, in update() function in keymaster::test::Sha256OnlyWrapper
/system/bt/stack/btm/
Dbtm_inq.c1855 BOOLEAN update = FALSE; in btm_process_inq_results() local
Dbtm_ble_gap.c2781 BOOLEAN update = TRUE; in btm_ble_process_adv_pkt_cont() local
/system/core/fastboot/
Dfastboot.cpp1010 auto update = [&](const std::string &partition) { in do_update() local
/system/connectivity/shill/wifi/
Dwifi.cc858 string update = ""; in DisconnectReasonChanged() local
/system/security/keystore/
Dkey_store_service.cpp959 void KeyStoreService::update(const sp<IBinder>& token, const KeymasterArguments& params, in update() function in android::KeyStoreService
DIKeystoreService.cpp1169 virtual void update(const sp<IBinder>& token, const KeymasterArguments& params, in update() function in android::BpKeystoreService
/system/bt/stack/include/
Dbtm_api.h857 tBTM_BL_UPDATE_DATA update; /* The data associated with BTM_BL_UPDATE_EVT */ member