Home | History | Annotate | Download | only in libqservice

Lines Matching refs:callerUid

91     const int callerUid = ipc->getCallingUid();
97 const bool permission = (callerUid == AID_MEDIA ||
98 callerUid == AID_GRAPHICS ||
99 callerUid == AID_ROOT ||
100 callerUid == AID_SYSTEM);
104 if(callerUid != AID_GRAPHICS) {
107 callerPid, callerUid, callingProcName);
116 if(callerUid != AID_SYSTEM && callerUid != AID_ROOT) {
119 callerPid, callerUid, callingProcName);
130 callerUid, callingProcName);