Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp453 mCallRestriction = restriction; in setCallRestriction()
457 return mCallRestriction; in getCallRestriction()
712 if (UNLIKELY(mCallRestriction != ProcessState::CallRestriction::NONE)) { in transact()
713 if (mCallRestriction == ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY) { in transact()
854 mCallRestriction(mProcess->mCallRestriction) { in IPCThreadState()
H A DProcessState.cpp234 mCallRestriction = restriction; in setCallRestriction()
424 , mCallRestriction(CallRestriction::NONE) in ProcessState()
/aosp12/frameworks/native/include/binder/
H A DProcessState.h132 CallRestriction mCallRestriction; variable
H A DIPCThreadState.h219 CallRestriction mCallRestriction; variable
/aosp12/frameworks/native/libs/binder/include/binder/
H A DProcessState.h132 CallRestriction mCallRestriction; variable
H A DIPCThreadState.h219 CallRestriction mCallRestriction; variable
/aosp12/system/libhwbinder/
H A DProcessState.cpp203 mCallRestriction = restriction; in setCallRestriction()
407 , mCallRestriction(CallRestriction::NONE) in ProcessState()
H A 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()
/aosp12/system/libhwbinder/include/hwbinder/
H A DProcessState.h126 CallRestriction mCallRestriction; variable
H A DIPCThreadState.h157 ProcessState::CallRestriction mCallRestriction; variable