/system/libbase/ |
D | properties_test.cpp | 264 bool changed; in TEST() local 265 cached_property.Get(&changed); in TEST() 268 ASSERT_STREQ("foo", cached_property.Get(&changed)); in TEST() 269 ASSERT_TRUE(changed); in TEST() 271 ASSERT_STREQ("foo", cached_property.Get(&changed)); in TEST() 272 ASSERT_FALSE(changed); in TEST() 275 ASSERT_STREQ("bar", cached_property.Get(&changed)); in TEST() 276 ASSERT_TRUE(changed); in TEST() 278 ASSERT_STREQ("bar", cached_property.Get(&changed)); in TEST() 279 ASSERT_FALSE(changed); in TEST()
|
D | properties.cpp | 234 const char* CachedProperty::Get(bool* changed) { in Get() argument 269 if (changed) { in Get() 270 *changed = cached_property_serial_ != initial_property_serial_; in Get()
|
/system/tools/hidl/scripts/ |
D | hal-queries.sh | 66 function changed-interfaces() { 85 changed-interfaces $ANDROID_BUILD_TOP/hardware/interfaces android.hardware \ 88 changed-interfaces $ANDROID_BUILD_TOP/frameworks/hardware/interfaces android.frameworks 89 changed-interfaces $ANDROID_BUILD_TOP/system/hardware/interfaces android.system 90 changed-interfaces $ANDROID_BUILD_TOP/system/libhidl/transport android.hidl
|
/system/apex/tools/ |
D | update_allowed_list.sh | 15 --changed-group-format='%<' \
|
/system/chre/chre_api/include/chre_api/chre/ |
D | user_settings.h | 75 #error Too many setting changed events.
|
/system/tools/aidl/build/ |
D | message_check_equality.txt | 4 Above AIDL file(s) has changed. Run `m %s-update-api` to reflect the changes
|
D | message_check_integrity.txt | 4 Above AIDL file(s) has changed, resulting in a different hash. Hash values may
|
D | message_check_equality_release.txt | 4 Above AIDL file(s) has changed and this is NEVER allowed on a release platform
|
D | message_check_compatibility.txt | 4 Above AIDL file(s) has changed in a backward-incompatible way, e.g. removing
|
/system/chre/host/msm/daemon/idl/ |
D | README.md | 5 whenever the IDL is changed.
|
/system/bt/build/dpkg/libchrome-822064/debian/patches/ |
D | 0001-Remove-absl-from-pkgconfig.patch | 9 1 file changed, 2 deletions(-)
|
D | 0001-rebase_path-for-write_args.patch | 8 1 file changed, 2 insertions(+), 2 deletions(-)
|
D | 0001-Add-missing-includes.patch | 9 2 files changed, 2 insertions(+)
|
/system/sepolicy/private/ |
D | atrace.te | 45 # trace-related system properties have changed. 53 # trace-related system properties have changed.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | atrace.te | 45 # trace-related system properties have changed. 53 # trace-related system properties have changed.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | atrace.te | 45 # trace-related system properties have changed. 53 # trace-related system properties have changed.
|
/system/bt/build/dpkg/libchrome/debian/patches/ |
D | 0001-rebase_path-for-write_args.patch | 8 1 file changed, 2 insertions(+), 2 deletions(-)
|
D | 0001-Add-missing-includes.patch | 9 2 files changed, 2 insertions(+)
|
D | 0001-common-mk-rebase_path-output-location-of-generate-pc.patch | 19 1 file changed, 1 insertion(+), 1 deletion(-)
|
/system/libbase/include/android-base/ |
D | properties.h | 87 const char* Get(bool* changed = nullptr);
|
/system/chre/apps/test/pts/proto/ |
D | pts_chre.proto | 12 // one message type has payload, the payload message should not be changed.
|
/system/bt/build/dpkg/modp_b64/debian/patches/ |
D | 0001-common-mk-rebase_path-output-location-of-generate-pc.patch | 19 1 file changed, 1 insertion(+), 1 deletion(-)
|
/system/media/audio_route/ |
D | audio_route.c | 729 bool changed = false; in audio_route_update_mixer() local 733 changed = true; in audio_route_update_mixer() 741 changed = true; in audio_route_update_mixer() 748 changed = true; in audio_route_update_mixer() 753 if (changed) { in audio_route_update_mixer()
|
/system/core/fs_mgr/ |
D | fs_mgr_overlayfs.cpp | 1025 auto changed = false; in CreateDynamicScratch() local 1032 changed = true; in CreateDynamicScratch() 1070 changed = true; in CreateDynamicScratch() 1076 if (changed) { in CreateDynamicScratch() 1086 if (changed || partition_create) { in CreateDynamicScratch()
|
/system/libhidl/transport/base/1.0/ |
D | IBase.hal | 71 * have changed. The default implementation calls
|