Searched refs:warningCode (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_base_impl.cc | 68 int warningCode = 0; in OnWarningIsReported() local 70 warningCode = VE_RUNTIME_REC_WARNING; in OnWarningIsReported() 73 warningCode = VE_RUNTIME_PLAY_WARNING; in OnWarningIsReported() 78 voiceEngineObserverPtr_->CallbackOnError(-1, warningCode); in OnWarningIsReported()
|
/external/svox/pico/lib/ |
D | picoos.h | 241 pico_status_t warningCode, picoos_char * baseMessage, picoos_char * fmt, ...);
|
D | picoos.c | 850 pico_status_t warningCode, picoos_char * baseMessage, picoos_char * fmt, ...) in picoos_emRaiseWarning() argument 853 if ((this->curNumWarnings < PICOOS_MAX_NUM_WARNINGS) && (PICO_OK != warningCode)) { in picoos_emRaiseWarning() 858 this->curWarningCode[this->curNumWarnings] = warningCode; in picoos_emRaiseWarning() 860 …this->curWarningMessage[this->curNumWarnings],PICOOS_MAX_WARN_MSG_LEN, warningCode, baseMessage, f… in picoos_emRaiseWarning()
|