Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpstateInternal.cpp111 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()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DWrapperInit.java202 data[0] = new StructCapUserData(data[0].effective, data[0].permitted, in preserveCapabilities()
204 data[1] = new StructCapUserData(data[1].effective, data[1].permitted, in preserveCapabilities()
H A DZygoteInit.java779 capabilities &= ((long) data[0].effective) | (((long) data[1].effective) << 32); in forkSystemServer()
/aosp12/frameworks/base/tests/ApkVerityTest/testdata/
H A DREADME.md6 if fs-verity is effective.
/aosp12/frameworks/native/services/vr/performanced/
H A Dmain.cpp53 capdata[CAP_TO_INDEX(CAP_SYS_NICE)].effective |= CAP_TO_MASK(CAP_SYS_NICE); in main()
/aosp12/system/core/libcutils/include/private/
H A Dandroid_filesystem_capability.h43 __u32 effective; member
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dcapability.h33 __u32 effective; member
/aosp12/system/core/libcutils/
H A Dsched_policy_test.cpp41 return caps[nice_idx].effective & nice_mask; in hasCapSysNice()
/aosp12/hardware/interfaces/gnss/1.0/
H A DIGnssDebug.hal104 * then whatever the effective defaults are on the device must be
144 * effective time of the ephemeris source (e.g. TOE, TOA.)
/aosp12/frameworks/base/core/java/android/view/
H A DFocusFinder.java130 ViewGroup effective = null; in getEffectiveRoot() local
134 return effective != null ? effective : root; in getEffectiveRoot()
143 effective = vg; in getEffectiveRoot()
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp688 static void SetCapabilities(uint64_t permitted, uint64_t effective, uint64_t inheritable, in SetCapabilities() argument
697 capdata[0].effective = effective; in SetCapabilities()
698 capdata[1].effective = effective >> 32; in SetCapabilities()
706 "failed: %s", permitted, effective, inheritable, strerror(errno))); in SetCapabilities()
1817 return capdata[0].effective | (static_cast<uint64_t>(capdata[1].effective) << 32); in GetEffectiveCapabilityMask()
/aosp12/system/core/trusty/storage/proxy/
H A Dproxy.c101 capdata[CAP_TO_INDEX(CAP_SYS_RAWIO)].effective = CAP_TO_MASK(CAP_SYS_RAWIO); in drop_privs()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java2030 final Bundle effective = BundleUtils.clone(baseRestrictions); in computeEffectiveUserRestrictionsLR() local
2031 UserRestrictionsUtils.merge(effective, global); in computeEffectiveUserRestrictionsLR()
2032 UserRestrictionsUtils.merge(effective, local.mergeAll()); in computeEffectiveUserRestrictionsLR()
2034 return effective; in computeEffectiveUserRestrictionsLR()
2231 final Bundle effective = computeEffectiveUserRestrictionsLR(userId); in updateUserRestrictionsInternalLR() local
2233 mCachedEffectiveUserRestrictions.updateRestrictions(userId, effective); in updateUserRestrictionsInternalLR()
2238 + " new=" + effective + " prev=" + prevAppliedRestrictions); in updateUserRestrictionsInternalLR()
2246 mAppOpsService.setUserRestrictions(effective, mUserRestriconToken, userId); in updateUserRestrictionsInternalLR()
2254 propagateUserRestrictionsLR(userId, effective, prevAppliedRestrictions); in updateUserRestrictionsInternalLR()
2256 mAppliedUserRestrictions.updateRestrictions(userId, new Bundle(effective)); in updateUserRestrictionsInternalLR()
/aosp12/hardware/interfaces/automotive/sv/1.0/
H A DISurroundView3dSession.hal41 * identify updated set of views once effective using the view Id provided in the updated
/aosp12/frameworks/compile/slang/
H A DREADME.rst22 distinct, effective features for Android programming. We will use
322 This may allow the runtime to make more effective use of threads.
/aosp12/hardware/interfaces/automotive/evs/1.1/
H A DIEvsCamera.hal152 * it will return an error code with the same number of effective values as
H A Dtypes.hal175 * parameter may not be effective when auto focus is enabled.
/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp1099 capdata[CAP_TO_INDEX(i)].effective |= CAP_TO_MASK(i); in TEST_F()
1104 capdata[CAP_TO_INDEX(CAP_SYS_PTRACE)].effective &= ~(CAP_TO_MASK(CAP_SYS_PTRACE)); in TEST_F()
/aosp12/bionic/tests/
H A Dunistd_test.cpp1324 bool has_admin = old_caps[admin_idx].effective & admin_mask; in TEST()
1328 new_caps[admin_idx].effective &= ~admin_mask; in TEST()
/aosp12/system/chre/doc/
H A Dframework_overview.md96 same sensor to determine the effective sensor configuration that should be
/aosp12/hardware/interfaces/camera/device/1.0/
H A DICameraDevice.hal248 * effective.
/aosp12/frameworks/base/proto/src/
H A Dipconnectivity.proto367 // The total number of received RAs with an effective lifetime of 0 seconds.
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java4879 boolean effective = mTextPaint.setFontVariationSettings(fontVariationSettings); in setFontVariationSettings()
4881 if (effective && mLayout != null) { in setFontVariationSettings()
4886 return effective; in setFontVariationSettings()
/aosp12/hardware/interfaces/camera/metadata/3.2/
H A Dtypes.hal707 * effective aperture diameter.</p>
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DNOTICE507 become effective for each Contribution on the date the Contributor first

12