Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 98) sorted by relevance

1234

/system/libbase/
Dproperties_test.cpp264 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()
Dproperties.cpp234 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/
Dhal-queries.sh66 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/
Dupdate_allowed_list.sh15 --changed-group-format='%<' \
/system/chre/chre_api/include/chre_api/chre/
Duser_settings.h75 #error Too many setting changed events.
/system/tools/aidl/build/
Dmessage_check_equality.txt4 Above AIDL file(s) has changed. Run `m %s-update-api` to reflect the changes
Dmessage_check_integrity.txt4 Above AIDL file(s) has changed, resulting in a different hash. Hash values may
Dmessage_check_equality_release.txt4 Above AIDL file(s) has changed and this is NEVER allowed on a release platform
Dmessage_check_compatibility.txt4 Above AIDL file(s) has changed in a backward-incompatible way, e.g. removing
/system/chre/host/msm/daemon/idl/
DREADME.md5 whenever the IDL is changed.
/system/bt/build/dpkg/libchrome-822064/debian/patches/
D0001-Remove-absl-from-pkgconfig.patch9 1 file changed, 2 deletions(-)
D0001-rebase_path-for-write_args.patch8 1 file changed, 2 insertions(+), 2 deletions(-)
D0001-Add-missing-includes.patch9 2 files changed, 2 insertions(+)
/system/sepolicy/private/
Datrace.te45 # trace-related system properties have changed.
53 # trace-related system properties have changed.
/system/sepolicy/prebuilts/api/31.0/private/
Datrace.te45 # trace-related system properties have changed.
53 # trace-related system properties have changed.
/system/sepolicy/prebuilts/api/30.0/private/
Datrace.te45 # trace-related system properties have changed.
53 # trace-related system properties have changed.
/system/bt/build/dpkg/libchrome/debian/patches/
D0001-rebase_path-for-write_args.patch8 1 file changed, 2 insertions(+), 2 deletions(-)
D0001-Add-missing-includes.patch9 2 files changed, 2 insertions(+)
D0001-common-mk-rebase_path-output-location-of-generate-pc.patch19 1 file changed, 1 insertion(+), 1 deletion(-)
/system/libbase/include/android-base/
Dproperties.h87 const char* Get(bool* changed = nullptr);
/system/chre/apps/test/pts/proto/
Dpts_chre.proto12 // one message type has payload, the payload message should not be changed.
/system/bt/build/dpkg/modp_b64/debian/patches/
D0001-common-mk-rebase_path-output-location-of-generate-pc.patch19 1 file changed, 1 insertion(+), 1 deletion(-)
/system/media/audio_route/
Daudio_route.c729 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/
Dfs_mgr_overlayfs.cpp1025 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/
DIBase.hal71 * have changed. The default implementation calls

1234