Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 49) 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/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/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/android/system/keystore2/
DIKeystoreOperation.aidl85 @nullable byte[] update(in byte[] input); in update() method
/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/5/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/current/android/system/keystore2/
DIKeystoreOperation.aidl39 @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
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
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
Dhmac.rs91 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
/system/cros-codecs/src/codec/vp8/
Dparser.rs445 let update = bd.read_bool()?; in update_segmentation() localVariable
456 let update = bd.read_bool()?; in update_segmentation() localVariable
468 let update = bd.read_bool()?; in update_segmentation() localVariable
500 let update = bd.read_bool()?; in parse_mb_lf_adjustments() localVariable
507 let update = bd.read_bool()?; in parse_mb_lf_adjustments() localVariable
566 let update = bd.read_bool_with_prob(COEFF_UPDATE_PROBS[i][j][k][l])?; localVariable
584 let update = bd.read_bool_with_prob(MV_UPDATE_PROBS[i][j])?; localVariable
/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/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/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/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/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.py325 def update(self, test_proc: TestProcess): member in ProgressBar
376 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
/system/security/identity/binder/android/security/identity/
DICredential.aidl80 IWritableCredential update(); in update() method

12