Home
last modified time | relevance | path

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

/frameworks/av/media/liberror/include/error/
Dexpected_utils.h62 errorToString(_tmp.error()).c_str()); \
73 errorToString(_tmp.error()).c_str()); \
83 __LINE__, errorToString(_tmp.error()).c_str()); \
109 __FUNCTION__, __LINE__, errorToString(_tmp).c_str()); \
DResult.h42 inline std::string errorToString(int status) { in errorToString() function
DBinderResult.h46 inline std::string errorToString(const ::android::binder::Status& status) { in errorToString() function
/frameworks/av/media/liberror/
Dexpected_utils_test.cpp53 std::string errorToString(const Status& e) { in errorToString() function