Searched refs:exceptionCode (Results 1 – 2 of 2) sorted by relevance
/external/svox/pico/lib/ |
D | picoos.h | 234 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...);
|
D | picoos.c | 820 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...) in picoos_emRaiseException() argument 825 if (PICO_OK == this->curExceptionCode && PICO_OK != exceptionCode) { in picoos_emRaiseException() 826 this->curExceptionCode = exceptionCode; in picoos_emRaiseException() 828 …picoos_vSetErrorMsg(this->curExceptionMessage,PICOOS_MAX_EXC_MSG_LEN, exceptionCode, baseMessage, … in picoos_emRaiseException()
|