Searched refs:effective (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A DDumpstateInternal.cpp110 bool has_cap_syslog = (capdata[cap_syslog_index].effective & cap_syslog_mask) != 0;
116 capdata[cap_syslog_index].effective |= cap_syslog_mask;
120 MYLOGE("capset({%#x, %#x}) failed: %s\n", capdata[0].effective,
121 capdata[1].effective, strerror(errno));
/frameworks/base/core/java/com/android/internal/os/
H A DWrapperInit.java199 data[0] = new StructCapUserData(data[0].effective, data[0].permitted,
201 data[1] = new StructCapUserData(data[1].effective, data[1].permitted,
H A DZygoteInit.java683 capabilities &= ((long) data[0].effective) | (((long) data[1].effective) << 32);
/frameworks/native/services/vr/performanced/
H A Dmain.cpp53 capdata[CAP_TO_INDEX(CAP_SYS_NICE)].effective |= CAP_TO_MASK(CAP_SYS_NICE);
/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp318 static bool SetCapabilities(uint64_t permitted, uint64_t effective, uint64_t inheritable, argument
327 capdata[0].effective = effective;
328 capdata[1].effective = effective >> 32;
336 "failed: %s", permitted, effective, inheritable, strerror(errno));
794 return capdata[0].effective |
795 (static_cast<uint64_t>(capdata[1].effective) << 32);
H A Dandroid_util_AssetManager.cpp135 capdata.effective = capdata.permitted;
/frameworks/base/core/java/android/view/
H A DFocusFinder.java119 * Returns the "effective" root of a view. The "effective" root is the closest ancestor
124 * @return the "effective" root of {@param focused}
130 ViewGroup effective = null;
134 return effective != null ? effective : root;
143 effective = vg;
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1471 final Bundle effective = UserRestrictionsUtils.clone(baseRestrictions);
1472 UserRestrictionsUtils.merge(effective, global);
1473 UserRestrictionsUtils.merge(effective, local);
1475 return effective;
1631 * Optionally updating user restrictions, calculate the effective user restrictions and also
1658 final Bundle effective = computeEffectiveUserRestrictionsLR(userId);
1660 mCachedEffectiveUserRestrictions.put(userId, effective);
1665 + " new=" + effective + " prev=" + prevAppliedRestrictions);
1673 mAppOpsService.setUserRestrictions(effective, mUserRestriconToken, userId);
1681 propagateUserRestrictionsLR(userId, effective, prevAppliedRestriction
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java4250 * @return true if the given settings is effective to at least one font file underlying this
4267 boolean effective = mTextPaint.setFontVariationSettings(fontVariationSettings);
4269 if (effective && mLayout != null) {
4274 return effective;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 374 milliseconds