OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnErrorIsReported
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_api.cc
57
virtual void
OnErrorIsReported
(const ErrorCode error) {
58
TEST_LOG("\n[*** ERROR ***] =>
OnErrorIsReported
(%d)\n\n", error);
[
all
...]
func_test_manager.cc
121
void AudioEventObserver::
OnErrorIsReported
(const ErrorCode error)
123
TEST_LOG("\n[*** ERROR ***] =>
OnErrorIsReported
(%d)\n \n", error);
[
all
...]
/external/webrtc/webrtc/voice_engine/
voe_base_impl.cc
50
void VoEBaseImpl::
OnErrorIsReported
(const ErrorCode error) {
Completed in 405 milliseconds