Home
last modified time | relevance | path

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

/external/nos/host/generic/nugget/include/
Dapp_nugget.h32 NUGGET_ERROR_LOCKED = APP_SPECIFIC_ERROR,
526 NUGGET_ERROR_COVERAGE_OVERFLOW = APP_SPECIFIC_ERROR + 0x300,
Davb.h20 APP_ERROR_AVB_BOOTLOADER = APP_SPECIFIC_ERROR + 0,
Dapplication.h333 APP_SPECIFIC_ERROR = 0x20, /* "should be enough for anybody" */ enumerator
/external/nos/host/generic/libnos/
Ddebug.cpp42 if (code >= APP_SPECIFIC_ERROR && code < APP_LINE_NUMBER_BASE) { in StatusCodeString()