/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/legacy/v1_5/chre/ |
D | user_settings.h | 75 #error Too many setting changed events.
|
/system/chre/chre_api/legacy/v1_6/chre/ |
D | user_settings.h | 82 #error Too many setting changed events.
|
/system/chre/chre_api/include/chre_api/chre/ |
D | user_settings.h | 85 #error Too many setting changed events.
|
/system/chre/chre_api/legacy/v1_7/chre/ |
D | user_settings.h | 82 #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_equality_release.txt | 4 Above AIDL file(s) has changed and this is NEVER allowed on a release platform
|
D | message_check_integrity.txt | 4 Above AIDL file(s) has changed, resulting in a different hash. Hash values may
|
D | message_check_compatibility.txt | 4 Above AIDL file(s) has changed in a backward-incompatible way, e.g. removing
|
D | message_check_equality_frozen.txt | 4 Above AIDL file(s) has changed. The AIDL API is marked `frozen: true` so it
|
/system/chre/host/msm/daemon/idl/ |
D | README.md | 5 whenever the IDL is changed.
|
/system/sepolicy/private/ |
D | atrace.te | 45 # trace-related system properties have changed. 52 # trace-related system properties have changed.
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | atrace.te | 45 # trace-related system properties have changed. 53 # trace-related system properties have changed.
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | atrace.te | 46 # 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/34.0/private/ |
D | atrace.te | 45 # trace-related system properties have changed. 52 # 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/core/rootdir/ |
D | init.zygote64.rc | 10 # NOTE: If the wakelock name here is changed, then also
|
D | init.zygote32.rc | 10 # NOTE: If the wakelock name here is changed, then also
|
/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/media/audio_route/ |
D | audio_route.c | 734 bool changed = false; in audio_route_update_mixer() local 738 changed = true; in audio_route_update_mixer() 746 changed = true; in audio_route_update_mixer() 753 changed = true; in audio_route_update_mixer() 758 if (changed) { in audio_route_update_mixer()
|