OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:warningCode
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_base_impl.cc
66
void VoEBaseImpl::OnWarningIsReported(const
WarningCode
warning) {
68
int
warningCode
= 0;
70
warningCode
= VE_RUNTIME_REC_WARNING;
73
warningCode
= VE_RUNTIME_PLAY_WARNING;
78
voiceEngineObserverPtr_->CallbackOnError(-1,
warningCode
);
/external/svox/pico/lib/
picoos.c
850
pico_status_t
warningCode
, picoos_char * baseMessage, picoos_char * fmt, ...)
853
if ((this->curNumWarnings < PICOOS_MAX_NUM_WARNINGS) && (PICO_OK !=
warningCode
)) {
858
this->curWarningCode[this->curNumWarnings] =
warningCode
;
860
picoos_vSetErrorMsg(this->curWarningMessage[this->curNumWarnings],PICOOS_MAX_WARN_MSG_LEN,
warningCode
, baseMessage, fmt,args);
[
all
...]
picoos.h
241
pico_status_t
warningCode
, picoos_char * baseMessage, picoos_char * fmt, ...);
Completed in 55 milliseconds