Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DProcessState.cpp230 void ProcessState::setCallRestriction(CallRestriction restriction) { in setCallRestriction() function in android::ProcessState
291 ipc->setCallRestriction(CallRestriction::NONE); in getStrongProxyForHandle()
297 ipc->setCallRestriction(originalCallRestriction); in getStrongProxyForHandle()
DIPCThreadState.cpp452 void IPCThreadState::setCallRestriction(ProcessState::CallRestriction restriction) { in setCallRestriction() function in android::IPCThreadState
/frameworks/native/libs/binder/include/binder/
DProcessState.h86 void setCallRestriction(CallRestriction restriction);
DIPCThreadState.h103 void setCallRestriction(CallRestriction restriction);
/frameworks/native/include/binder/
DProcessState.h86 void setCallRestriction(CallRestriction restriction);
DIPCThreadState.h103 void setCallRestriction(CallRestriction restriction);
/frameworks/native/cmds/servicemanager/
Dmain.cpp122 ps->setCallRestriction(ProcessState::CallRestriction::FATAL_IF_NOT_ONEWAY); in main()