Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DIPCThreadState.h53 const char* getCallingSid() const;
/system/hwservicemanager/
DServiceManager.cpp43 const char* sid = self->getCallingSid(); in getBinderCallingContext()
/system/security/keystore/
Dkey_store_service.cpp1262 const char* ssid = IPCThreadState::self()->getCallingSid(); in checkBinderPermission()
1281 const char* ssid = IPCThreadState::self()->getCallingSid(); in checkBinderPermissionSelfOrSystem()
/system/libhwbinder/
DIPCThreadState.cpp358 const char* IPCThreadState::getCallingSid() const in getCallingSid() function in android::hardware::IPCThreadState