/aosp12/frameworks/native/cmds/dumpstate/ |
H A D | DumpstateInternal.cpp | 111 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 D | WrapperInit.java | 202 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 D | ZygoteInit.java | 779 capabilities &= ((long) data[0].effective) | (((long) data[1].effective) << 32); in forkSystemServer()
|
/aosp12/frameworks/base/tests/ApkVerityTest/testdata/ |
H A D | README.md | 6 if fs-verity is effective.
|
/aosp12/frameworks/native/services/vr/performanced/ |
H A D | main.cpp | 53 capdata[CAP_TO_INDEX(CAP_SYS_NICE)].effective |= CAP_TO_MASK(CAP_SYS_NICE); in main()
|
/aosp12/system/core/libcutils/include/private/ |
H A D | android_filesystem_capability.h | 43 __u32 effective; member
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | capability.h | 33 __u32 effective; member
|
/aosp12/system/core/libcutils/ |
H A D | sched_policy_test.cpp | 41 return caps[nice_idx].effective & nice_mask; in hasCapSysNice()
|
/aosp12/hardware/interfaces/gnss/1.0/ |
H A D | IGnssDebug.hal | 104 * 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 D | FocusFinder.java | 130 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 D | com_android_internal_os_Zygote.cpp | 688 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 D | proxy.c | 101 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 D | UserManagerService.java | 2030 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 D | ISurroundView3dSession.hal | 41 * identify updated set of views once effective using the view Id provided in the updated
|
/aosp12/frameworks/compile/slang/ |
H A 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.
|
/aosp12/hardware/interfaces/automotive/evs/1.1/ |
H A D | IEvsCamera.hal | 152 * it will return an error code with the same number of effective values as
|
H A D | types.hal | 175 * parameter may not be effective when auto focus is enabled.
|
/aosp12/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 1099 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 D | unistd_test.cpp | 1324 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 D | framework_overview.md | 96 same sensor to determine the effective sensor configuration that should be
|
/aosp12/hardware/interfaces/camera/device/1.0/ |
H A D | ICameraDevice.hal | 248 * effective.
|
/aosp12/frameworks/base/proto/src/ |
H A D | ipconnectivity.proto | 367 // The total number of received RAs with an effective lifetime of 0 seconds.
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 4879 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 D | types.hal | 707 * effective aperture diameter.</p>
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | NOTICE | 507 become effective for each Contribution on the date the Contributor first
|