Home
last modified time | relevance | path

Searched refs:AID_INPUT (Results 1 – 6 of 6) sorted by relevance

/system/core/init/
Dueventd_parser_test.cpp120 {"/sys/devices/virtual/input/input", "enable", 0660, AID_ROOT, AID_INPUT}, in TEST()
121 {"/sys/devices/virtual/*/input", "poll_delay", 0660, AID_ROOT, AID_INPUT}, in TEST()
269 {"/sys/devices/virtual/input/input", "enable", 0660, AID_ROOT, AID_INPUT}, in TEST()
270 {"/sys/devices/virtual/*/input", "poll_delay", 0660, AID_ROOT, AID_INPUT}, in TEST()
/system/core/libcutils/include_vndk/cutils/
Dandroid_filesystem_config.h53 #define AID_INPUT 1004 /* input devices */ macro
/system/core/libcutils/include/cutils/
Dandroid_filesystem_config.h53 #define AID_INPUT 1004 /* input devices */ macro
/system/core/include/private/
Dandroid_filesystem_config.h53 #define AID_INPUT 1004 /* input devices */ macro
/system/core/libcutils/include/private/
Dandroid_filesystem_config.h53 #define AID_INPUT 1004 /* input devices */ macro
/system/core/adb/daemon/
Dmain.cpp111 gid_t groups[] = {AID_ADB, AID_LOG, AID_INPUT, AID_INET, in drop_privileges()