Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.cc68 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()