/system/tools/hidl/ |
D | update-all-google-makefiles.sh | 5 $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/update_engine/ |
D | README.md | 13 an update. Hence, reducing the likelihood of corrupting a device into a 19 reboot if an update was performed where the reboot duration is about 10 21 * The user does not need (although they can) to request for an update. The 22 update checks happen periodically in the background. 23 * If the update fails to apply, the user is not affected. The user will 25 apply the update again at a later time. 26 * If the update applies correctly but fails to boot, the system will rollback 28 * The user does not need to reserve enough space for the update. The system 36 In A/B update capable systems, each partition, such as the kernel or root (or 39 which copy has the higher priority at boot time) and when a new update is [all …]
|
/system/timezone/ |
D | README.android | 8 - Code related to the Android time zone update APEX file that can be used 9 to update time zone rules on Android devices. 16 update time zone rules on Android devices. See distro/README for details. 19 - Contains files that provide inputs to the time zone rules update process. 27 - Contains some derived files from the time zone rules update process and 29 also held by ICU - see also update-tzdata.py 32 - Contains tools and scripts related to testing time zone update code. See 44 Data file update tools 48 - A helper script run before update-tzdata.py. 51 update-tzdata.py script. See download-iana-files.py --help for more. [all …]
|
/system/sepolicy/tests/ |
D | combine_maps.py | 36 bottom.types.update(top.types) 37 bottom.typeattributes.update(top.typeattributes) 54 bottom.typeattributesets[bottom_ta].update(top_type_set)
|
/system/nfc/src/nfa/dm/ |
D | nfa_dm_main.cc | 218 bool update; in nfa_dm_check_set_config() local 234 update = false; in nfa_dm_check_set_config() 360 update = true; in nfa_dm_check_set_config() 370 update = true; in nfa_dm_check_set_config() 372 update = true; in nfa_dm_check_set_config() 377 update = true; in nfa_dm_check_set_config() 382 update = true; in nfa_dm_check_set_config() 387 update = true; in nfa_dm_check_set_config() 392 if (update) { in nfa_dm_check_set_config()
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 49 // device that needs to be snapshotted during the update. 77 // the update and before the merge allows us to infer the progress of the 83 // before the update and before the merge allows us to infer the progress of 91 // No update or merge is in progress. 94 // An update is applying; snapshots may already exist. 97 // An update is pending, but has not been successfully booted yet. 113 // The update was implicitly cancelled, either by a rollback or a flash 125 // an update. 137 // Status of the update after the merge attempts. 144 // Total size of all the COW images before the update.
|
/system/core/libutils/ |
D | CallStack.cpp | 34 this->update(ignoreDepth+1); in CallStack() 41 void CallStack::update(int32_t ignoreDepth, pid_t tid) { in update() function in android::CallStack 85 stack->update(ignoreDepth + 1); in getCurrentInternal()
|
/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/tools/xsdc/ |
D | README.md | 38 Then run "make {xsd_config module_name} .docs-update-current-api" or "make 39 update-api" to update all the xsd_config modules. 76 After adding “Deprecated” annotation, we need to update the api or schema just 80 file and the api in last_current.txt, and update it. 83 If there are any changes, we update last_current.txt and last_removed.txt before
|
D | OWNERS | 2 # Please update this list if you find better candidates.
|
/system/update_engine/update_manager/ |
D | update_manager.conf.example | 1 # Configuration file for the update-manager component of update_engine. 13 # command "restart update-engine" from a root shell to make your
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | update_engine_common.te | 2 # background daemon and the recovery tool to sideload an update. 12 # the update to an older version (channel change) or incompatible version 31 # install update.zip from cache
|
/system/chre/platform/slpi/see/ |
D | platform_sensor.cc | 273 const SeeHelperCallbackInterface::SamplingStatusData& update) { in updateSamplingStatus() argument 275 .getSensor(update.sensorType); in updateSamplingStatus() 278 if (sensor != nullptr && !sensorTypeIsOneShot(update.sensorType) in updateSamplingStatus() 280 if (update.enabledValid) { in updateSamplingStatus() 281 newStatus.enabled = update.status.enabled; in updateSamplingStatus() 283 if (update.intervalValid) { in updateSamplingStatus() 284 newStatus.interval = update.status.interval; in updateSamplingStatus() 286 if (update.latencyValid) { in updateSamplingStatus() 287 newStatus.latency = update.status.latency; in updateSamplingStatus() 293 uint32_t sensorHandle = getSensorHandleFromSensorType(update.sensorType); in updateSamplingStatus() [all …]
|
/system/libhidl/transport/memory/1.0/ |
D | IMemory.hal | 24 update(); 52 * Must commit all previous update's and updateAll's. 58 * at any point in or outside of the update/commit process.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | update_engine_common.te | 2 # background daemon and the recovery tool to sideload an update. 12 # the update to an older version (channel change) or incompatible version 31 # install update.zip from cache
|
/system/extras/simpleperf/ |
D | README.md | 18 update script from within the `system/extras/simpleperf` directory: 20 ./scripts/update.py --bid 1234567 -vv
|
/system/hardware/interfaces/ |
D | update-makefiles.sh | 3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
/system/libhidl/ |
D | update-makefiles.sh | 11 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
/system/core/rootdir/etc/ |
D | ld.config.vndk_lite.txt | 2 # Please update linker configuration generator instead.
|
D | ld.config.txt | 2 # Please update linker configuration generator instead.
|
D | ld.config.legacy.txt | 2 # Please update linker configuration generator instead.
|
D | ld.config.recovery.txt | 2 # Please update linker configuration generator instead.
|
/system/testing/gtest_extras/ |
D | OWNERS | 2 # Please update this list if you find better candidates.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | attributes | 6 # On change, update CHECK_FC_ASSERT_ATTRS 14 # On change, update CHECK_FC_ASSERT_ATTRS 23 # On change, update CHECK_FC_ASSERT_ATTRS 56 # On change, update CHECK_PC_ASSERT_ATTRS 80 # On change, update CHECK_SC_ASSERT_ATTRS 122 # update_engine related domains that need to apply an update and run 287 # from one core domain to another, without having to update the vendor image
|
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 35 # update.
|