Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DProcessState.h92 void setCallRestriction(CallRestriction restriction);
/frameworks/native/libs/binder/include/binder/
DProcessState.h92 void setCallRestriction(CallRestriction restriction);
/frameworks/native/cmds/servicemanager/
Dmain.cpp125 ps->setCallRestriction(ProcessState::CallRestriction::FATAL_IF_NOT_ONEWAY); in main()
/frameworks/native/libs/binder/
DProcessState.cpp231 void ProcessState::setCallRestriction(CallRestriction restriction) { in setCallRestriction() function in android::ProcessState