Home
last modified time | relevance | path

Searched refs:CAP_SYS_NICE (Results 1 – 3 of 3) sorted by relevance

/system/core/libcutils/
Dsched_policy_test.cpp39 auto nice_idx = CAP_TO_INDEX(CAP_SYS_NICE); in hasCapSysNice()
40 auto nice_mask = CAP_TO_MASK(CAP_SYS_NICE); in hasCapSysNice()
/system/core/libcutils/include/private/
Dandroid_filesystem_capability.h95 #define CAP_SYS_NICE 23 macro
/system/bt/common/
Dmessage_loop_thread_unittest.cc80 return ((linux_user_data.permitted >> CAP_SYS_NICE) & 0x1) != 0; in CanSetCurrentThreadPriority()