Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DProcessState.h126 CallRestriction mCallRestriction; variable
DIPCThreadState.h157 ProcessState::CallRestriction mCallRestriction; variable
/system/libhwbinder/
DProcessState.cpp203 mCallRestriction = 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()
767 mCallRestriction(mProcess->mCallRestriction) { in IPCThreadState()