Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 86) 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/core/adb/daemon/
Dlogging.cpp66 bool changed; in GetLogStatus() local
67 const char* value = property->Get(&changed); in GetLogStatus()
68 if (changed || !*cached_status) { in GetLogStatus()
/system/apex/tools/
Dupdate_allowed_list.sh15 --changed-group-format='%<' \
/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_equality_release.txt4 Above AIDL file(s) has changed and this is NEVER allowed on a release platform
Dmessage_check_integrity.txt4 Above AIDL file(s) has changed, resulting in a different hash. Hash values may
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/sepolicy/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/libbase/include/android-base/
Dproperties.h87 const char* Get(bool* changed = nullptr);
/system/media/audio_route/
Daudio_route.c666 bool changed = false; in audio_route_update_mixer() local
670 changed = true; in audio_route_update_mixer()
678 changed = true; in audio_route_update_mixer()
685 changed = true; in audio_route_update_mixer()
690 if (changed) { in audio_route_update_mixer()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp966 auto changed = false; in CreateDynamicScratch() local
973 changed = true; in CreateDynamicScratch()
1011 changed = true; in CreateDynamicScratch()
1017 if (changed) { in CreateDynamicScratch()
1027 if (changed || partition_create) { in CreateDynamicScratch()
/system/libhidl/transport/base/1.0/
DIBase.hal71 * have changed. The default implementation calls
/system/update_engine/
DREADME.md254 Once update payloads are generated, their original images cannot be changed
282 …The signature of the first five fields. There could be multiple signatures if the key has changed.|
285 … payload except the metadata signature. There could be multiple signatures if the key has changed.|
326 2. Find all the blocks that have not changed between the source and target
/system/extras/libfec/
DNOTICE111 stating that You changed the files; and
/system/extras/tests/cpueater/
DNOTICE111 stating that You changed the files; and
/system/extras/sane_schedstat/
DNOTICE111 stating that You changed the files; and
/system/extras/runconuid/
DNOTICE111 stating that You changed the files; and
/system/extras/bootctl/
DNOTICE111 stating that You changed the files; and
/system/incremental_delivery/libdataloader/
DNOTICE111 stating that You changed the files; and
/system/extras/slideshow/
DNOTICE111 stating that You changed the files; and
/system/extras/ext4_utils/
DNOTICE111 stating that You changed the files; and

1234