HomeSort by relevance Sort by last modified time
    Searched refs:CAP_SYS_NICE (Results 1 - 25 of 26) sorted by null

1 2

  /device/google/marlin/marlin/
android_filesystem_config.h 38 { 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_SYS_NICE), "vendor/bin/wcnss_filter"},
  /device/google/marlin/sailfish/
android_filesystem_config.h 38 { 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_SYS_NICE), "vendor/bin/wcnss_filter"},
  /external/strace/
caps0.h 24 CAP_SYS_NICE,
  /device/google/wahoo/
android_filesystem_config.h 40 { 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_SYS_NICE) | (1ULL << CAP_BLOCK_SUSPEND), "vendor/bin/wcnss_filter" },
  /frameworks/native/services/vr/performanced/
main.cpp 48 // Keep CAP_SYS_NICE, allowing control of scheduler class, priority, and
53 capdata[CAP_TO_INDEX(CAP_SYS_NICE)].effective |= CAP_TO_MASK(CAP_SYS_NICE);
54 capdata[CAP_TO_INDEX(CAP_SYS_NICE)].permitted |= CAP_TO_MASK(CAP_SYS_NICE);
  /system/core/libcutils/tests/
sched_policy_test.cpp 39 auto nice_idx = CAP_TO_INDEX(CAP_SYS_NICE);
40 auto nice_mask = CAP_TO_MASK(CAP_SYS_NICE);
65 GTEST_LOG_(INFO) << "skipping test that requires CAP_SYS_NICE";
  /external/libcap-ng/libcap-ng-0.7/src/
captab.h 46 _S(CAP_SYS_NICE, "sys_nice" )
  /external/libcap/libcap/include/uapi/linux/
capability.h 276 #define CAP_SYS_NICE 23
  /external/strace/xlat/
cap.h 34 XLAT(CAP_SYS_NICE),
cap_mask0.h 34 XLAT_PAIR(1ULL<<CAP_SYS_NICE, "1<<CAP_SYS_NICE"),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
capability.h 274 #define CAP_SYS_NICE 23
  /system/core/libcutils/include/private/
android_filesystem_capability.h 95 #define CAP_SYS_NICE 23
  /bionic/libc/kernel/uapi/linux/
capability.h 93 #define CAP_SYS_NICE 23
  /external/kernel-headers/original/uapi/linux/
capability.h 291 #define CAP_SYS_NICE 23
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 93 CAP_SYS_NICE = _capng.CAP_SYS_NICE
  /system/bt/tools/mcap_tool/
mcap_tool.cc 191 cap[CAP_TO_INDEX(CAP_SYS_NICE)].permitted |= CAP_TO_MASK(CAP_SYS_NICE);
200 cap[CAP_TO_INDEX(CAP_SYS_NICE)].effective |= CAP_TO_MASK(CAP_SYS_NICE);
  /system/core/libcutils/
fs_config.cpp 193 { 00755, AID_SYSTEM, AID_GRAPHICS, CAP_MASK_LONG(CAP_SYS_NICE),
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 667 OsConstants.CAP_SYS_NICE,
    [all...]
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 821 // Grant CAP_SYS_NICE to allow Bluetooth to set RT priority for
828 capabilities |= (1LL << CAP_SYS_NICE);
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 155 public static final int CAP_SYS_NICE = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 114 initConstant(env, c, "CAP_SYS_NICE", CAP_SYS_NICE);
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 245 milliseconds

1 2