Home
last modified time | relevance | path

Searched refs:getCallingSid (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/servicemanager/
DAccess.cpp103 const char* callingSid = ipc->getCallingSid(); in getCallingContext()
/frameworks/native/include/binder/
DIPCThreadState.h58 const char* getCallingSid() const;
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h58 const char* getCallingSid() const;
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp93 const char* ssid = ipcState->getCallingSid(); in isProtectedCallAllowed()
/frameworks/native/libs/binder/ndk/
Dibinder.cpp699 return ::android::IPCThreadState::self()->getCallingSid(); in AIBinder_getCallingSid()
/frameworks/native/libs/binder/
DIPCThreadState.cpp371 const char* IPCThreadState::getCallingSid() const in getCallingSid() function in android::IPCThreadState