Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DProcessState.h139 CallRestriction mCallRestriction; variable
DIPCThreadState.h194 ProcessState::CallRestriction mCallRestriction; variable
/frameworks/native/libs/binder/
DProcessState.cpp243 mCallRestriction = restriction; in setCallRestriction()
438 , mCallRestriction(CallRestriction::NONE) in ProcessState()
DIPCThreadState.cpp675 if (UNLIKELY(mCallRestriction != ProcessState::CallRestriction::NONE)) { in transact()
676 if (mCallRestriction == ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY) { in transact()
808 mCallRestriction(mProcess->mCallRestriction) in IPCThreadState()