Home
last modified time | relevance | path

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

1234

/system/core/base/
Dproperties_test.cpp237 bool changed; in TEST() local
238 cached_property.Get(&changed); in TEST()
241 ASSERT_STREQ("foo", cached_property.Get(&changed)); in TEST()
242 ASSERT_TRUE(changed); in TEST()
244 ASSERT_STREQ("foo", cached_property.Get(&changed)); in TEST()
245 ASSERT_FALSE(changed); in TEST()
248 ASSERT_STREQ("bar", cached_property.Get(&changed)); in TEST()
249 ASSERT_TRUE(changed); in TEST()
251 ASSERT_STREQ("bar", cached_property.Get(&changed)); in TEST()
252 ASSERT_FALSE(changed); in TEST()
Dproperties.cpp209 const char* CachedProperty::Get(bool* changed) { in Get() argument
244 if (changed) { in Get()
245 *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_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/sepolicy/prebuilts/api/30.0/private/
Datrace.te45 # trace-related system properties have changed.
53 # trace-related system properties have changed.
/system/sepolicy/private/
Datrace.te45 # trace-related system properties have changed.
53 # trace-related system properties have changed.
/system/core/base/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/media/audio_route/
Daudio_route.c672 bool changed = false; in audio_route_update_mixer() local
676 changed = true; in audio_route_update_mixer()
684 changed = true; in audio_route_update_mixer()
691 changed = true; in audio_route_update_mixer()
696 if (changed) { in audio_route_update_mixer()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp955 auto changed = false; in CreateDynamicScratch() local
962 changed = true; in CreateDynamicScratch()
1000 changed = true; in CreateDynamicScratch()
1006 if (changed) { in CreateDynamicScratch()
1016 if (changed || partition_create) { in CreateDynamicScratch()
/system/chre/platform/shared/idl/
Dhost_messages.fbs242 /// Notification from the host that a system setting has changed
244 /// The setting that has changed
/system/libhidl/transport/base/1.0/
DIBase.hal71 * have changed. The default implementation calls
/system/timezone/
DREADME.android169 external/icu as only a timestamp in zoneinfo64.txt should have changed.
/system/chre/doc/
Dvendor_extensions.md45 Vendors can only add on to the CHRE API - existing APIs must not be changed. Do
Dnanoapp_overview.md21 changed to run on different hardware, but it *may* need to be recompiled. The
/system/extras/bootctl/
DNOTICE111 stating that You changed the files; and
/system/keymaster/
DNOTICE111 stating that You changed the files; and
/system/extras/sound/
DNOTICE111 stating that You changed the files; and
/system/extras/libfec/
DNOTICE111 stating that You changed the files; and

1234