Home
last modified time | relevance | path

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

/system/libhidl/base/
DStatus.cpp62 static std::string exceptionToString(int32_t ex) { in exceptionToString() function
130 stream << "Status(" << exceptionToString(s.exceptionCode()) << "): '"; in operator <<()