Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DProcessState.h143 CallRestriction mCallRestriction; variable
DIPCThreadState.h157 ProcessState::CallRestriction mCallRestriction; variable
/system/libhwbinder/
DProcessState.cpp263 mCallRestriction = restriction; in setCallRestriction()
457 , mCallRestriction(CallRestriction::NONE) in ProcessState()
DIPCThreadState.cpp645 if (UNLIKELY(mCallRestriction != ProcessState::CallRestriction::NONE)) { in transact()
646 if (mCallRestriction == ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY) { in transact()
778 mCallRestriction(mProcess->mCallRestriction) { in IPCThreadState()