Home
last modified time | relevance | path

Searched refs:ERROR_IF_NOT_ONEWAY (Results 1 – 3 of 3) sorted by relevance

/system/libhwbinder/include/hwbinder/
DProcessState.h78 ERROR_IF_NOT_ONEWAY, enumerator
/system/hwservicemanager/
Dservice.cpp147 ProcessState::self()->setCallRestriction(ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY); in main()
/system/libhwbinder/
DIPCThreadState.cpp635 if (mCallRestriction == ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY) { in transact()