Searched refs:exceptionToString (Results 1 – 3 of 3) sorted by relevance
43 std::string exceptionToString(int32_t exception) { in exceptionToString() function97 "%s(%d, \"%s\")", exceptionToString(exceptionCode).c_str(), in binderCallLogFn()
29 static std::string exceptionToString(int32_t ex) { in exceptionToString() function106 stream << "Status(" << exceptionToString(s.exceptionCode()) << "): '"; in operator <<()
41 halStatus.exceptionCode(), Status::exceptionToString(halStatus.exceptionCode()).c_str(), in halStatusToError()