Searched defs:AID_GRAPHICS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/gui/
H A DISurfaceComposerClient.cpp38 /* ideally AID_GRAPHICS would be in a semi-public header
41 #ifndef AID_GRAPHICS
42 #define AID_GRAPHICS 1003 macro
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.cpp61 /* ideally AID_GRAPHICS would be in a semi-public header
64 #ifndef AID_GRAPHICS
65 #define AID_GRAPHICS 1003 macro
1641 if ((uid != AID_GRAPHICS) &&
1655 if ((uid != AID_GRAPHICS) &&
2503 if (UNLIKELY(pid != self_pid && uid != AID_GRAPHICS && uid != 0)) {

Completed in 247 milliseconds