Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DIPCThreadState.h148 const char* mCallingSid; variable
/system/libhwbinder/
DIPCThreadState.cpp361 return mCallingSid; in getCallingSid()
400 mCallingSid = nullptr; // not enough data to restore in restoreCallingIdentity()
407 mCallingSid = nullptr; // expensive to lookup in clearCaller()
1167 const char* origSid = mCallingSid; in executeCommand()
1173 mCallingSid = reinterpret_cast<const char*>(tr_secctx.secctx); in executeCommand()
1249 mCallingSid = origSid; in executeCommand()