HomeSort by relevance Sort by last modified time
    Searched refs:CAP_WAKE_ALARM (Results 1 - 21 of 21) sorted by null

  /external/strace/
caps1.h 4 CAP_WAKE_ALARM,
  /external/strace/xlat/
cap_mask1.h 14 XLAT_PAIR(1ULL<<CAP_WAKE_ALARM, "1<<CAP_WAKE_ALARM"),
cap.h 46 XLAT(CAP_WAKE_ALARM),
  /external/libcap-ng/libcap-ng-0.7/src/
captab.h 66 #ifdef CAP_WAKE_ALARM
67 _S(CAP_WAKE_ALARM, "wake_alarm" )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
capability.h 338 #define CAP_WAKE_ALARM 35
341 #define CAP_LAST_CAP CAP_WAKE_ALARM
  /external/libcap/libcap/include/uapi/linux/
capability.h 344 #define CAP_WAKE_ALARM 35
  /system/core/libcutils/include/private/
android_filesystem_capability.h 107 #define CAP_WAKE_ALARM 35
  /bionic/libc/kernel/uapi/linux/
capability.h 105 #define CAP_WAKE_ALARM 35
  /external/kernel-headers/original/uapi/linux/
capability.h 359 #define CAP_WAKE_ALARM 35
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 105 CAP_WAKE_ALARM = _capng.CAP_WAKE_ALARM
  /system/core/init/
capabilities.cpp 83 // Android does not support kernels < 3.8. 'CAP_WAKE_ALARM' has been present since 3.0, see
85 unsigned int last_valid_cap = CAP_WAKE_ALARM;
  /system/bt/tools/mcap_tool/
mcap_tool.cc 193 cap[CAP_TO_INDEX(CAP_WAKE_ALARM)].permitted |= CAP_TO_MASK(CAP_WAKE_ALARM);
202 cap[CAP_TO_INDEX(CAP_WAKE_ALARM)].effective |= CAP_TO_MASK(CAP_WAKE_ALARM);
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 671 OsConstants.CAP_WAKE_ALARM,
    [all...]
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 819 // Grant CAP_WAKE_ALARM to the Bluetooth process.
825 capabilities |= (1LL << CAP_WAKE_ALARM);
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 162 public static final int CAP_WAKE_ALARM = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 121 initConstant(env, c, "CAP_WAKE_ALARM", CAP_WAKE_ALARM);
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 191 milliseconds