OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnWarningIsReported
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_api.cc
62
virtual void
OnWarningIsReported
(const WarningCode warning) {
63
TEST_LOG("\n[*** WARNING ***] =>
OnWarningIsReported
(%d)\n\n", warning);
[
all
...]
func_test_manager.cc
128
void AudioEventObserver::
OnWarningIsReported
(const WarningCode warning)
130
TEST_LOG("\n[*** WARNING ***] =>
OnWarningIsReported
(%d)\n \n", warning);
[
all
...]
/external/webrtc/webrtc/voice_engine/
voe_base_impl.cc
66
void VoEBaseImpl::
OnWarningIsReported
(const WarningCode warning) {
Completed in 208 milliseconds