Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp1056 int32_t exception_code = readAligned<int32_t>(); in readExceptionCode() local
1057 if (exception_code == EX_HAS_REPLY_HEADER) { in readExceptionCode()
1067 return exception_code; in readExceptionCode()