Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp267 static void SetCapabilities(JNIEnv* env, uint64_t permitted, uint64_t effective, in SetCapabilities() argument
276 capdata[0].effective = effective; in SetCapabilities()
277 capdata[1].effective = effective >> 32; in SetCapabilities()
285 effective, inheritable, strerror(errno)); in SetCapabilities()
Dandroid_util_AssetManager.cpp150 capdata.effective = capdata.permitted; in verifySystemIdmaps()
/frameworks/base/core/java/com/android/internal/os/
DWrapperInit.java193 data[0] = new StructCapUserData(data[0].effective, data[0].permitted, in preserveCapabilities()
195 data[1] = new StructCapUserData(data[1].effective, data[1].permitted, in preserveCapabilities()
/frameworks/native/services/vr/performanced/
Dmain.cpp53 capdata[CAP_TO_INDEX(CAP_SYS_NICE)].effective |= CAP_TO_MASK(CAP_SYS_NICE); in main()
/frameworks/native/cmds/dumpstate/
DDumpstateInternal.cpp78 capdata[CAP_TO_INDEX(CAP_SYSLOG)].effective = CAP_TO_MASK(CAP_SYSLOG); in DropRootUser()
/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.java1272 final Bundle effective = UserRestrictionsUtils.clone(baseRestrictions); in computeEffectiveUserRestrictionsLR() local
1273 UserRestrictionsUtils.merge(effective, global); in computeEffectiveUserRestrictionsLR()
1274 UserRestrictionsUtils.merge(effective, local); in computeEffectiveUserRestrictionsLR()
1276 return effective; in computeEffectiveUserRestrictionsLR()
1441 final Bundle effective = computeEffectiveUserRestrictionsLR(userId); in updateUserRestrictionsInternalLR() local
1443 mCachedEffectiveUserRestrictions.put(userId, effective); in updateUserRestrictionsInternalLR()
1448 + " new=" + effective + " prev=" + prevAppliedRestrictions); in updateUserRestrictionsInternalLR()
1456 mAppOpsService.setUserRestrictions(effective, mUserRestriconToken, userId); in updateUserRestrictionsInternalLR()
1464 propagateUserRestrictionsLR(userId, effective, prevAppliedRestrictions); in updateUserRestrictionsInternalLR()
1466 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/base/proto/src/
Dipconnectivity.proto272 // The total number of received RAs with an effective lifetime of 0 seconds.
/frameworks/data-binding/compiler/src/main/resources/
DNOTICE.txt891 effective on the date Initial Developer first distributes
921 effective on the date Contributor first makes Commercial Use of
1143 and 2.2(b) are revoked effective as of the date You first made, used,
/frameworks/base/core/java/android/widget/
DTextView.java3979 boolean effective = mTextPaint.setFontVariationSettings(fontVariationSettings);
3981 if (effective && mLayout != null) {
3986 return effective;
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...