Home
last modified time | relevance | path

Searched refs:CallRestriction (Results 1 – 5 of 5) sorted by relevance

/system/libhwbinder/include/hwbinder/
DProcessState.h74 enum class CallRestriction { enum
84 void setCallRestriction(CallRestriction restriction);
126 CallRestriction mCallRestriction;
DIPCThreadState.h157 ProcessState::CallRestriction mCallRestriction;
/system/libhwbinder/
DProcessState.cpp199 void ProcessState::setCallRestriction(CallRestriction restriction) { in setCallRestriction()
407 , mCallRestriction(CallRestriction::NONE) in ProcessState()
DIPCThreadState.cpp634 if (UNLIKELY(mCallRestriction != ProcessState::CallRestriction::NONE)) { in transact()
635 if (mCallRestriction == ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY) { in transact()
/system/hwservicemanager/
Dservice.cpp147 ProcessState::self()->setCallRestriction(ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY); in main()