Searched refs:mCallingSid (Results 1 – 2 of 2) sorted by relevance
360 return mCallingSid; in getCallingSid()399 mCallingSid = nullptr; // not enough data to restore in restoreCallingIdentity()406 mCallingSid = nullptr; // expensive to lookup in clearCaller()1059 const char* origSid = mCallingSid; in executeCommand()1065 mCallingSid = reinterpret_cast<const char*>(tr_secctx.secctx); in executeCommand()1138 mCallingSid = origSid; in executeCommand()
135 const char* mCallingSid; variable