Searched refs:effective (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | DumpstateInternal.cpp | 110 bool has_cap_syslog = (capdata[cap_syslog_index].effective & cap_syslog_mask) != 0; in DropRootUser() 116 capdata[cap_syslog_index].effective |= cap_syslog_mask; in DropRootUser() 120 MYLOGE("capset({%#x, %#x}) failed: %s\n", capdata[0].effective, in DropRootUser() 121 capdata[1].effective, strerror(errno)); in DropRootUser()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | WrapperInit.java | 199 data[0] = new StructCapUserData(data[0].effective, data[0].permitted, in preserveCapabilities() 201 data[1] = new StructCapUserData(data[1].effective, data[1].permitted, in preserveCapabilities()
|
D | ZygoteInit.java | 750 capabilities &= ((long) data[0].effective) | (((long) data[1].effective) << 32); in forkSystemServer()
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 582 static void SetCapabilities(uint64_t permitted, uint64_t effective, uint64_t inheritable, in SetCapabilities() argument 591 capdata[0].effective = effective; in SetCapabilities() 592 capdata[1].effective = effective >> 32; in SetCapabilities() 600 "failed: %s", permitted, effective, inheritable, strerror(errno))); in SetCapabilities() 1161 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/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/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 | 1522 final Bundle effective = UserRestrictionsUtils.clone(baseRestrictions); in computeEffectiveUserRestrictionsLR() local 1523 UserRestrictionsUtils.merge(effective, global); in computeEffectiveUserRestrictionsLR() 1524 UserRestrictionsUtils.merge(effective, local); in computeEffectiveUserRestrictionsLR() 1526 return effective; in computeEffectiveUserRestrictionsLR() 1709 final Bundle effective = computeEffectiveUserRestrictionsLR(userId); in updateUserRestrictionsInternalLR() local 1711 mCachedEffectiveUserRestrictions.put(userId, effective); in updateUserRestrictionsInternalLR() 1716 + " new=" + effective + " prev=" + prevAppliedRestrictions); in updateUserRestrictionsInternalLR() 1724 mAppOpsService.setUserRestrictions(effective, mUserRestriconToken, userId); in updateUserRestrictionsInternalLR() 1732 propagateUserRestrictionsLR(userId, effective, prevAppliedRestrictions); in updateUserRestrictionsInternalLR() 1734 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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | api.proto | 164 // see the effective `Storage.GetAcl` method after inherting
|
/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 | 4751 boolean effective = mTextPaint.setFontVariationSettings(fontVariationSettings); in setFontVariationSettings() 4753 if (effective && mLayout != null) { in setFontVariationSettings() 4758 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 | 3435 * Logs total effective full charge and discharge cycles on a battery. 3436 * Here are some examples of one effective cycle:
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 70204 Landroid/system/StructCapUserData;->effective:I
|