Home
last modified time | relevance | path

Searched refs:setCallRestriction (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/binder/
DProcessState.cpp273 void ProcessState::setCallRestriction(CallRestriction restriction) { in setCallRestriction() function in android::ProcessState
329 ipc->setCallRestriction(CallRestriction::NONE); in getStrongProxyForHandle()
335 ipc->setCallRestriction(originalCallRestriction); in getStrongProxyForHandle()
DIPCThreadState.cpp473 void IPCThreadState::setCallRestriction(ProcessState::CallRestriction restriction) { in setCallRestriction() function in android::IPCThreadState
/frameworks/native/include/binder/
DProcessState.h84 void setCallRestriction(CallRestriction restriction);
DIPCThreadState.h132 void setCallRestriction(CallRestriction restriction);
/frameworks/native/libs/binder/include/binder/
DProcessState.h84 void setCallRestriction(CallRestriction restriction);
DIPCThreadState.h132 void setCallRestriction(CallRestriction restriction);
/frameworks/native/cmds/servicemanager/
Dmain.cpp126 ps->setCallRestriction(ProcessState::CallRestriction::FATAL_IF_NOT_ONEWAY); in main()