Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 54) sorted by relevance

123

/system/core/fs_mgr/liblp/
Dio_test.cpp692 auto updated = builder->Export(); in TEST_F() local
693 ASSERT_NE(updated, nullptr); in TEST_F()
694 ASSERT_EQ(updated->block_devices.size(), static_cast<size_t>(1)); in TEST_F()
695 EXPECT_EQ(GetBlockDevicePartitionName(updated->block_devices[0]), "super_b"); in TEST_F()
696 ASSERT_TRUE(updated->groups.empty()); in TEST_F()
697 ASSERT_TRUE(updated->partitions.empty()); in TEST_F()
698 ASSERT_TRUE(updated->extents.empty()); in TEST_F()
711 auto updated = builder->Export(); in TEST_F() local
712 ASSERT_NE(updated, nullptr); in TEST_F()
713 ASSERT_EQ(updated->block_devices.size(), static_cast<size_t>(1)); in TEST_F()
[all …]
/system/tools/aidl/build/
Dmessage_check_equality_release.txt7 module using the interface is updated, e.g., Maineline modules.
Dmessage_check_integrity.txt7 when a module using the interface is updated, e.g., Mainline modules.
Dmessage_check_compatibility.txt7 when a module using the interface is updated, e.g., Maineline modules.
/system/libhidl/transport/memory/1.0/
DIMemory.hal31 * @param start Offset from start of buffer about to be updated.
32 * @param length Number of bytes to be updated.
/system/netd/server/binder/android/net/
DINetdUnsolicitedEventListener.aidl132 boolean updated, in onRouteChanged() argument
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetdUnsolicitedEventListener.aidl30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetdUnsolicitedEventListener.aidl29 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetdUnsolicitedEventListener.aidl12 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetdUnsolicitedEventListener.aidl30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetdUnsolicitedEventListener.aidl30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
/system/netd/server/
DNetlinkHandler.h56 void notifyRouteChange(bool updated, const std::string& route, const std::string& gateway,
DNetlinkHandler.cpp276 void NetlinkHandler::notifyRouteChange(bool updated, const std::string& route, in notifyRouteChange() argument
278 LOG_EVENT_FUNC(BINDER_RETRY, onRouteChanged, updated, route, gateway, ifName); in notifyRouteChange()
/system/timezone/
DREADME.android103 REMINDER: As above, having updated the tooling then all binaries that contain
110 Android needs various files to be updated to take a time zone data update.
139 external/icu and will naturally be updated when ICU is updated. Less obviously,
140 the time zone data set version code and files must be updated as well.
/system/extras/libjsonpb/
DREADME.md8 vendor / recovery until `libprotobuf-cpp-full` is updated.
44 Once `libprotobuf` in the source tree is updated to a higher version and
45 `libjsonpbparse` is updated to ignore unknown fields in JSON files, all parsing
/system/security/keystore/
DKeyStore.cpp373 bool updated = false; in upgradeBlob() local
391 updated = true; in upgradeBlob()
398 if (updated) { in upgradeBlob()
402 return updated; in upgradeBlob()
/system/core/fs_mgr/
Dfs_mgr_verity.cpp335 bool updated = false; in update_verity_table_blk_device() local
355 updated = true; in update_verity_table_blk_device()
369 if (!updated) { in update_verity_table_blk_device()
/system/extras/libjsonpb/parse/
DAndroid.bp25 // updated to version 3.1+, and let libprocessgroup to use this instead of
/system/netd/tests/
DTestUnsolService.h70 binder::Status onRouteChanged(bool updated, const std::string& route,
/system/bt/service/doc/
DIBluetooth.txt44 * asynchronously updated to ADAPTER_STATE_TURNING_ON and eventually to
55 * asynchronously updated to ADAPTER_STATE_TURNING_OFF and eventually to
/system/apex/docs/
DREADME.md93 updated to reflect that the APEX file will be activated at next boot.
136 type can be updated depends on the platform and how stable the interfaces for
159 If an APEX is present in a built-in partition, the APEX can be updated by
443 1. When an updated version of the APEX is installed in `/data/apex`, the path
463 1. Create a new `.rc` file for the updated service. Use the `override` option
518 Flattened APEXs can't be updated by downloading updated versions
520 Flattened APEXs can be updated only via a regular OTA.
/system/update_engine/
Domaha_request_params.cc264 itr->second.updated = false; in SetDlcNoUpdate()
Dupdate_metadata.proto230 // A platform-specific name to identify the partition set being updated. For
309 // not updated. Hence, the group will not be resized, and partitions cannot
357 // updated, in the order they will be updated. This field replaces the
/system/core/llkd/
Dlibllkd.cpp306 bool updated; // cleared before monitoring pass. member
333 updated(true), in proc()
992 it.second.updated = false; in llkCheck()
1062 procp->updated = true; in llkCheck()
1233 if (!p->second.updated) { in llkCheck()
/system/update_engine/update_engine/
Dupdate_metadata.proto230 // A platform-specific name to identify the partition set being updated. For
309 // not updated. Hence, the group will not be resized, and partitions cannot
357 // updated, in the order they will be updated. This field replaces the

123