Searched refs:effective (Results 1 – 14 of 14) sorted by relevance
/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/core/java/com/android/internal/os/ |
D | WrapperInit.java | 201 data[0] = new StructCapUserData(data[0].effective, data[0].permitted, in preserveCapabilities() 203 data[1] = new StructCapUserData(data[1].effective, data[1].permitted, in preserveCapabilities()
|
D | ZygoteInit.java | 734 capabilities &= ((long) data[0].effective) | (((long) data[1].effective) << 32); in forkSystemServer()
|
/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/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 658 static void SetCapabilities(uint64_t permitted, uint64_t effective, uint64_t inheritable, in SetCapabilities() argument 667 capdata[0].effective = effective; in SetCapabilities() 668 capdata[1].effective = effective >> 32; in SetCapabilities() 676 "failed: %s", permitted, effective, inheritable, strerror(errno))); in SetCapabilities() 1327 return capdata[0].effective | (static_cast<uint64_t>(capdata[1].effective) << 32); in GetEffectiveCapabilityMask()
|
D | android_util_AssetManager.cpp | 149 capdata.effective = capdata.permitted; in NativeVerifySystemIdmaps()
|
/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/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 1581 final Bundle effective = UserRestrictionsUtils.clone(baseRestrictions); in computeEffectiveUserRestrictionsLR() local 1582 UserRestrictionsUtils.merge(effective, global); in computeEffectiveUserRestrictionsLR() 1583 UserRestrictionsUtils.merge(effective, local); in computeEffectiveUserRestrictionsLR() 1585 return effective; in computeEffectiveUserRestrictionsLR() 1768 final Bundle effective = computeEffectiveUserRestrictionsLR(userId); in updateUserRestrictionsInternalLR() local 1770 mCachedEffectiveUserRestrictions.put(userId, effective); in updateUserRestrictionsInternalLR() 1775 + " new=" + effective + " prev=" + prevAppliedRestrictions); in updateUserRestrictionsInternalLR() 1783 mAppOpsService.setUserRestrictions(effective, mUserRestriconToken, userId); in updateUserRestrictionsInternalLR() 1791 propagateUserRestrictionsLR(userId, effective, prevAppliedRestrictions); in updateUserRestrictionsInternalLR() 1793 mAppliedUserRestrictions.put(userId, new Bundle(effective)); in updateUserRestrictionsInternalLR()
|
/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/base/proto/src/ |
D | ipconnectivity.proto | 367 // The total number of received RAs with an effective lifetime of 0 seconds.
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 4756 boolean effective = mTextPaint.setFontVariationSettings(fontVariationSettings); in setFontVariationSettings() 4758 if (effective && mLayout != null) { in setFontVariationSettings() 4763 return effective; in setFontVariationSettings()
|
/frameworks/ml/nn/runtime/ |
D | NOTICE | 507 become effective for each Contribution on the date the Contributor first
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 3719 * Logs total effective full charge and discharge cycles on a battery. 3720 * Here are some examples of one effective cycle:
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 65451 Landroid/system/StructCapUserData;->effective:I
|