Searched refs:getCallingSid (Results 1 – 10 of 10) sorted by relevance
55 const char* getCallingSid() const;
103 const char* callingSid = ipc->getCallingSid(); in getCallingContext()
83 const char* getCallingSid() const;
93 const char* ssid = ipcState->getCallingSid(); in isProtectedCallAllowed()
735 return ::android::IPCThreadState::self()->getCallingSid(); in AIBinder_getCallingSid()
43 const char* sid = self->getCallingSid(); in getBinderCallingContext()
358 const char* IPCThreadState::getCallingSid() const in getCallingSid() function in android::hardware::IPCThreadState
372 const char* IPCThreadState::getCallingSid() const in getCallingSid() function in android::IPCThreadState
1487 return IPCThreadState::self()->getCallingSid() == nullptr ? BAD_VALUE : NO_ERROR; in onTransact()