Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/wpaddemo/src/
Dmplus.c126 static u8 *getErrName ( s32 status );
519 static u8 *getErrName( s32 status ) in getErrName() function
658 myPrint(x, y, 0, " %s", getErrName(status)); y+= FONT_HEIGHT; in renderStatus()
664 myPrint(x, y, 0, " %s", getErrName(tmp.err)); y+=FONT_HEIGHT; in renderStatus()
Dwpadsample.c215 static u8 *getErrName ( s8 err );
966 static u8 *getErrName( s8 err ) in getErrName() function
1220 …DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y+=FONT_HEIGHT, 0, "%s", getErrName((s8)stat)); in renderStatus()
1267 …DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y+=FONT_HEIGHT, 0, "%s", getErrName(wpad.err))… in renderStatus()