Home
last modified time | relevance | path

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

/system/netd/include/
DBinderUtil.h40 std::string exceptionToString(int32_t exception) { in exceptionToString() function
94 "%s(%d, \"%s\")", exceptionToString(exceptionCode).c_str(), in binderCallLogFn()
/system/libhidl/base/
DStatus.cpp63 static std::string exceptionToString(int32_t ex) { in exceptionToString() function
137 stream << "Status(" << exceptionToString(s.exceptionCode()) << "): '"; in operator <<()