Searched refs:update (Results 1 - 25 of 76) sorted by relevance

1234

/system/tools/hidl/
H A Dupdate-all-google-makefiles.sh5 $ANDROID_BUILD_TOP/system/libhidl/update-makefiles.sh
6 $ANDROID_BUILD_TOP/hardware/interfaces/update-makefiles.sh
7 $ANDROID_BUILD_TOP/frameworks/hardware/interfaces/update-makefiles.sh
8 $ANDROID_BUILD_TOP/system/hardware/interfaces/update-makefiles.sh
10 $ANDROID_BUILD_TOP/system/tools/hidl/test/vendor/update-makefile.sh
/system/hardware/interfaces/
H A Dupdate-makefiles.sh3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
/system/libhidl/transport/memory/1.0/
H A DIMemory.hal24 update();
52 * Must commit all previous update's and updateAll's.
58 * at any point in or outside of the update/commit process.
/system/core/fs_mgr/
H A Dfs_mgr_priv_sha.h32 void update(const uint8_t* data, size_t data_size) { function in class:SHA256Hasher
52 void update(const uint8_t* data, size_t data_size) { function in class:SHA512Hasher
/system/iot/attestation/partner-tools/
H A Daesgcm.py64 ciphertext = encryptor.update(plaintext) + encryptor.finalize()
95 return decryptor.update(ciphertext) + decryptor.finalize()
/system/core/libutils/
H A DCallStack.cpp35 this->update(ignoreDepth+1);
42 void CallStack::update(int32_t ignoreDepth, pid_t tid) { function in class:android::CallStack
/system/nfc/src/nfa/dm/
H A Dnfa_dm_main.cc216 bool update; local
232 update = false;
358 update = true;
368 update = true;
370 update = true;
372 /* In DTA mode, config update is forced so that length of config
375 update = true;
380 update = true;
382 /* In DTA mode, config update is forced so that length of config
385 update
[all...]
/system/core/healthd/include/healthd/
H A DBatteryMonitor.h41 bool update(void);
/system/core/include/utils/
H A DCallStack.h47 void update(int32_t ignoreDepth=1, pid_t tid=BACKTRACE_CURRENT_THREAD);
H A DProcessCallStack.h42 void update();
73 // Time that update() was last called
/system/core/libutils/include/utils/
H A DCallStack.h47 void update(int32_t ignoreDepth=1, pid_t tid=BACKTRACE_CURRENT_THREAD);
H A DProcessCallStack.h42 void update();
73 // Time that update() was last called
/system/extras/perfprofd/scripts/
H A Dperf_proto_json2sqlite.py94 self.pid_map.update(self.pid_tmp_map)
95 self.tid_map.update(self.tid_tmp_map)
96 self.dso_map.update(self.dso_tmp_map)
97 self.symbol_map.update(self.symbol_tmp_map)
/system/libhidl/transport/memory/1.0/default/
H A DAshmemMemory.cpp39 Return<void> AshmemMemory::update() { function in class:android::hidl::memory::V1_0::implementation::AshmemMemory
H A DAshmemMemory.h45 Return<void> update() override;
/system/chre/platform/slpi/see/
H A Dplatform_sensor.cc162 const SeeHelperCallbackInterface::SamplingStatusData& update) {
164 .getSensor(update.sensorType);
167 if (sensor != nullptr && !sensorTypeIsOneShot(update.sensorType)
171 if (update.enabledValid) {
172 newStatus.enabled = update.status.enabled;
174 if (update.intervalValid) {
175 newStatus.interval = update.status.interval;
177 if (update.latencyValid) {
178 newStatus.latency = update.status.latency;
187 uint32_t sensorHandle = getSensorHandleFromSensorType(update
161 updateSamplingStatus( const SeeHelperCallbackInterface::SamplingStatusData& update) argument
[all...]
/system/sepolicy/tests/
H A Dmini_parser.py61 self.typeattributesets[ta].update(set(tas))
65 self.rTypeattributesets[t].update(set(ta))
/system/sepolicy/tools/
H A Dpost_process_mac_perms56 app_certs.update(certs)
70 all_app_certs.update(app_certs)
/system/chre/core/include/chre/core/
H A Dsensor_request_manager.h64 * out of range or the platform sensor fails to update to the new
187 * @param updateIndex The index to update the request at.
190 * @return true if the update operation was successful.
192 bool update(size_t updateIndex, const SensorRequest& request,
197 * into one sensor configuration update.
/system/bt/osi/src/socket_utils/
H A DREADME41 Please update the above list if adding more sources.
/system/core/libsparse/
H A Dsimg_dump.py149 h.update(data)
164 h.update(data)
/system/core/trusty/keymaster/
H A Dtrusty_keymaster_device.h73 keymaster_error_t update(keymaster_operation_handle_t operation_handle,
133 static keymaster_error_t update(const keymaster2_device_t* dev,
/system/libhidl/libhidlcache/
H A DHidlMemoryCache.cpp35 Return<void> update() override { return mHeap->update(); }
/system/core/healthd/
H A DHealthServiceHealthd.cpp83 gHealth_1_0->update(info, [props, &logthis](int32_t ret, const auto& infoOut) {
/system/core/mkbootimg/
H A Dmkbootimg36 sha.update(f.read())
38 sha.update(pack('I', filesize(f)))
40 sha.update(pack('I', 0))

Completed in 461 milliseconds

1234