/system/chre/platform/linux/include/chre/platform/linux/ |
D | system_time.h | 50 void update(Nanoseconds ns) { in update() function 53 void update(uint64_t ns) { in update() function
|
/system/core/fs_mgr/libfs_avb/ |
D | sha.h | 34 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/ |
D | storage_files_manager.cpp | 111 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
|
D | storage_files.cpp | 608 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/ |
D | IKeystoreOperation.aidl | 39 @nullable byte[] update(in byte[] input); in update() method
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 39 @nullable byte[] update(in byte[] input); in update() method
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 39 @nullable byte[] update(in byte[] input); in update() method
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/4/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 39 @nullable byte[] update(in byte[] input); in update() method
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 39 @nullable byte[] update(in byte[] input); in update() method
|
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 85 @nullable byte[] update(in byte[] input); in update() method
|
/system/keymint/boringssl/src/ |
D | aes.rs | 138 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
|
D | aes_cmac.rs | 91 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
|
D | des.rs | 74 fn update(&mut self, data: &[u8]) -> Result<Vec<u8>, Error> { in update() method
|
D | rsa.rs | 135 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
|
D | ec.rs | 201 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
|
D | hmac.rs | 91 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
|
/system/libhidl/transport/memory/1.0/default/ |
D | AshmemMemory.cpp | 39 Return<void> AshmemMemory::update() { in update() function in android::hidl::memory::V1_0::implementation::AshmemMemory
|
/system/libhidl/libhidlmemory/ |
D | AshmemMemory.h | 43 Return<void> update() override { return Void(); } in update() function
|
/system/core/storaged/ |
D | storaged_diskstats.cpp | 255 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/ |
D | WakeupList.cpp | 37 void WakeupList::update(const std::vector<std::string>& wakeupReasons) { in update() function in android::system::suspend::V1_0::WakeupList
|
/system/core/fs_mgr/libsnapshot/ |
D | partition_cow_creator_test.cpp | 149 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/ |
D | nfa_dm_main.cc | 214 bool update; in nfa_dm_check_set_config() local
|
/system/keymaster/ng/ |
D | AndroidKeyMintOperation.cpp | 70 ScopedAStatus AndroidKeyMintOperation::update(const vector<uint8_t>& input, in update() function in aidl::android::hardware::security::keymint::AndroidKeyMintOperation
|
/system/extras/simpleperf/scripts/test/ |
D | do_test.py | 323 def update(self, test_proc: TestProcess): member in ProgressBar 374 def update(self, test_proc: TestProcess): member in TestSummary
|
/system/core/libutils/ |
D | CallStack.cpp | 41 void CallStack::update(int32_t ignoreDepth, pid_t tid) { in update() function in android::CallStack
|