Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DProcessState.cpp289 void ProcessState::setCallRestriction(CallRestriction restriction) { in setCallRestriction() function in android::ProcessState
350 ipc->setCallRestriction(CallRestriction::NONE); in getStrongProxyForHandle()
356 ipc->setCallRestriction(originalCallRestriction); in getStrongProxyForHandle()
DIPCThreadState.cpp560 void IPCThreadState::setCallRestriction(ProcessState::CallRestriction restriction) { in setCallRestriction() function in android::IPCThreadState
/frameworks/native/libs/binder/include/binder/
DProcessState.h116 LIBBINDER_EXPORTED void setCallRestriction(CallRestriction restriction);
DIPCThreadState.h141 LIBBINDER_EXPORTED void setCallRestriction(CallRestriction restriction);
/frameworks/native/include/binder/
DProcessState.h116 LIBBINDER_EXPORTED void setCallRestriction(CallRestriction restriction);
DIPCThreadState.h141 LIBBINDER_EXPORTED void setCallRestriction(CallRestriction restriction);
/frameworks/native/cmds/servicemanager/
Dmain.cpp139 ps->setCallRestriction(ProcessState::CallRestriction::FATAL_IF_NOT_ONEWAY); in main()