Home
last modified time | relevance | path

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

/frameworks/av/media/liberror/include/error/
Dexpected_utils.h90 if (!errorIsOk(_tmp)) { \
99 if (!errorIsOk(_tmp)) { \
108 LOG_ALWAYS_FATAL_IF(!errorIsOk(_tmp), "Function: %s Line: %d Failed result: (%s)", \
DResult.h38 inline bool errorIsOk(int status) { in errorIsOk() function
/frameworks/av/media/liberror/
Dexpected_utils_test.cpp49 bool errorIsOk(const Status& e) { in errorIsOk() function