Home
last modified time | relevance | path

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

12

/system/chre/platform/linux/include/chre/platform/linux/
Dsystem_time.h50 void update(Nanoseconds ns) { in update() function
53 void update(uint64_t ns) { in update() function
/system/core/fs_mgr/libfs_avb/
Dsha.h34 void update(const uint8_t* data, size_t data_size) { in update() function
54 void update(const uint8_t* data, size_t data_size) { in update() function
/system/server_configurable_flags/aconfigd/
Dstorage_files_manager.cpp111 auto update = (**storage_files).SetHasLocalOverride(*context, true); in UpdateStorageFiles() local
133 auto update = (**storage_files).SetServerFlagValue(*context, entry.flag_value); in UpdateStorageFiles() local
281 auto update = (**storage_files).SetLocalFlagValue(*context, flag_value); in UpdateFlagValue() local
284 auto update =(**storage_files).SetServerFlagValue(*context, flag_value); in UpdateFlagValue() local
319 auto update = storage_files->RemoveAllLocalFlagValue(); in RemoveAllLocalOverrides() local
Dstorage_files.cpp608 auto update = set_boolean_flag_value( in SetServerFlagValue() local
668 auto update = SetHasLocalOverride(context, true); in SetLocalFlagValue() local
746 auto update = SetHasLocalOverride(context, false); in RemoveLocalFlagValue() local
766 auto update = SetHasLocalOverride(*context, false); in RemoveAllLocalFlagValue() local
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreOperation.aidl39 @nullable byte[] update(in byte[] input); in update() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreOperation.aidl39 @nullable byte[] update(in byte[] input); in update() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DIKeystoreOperation.aidl39 @nullable byte[] update(in byte[] input); in update() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/4/android/system/keystore2/
DIKeystoreOperation.aidl39 @nullable byte[] update(in byte[] input); in update() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreOperation.aidl39 @nullable byte[] update(in byte[] input); in update() method
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreOperation.aidl85 @nullable byte[] update(in byte[] input); in update() method
/system/keymint/boringssl/src/
Daes.rs138 fn update(&mut self, data: &[u8]) -> Result<Vec<u8>, Error> { in update() method
169 fn update(&mut self, data: &[u8]) -> Result<Vec<u8>, Error> { in update() method
210 fn update(&mut self, data: &[u8]) -> Result<Vec<u8>, Error> { in update() method
Daes_cmac.rs91 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
Ddes.rs74 fn update(&mut self, data: &[u8]) -> Result<Vec<u8>, Error> { in update() method
Drsa.rs135 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
259 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
316 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
Dec.rs201 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
322 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
369 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
413 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
Dhmac.rs91 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
/system/libhidl/transport/memory/1.0/default/
DAshmemMemory.cpp39 Return<void> AshmemMemory::update() { in update() function in android::hidl::memory::V1_0::implementation::AshmemMemory
/system/libhidl/libhidlmemory/
DAshmemMemory.h43 Return<void> update() override { return Void(); } in update() function
/system/core/storaged/
Dstoraged_diskstats.cpp255 void disk_stats_monitor::update(struct disk_stats* curr) in update() function in disk_stats_monitor
296 void disk_stats_monitor::update() { in update() function in disk_stats_monitor
/system/hardware/interfaces/suspend/1.0/default/
DWakeupList.cpp37 void WakeupList::update(const std::vector<std::string>& wakeupReasons) { in update() function in android::system::suspend::V1_0::WakeupList
/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator_test.cpp149 PartitionUpdate update; in TEST_F() local
245 PartitionUpdate update; in TEST_F() local
272 PartitionUpdate update; in TEST_F() local
/system/nfc/src/nfa/dm/
Dnfa_dm_main.cc214 bool update; in nfa_dm_check_set_config() local
/system/keymaster/ng/
DAndroidKeyMintOperation.cpp70 ScopedAStatus AndroidKeyMintOperation::update(const vector<uint8_t>& input, in update() function in aidl::android::hardware::security::keymint::AndroidKeyMintOperation
/system/extras/simpleperf/scripts/test/
Ddo_test.py323 def update(self, test_proc: TestProcess): member in ProgressBar
374 def update(self, test_proc: TestProcess): member in TestSummary
/system/core/libutils/
DCallStack.cpp41 void CallStack::update(int32_t ignoreDepth, pid_t tid) { in update() function in android::CallStack

12