Searched refs:AID_INPUT (Results 1 – 6 of 6) sorted by relevance
/system/core/init/ |
D | ueventd_parser_test.cpp | 120 {"/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/ |
D | android_filesystem_config.h | 53 #define AID_INPUT 1004 /* input devices */ macro
|
/system/core/libcutils/include/cutils/ |
D | android_filesystem_config.h | 53 #define AID_INPUT 1004 /* input devices */ macro
|
/system/core/include/private/ |
D | android_filesystem_config.h | 53 #define AID_INPUT 1004 /* input devices */ macro
|
/system/core/libcutils/include/private/ |
D | android_filesystem_config.h | 53 #define AID_INPUT 1004 /* input devices */ macro
|
/system/core/adb/daemon/ |
D | main.cpp | 111 gid_t groups[] = {AID_ADB, AID_LOG, AID_INPUT, AID_INET, in drop_privileges()
|