/frameworks/native/cmds/dumpstate/ |
D | DumpstateInternal.cpp | 111 bool has_cap_syslog = (capdata[cap_syslog_index].effective & cap_syslog_mask) != 0; in DropRootUser() 117 capdata[cap_syslog_index].effective |= cap_syslog_mask; in DropRootUser() 123 capdata[cap_block_suspend_index].effective |= cap_block_suspend_mask; in DropRootUser() 126 MYLOGE("capset({%#x, %#x}) failed: %s\n", capdata[0].effective, in DropRootUser() 127 capdata[1].effective, strerror(errno)); in DropRootUser()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerServiceShellCommand.java | 459 boolean effective = mService.isHeadlessSystemUserMode(); in runIsHeadlessSystemUserMode() 463 pw.println(effective); in runIsHeadlessSystemUserMode() 465 pw.printf("effective=%b real=%b\n", effective, in runIsHeadlessSystemUserMode() 488 boolean effective = UserManager.isVisibleBackgroundUsersEnabled(); in runIsVisibleBackgroundUserSupported() 492 pw.println(effective); in runIsVisibleBackgroundUserSupported() 494 pw.printf("effective=%b real=%b\n", effective, Resources.getSystem() in runIsVisibleBackgroundUserSupported() 517 boolean effective = UserManager.isVisibleBackgroundUsersOnDefaultDisplayEnabled(); in runIsVisibleBackgroundUserOnDefaultDisplaySupported() 521 pw.println(effective); in runIsVisibleBackgroundUserOnDefaultDisplaySupported() 523 pw.printf("effective=%b real=%b\n", effective, Resources.getSystem() in runIsVisibleBackgroundUserOnDefaultDisplaySupported()
|
D | UserManagerService.java | 3302 final Bundle effective = BundleUtils.clone(baseRestrictions); in computeEffectiveUserRestrictionsLR() local 3303 UserRestrictionsUtils.merge(effective, global); in computeEffectiveUserRestrictionsLR() 3304 UserRestrictionsUtils.merge(effective, local); in computeEffectiveUserRestrictionsLR() 3306 return effective; in computeEffectiveUserRestrictionsLR() 3507 final Bundle effective = computeEffectiveUserRestrictionsLR(userId); in updateUserRestrictionsInternalLR() local 3509 mCachedEffectiveUserRestrictions.updateRestrictions(userId, new Bundle(effective)); in updateUserRestrictionsInternalLR() 3514 + " new=" + effective + " prev=" + prevAppliedRestrictions); in updateUserRestrictionsInternalLR() 3520 mAppOpsService.setUserRestrictions(effective, mUserRestrictionToken, userId); in updateUserRestrictionsInternalLR() 3527 propagateUserRestrictionsLR(userId, effective, prevAppliedRestrictions); in updateUserRestrictionsInternalLR() 3529 mAppliedUserRestrictions.updateRestrictions(userId, new Bundle(effective)); in updateUserRestrictionsInternalLR()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | WrapperInit.java | 202 data[0] = new StructCapUserData(data[0].effective, data[0].permitted, in preserveCapabilities() 204 data[1] = new StructCapUserData(data[1].effective, data[1].permitted, in preserveCapabilities()
|
D | ZygoteInit.java | 658 capabilities &= Integer.toUnsignedLong(data[0].effective) | in forkSystemServer() 659 (Integer.toUnsignedLong(data[1].effective) << 32); in forkSystemServer()
|
/frameworks/base/core/java/android/window/flags/ |
D | wallpaper_manager.aconfig | 15 …toring different wallpaper crops for different display dimensions. Only effective after rebooting."
|
/frameworks/native/services/vr/performanced/ |
D | main.cpp | 53 capdata[CAP_TO_INDEX(CAP_SYS_NICE)].effective |= CAP_TO_MASK(CAP_SYS_NICE); in main()
|
/frameworks/av/media/libstagefright/timedtext/test/fuzzer/ |
D | timedtext_fuzz.proto | 19 * made more effective.
|
/frameworks/base/core/java/android/view/ |
D | FocusFinder.java | 130 ViewGroup effective = null; in getEffectiveRoot() local 134 return effective != null ? effective : root; in getEffectiveRoot() 143 effective = vg; in getEffectiveRoot()
|
/frameworks/proto_logging/stats/atoms/locale/ |
D | locale_atoms.proto | 48 // Whether the new override LocaleConfig is the same as the previously effective one. This means
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 724 static void SetCapabilities(uint64_t permitted, uint64_t effective, uint64_t inheritable, in SetCapabilities() argument 733 capdata[0].effective = effective; in SetCapabilities() 734 capdata[1].effective = effective >> 32; in SetCapabilities() 742 "failed: %s", permitted, effective, inheritable, strerror(errno))); in SetCapabilities() 2190 return capdata[0].effective | (static_cast<uint64_t>(capdata[1].effective) << 32); in GetEffectiveCapabilityMask()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
D | README.md | 39 The decorator-based design is an effective tool for separation of aspects and modularity, thus 40 keeping classes relatively small and focused on one concern. It is also very effective for
|
/frameworks/proto_logging/stats/atoms/sdksandbox/ |
D | sdksandbox_extension_atoms.proto | 217 // The effective target SDK version
|
/frameworks/compile/slang/ |
D | README.rst | 22 distinct, effective features for Android programming. We will use 322 This may allow the runtime to make more effective use of threads.
|
/frameworks/proto_logging/stats/atoms/cronet/ |
D | cronet_extension_atoms.proto | 385 // The effective values of the flags, in the same order as
|
/frameworks/base/packages/SystemUI/docs/ |
D | scene.md | 360 scenes, we control the NSSL's self-imposed effective bounds (e.g. position offsets, clip path,
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 367 // The total number of received RAs with an effective lifetime of 0 seconds.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 6764 * Logs total effective full charge and discharge cycles on a battery. 6765 * Here are some examples of one effective cycle:
|