Home
last modified time | relevance | path

Searched refs:effective (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/cmds/dumpstate/
DDumpstateInternal.cpp110 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/
DWrapperInit.java199 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()
DZygoteInit.java750 capabilities &= ((long) data[0].effective) | (((long) data[1].effective) << 32); in forkSystemServer()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp582 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()
Dandroid_util_AssetManager.cpp149 capdata.effective = capdata.permitted; in NativeVerifySystemIdmaps()
/frameworks/native/services/vr/performanced/
Dmain.cpp53 capdata[CAP_TO_INDEX(CAP_SYS_NICE)].effective |= CAP_TO_MASK(CAP_SYS_NICE); in main()
/frameworks/base/core/java/android/view/
DFocusFinder.java130 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/
DUserManagerService.java1522 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/
DREADME.rst22 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/
Dapi.proto164 // see the effective `Storage.GetAcl` method after inherting
/frameworks/base/proto/src/
Dipconnectivity.proto367 // The total number of received RAs with an effective lifetime of 0 seconds.
/frameworks/base/core/java/android/widget/
DTextView.java4751 boolean effective = mTextPaint.setFontVariationSettings(fontVariationSettings); in setFontVariationSettings()
4753 if (effective && mLayout != null) { in setFontVariationSettings()
4758 return effective; in setFontVariationSettings()
/frameworks/ml/nn/runtime/
DNOTICE507 become effective for each Contribution on the date the Contributor first
/frameworks/base/cmds/statsd/src/
Datoms.proto3435 * Logs total effective full charge and discharge cycles on a battery.
3436 * Here are some examples of one effective cycle:
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70204 Landroid/system/StructCapUserData;->effective:I