Home
last modified time | relevance | path

Searched refs:AID_GRAPHICS (Results 1 – 2 of 2) sorted by relevance

/system/core/include/private/
Dandroid_filesystem_config.h39 #define AID_GRAPHICS 1003 /* graphics devices */ macro
89 { "graphics", AID_GRAPHICS, },
/system/core/adb/
Dadb.c908 gid_t groups[] = { AID_ADB, AID_LOG, AID_INPUT, AID_INET, AID_GRAPHICS, in adb_main()