HomeSort by relevance Sort by last modified time
    Searched refs:LOG_F (Results 1 - 25 of 41) sorted by null

1 2

  /external/webrtc/webrtc/modules/audio_device/
audio_device_generic.cc 18 LOG_F(LS_ERROR) << "Not supported on this platform";
23 LOG_F(LS_ERROR) << "Not supported on this platform";
28 LOG_F(LS_ERROR) << "Not supported on this platform";
33 LOG_F(LS_ERROR) << "Not supported on this platform";
38 LOG_F(LS_ERROR) << "Not supported on this platform";
46 LOG_F(LS_ERROR) << "Not supported on this platform";
51 LOG_F(LS_ERROR) << "Not supported on this platform";
56 LOG_F(LS_ERROR) << "Not supported on this platform";
61 LOG_F(LS_ERROR) << "Not supported on this platform";
66 LOG_F(LS_ERROR) << "Not supported on this platform"
    [all...]
  /external/webrtc/webrtc/voice_engine/
voe_network_impl.cc 44 LOG_F(LS_ERROR) << "Failed to locate channel: " << channel;
55 LOG_F(LS_ERROR) << "Failed to locate channel: " << channel;
75 LOG_F(LS_ERROR) << "Invalid packet length: " << length;
81 LOG_F(LS_ERROR) << "Failed to locate channel: " << channel;
85 LOG_F(LS_ERROR) << "No external transport for channel: " << channel;
98 LOG_F(LS_ERROR) << "Invalid packet length: " << length;
104 LOG_F(LS_ERROR) << "Failed to locate channel: " << channel;
108 LOG_F(LS_ERROR) << "No external transport for channel: " << channel;
voe_base_impl.cc 55 LOG_F(LS_ERROR) << "VE_RUNTIME_REC_ERROR";
58 LOG_F(LS_ERROR) << "VE_RUNTIME_PLAY_ERROR";
71 LOG_F(LS_WARNING) << "VE_RUNTIME_REC_WARNING";
74 LOG_F(LS_WARNING) << "VE_RUNTIME_PLAY_WARNING";
247 LOG_F(LS_INFO)
342 LOG_F(LS_ERROR) << "Failed to enable high pass filter.";
346 LOG_F(LS_ERROR) << "Failed to disable drift compensation.";
350 LOG_F(LS_ERROR) << "Failed to set noise suppression level: "
356 LOG_F(LS_ERROR) << "Failed to set analog level limits with minimum: "
361 LOG_F(LS_ERROR) << "Failed to set mode: " << kDefaultAgcMode
    [all...]
voice_engine_defines.h 131 LOG_F(LS_ERROR) << "not supported"; \
  /external/webrtc/webrtc/base/
socketpool.cc 43 LOG_F(LS_VERBOSE) << "(" << remote << ")";
53 LOG_F(LS_VERBOSE) << "Providing cached stream";
60 LOG_F(LS_VERBOSE) << "Providing new stream";
70 LOG_F(LS_VERBOSE) << "(" << it->first << ")";
73 LOG_F(LS_VERBOSE) << "Returning closed stream";
78 LOG_F(LS_VERBOSE) << "Caching stream";
90 LOG_F(LS_WARNING) << "(" << events << ", " << err
97 LOG_F(LS_VERBOSE) << "(" << it->first << ")";
100 LOG_F(LS_VERBOSE) << "Returning closed stream";
162 LOG_F(LS_VERBOSE) << "Creating new socket"
    [all...]
httpbase_unittest.cc 67 LOG_F(LS_VERBOSE) << "chunked: " << chunked << " size: " << data_size;
76 LOG_F(LS_VERBOSE) << "mode: " << mode << " err: " << err;
81 LOG_F(LS_VERBOSE) << "err: " << err;
119 LOG_F(LS_VERBOSE) << "Enter";
137 LOG_F(LS_VERBOSE) << "Exit";
141 LOG_F(LS_VERBOSE) << "Enter";
169 LOG_F(LS_VERBOSE) << "Exit";
174 LOG_F(LS_VERBOSE) << "Enter";
185 LOG_F(LS_VERBOSE) << "Exit";
189 LOG_F(LS_VERBOSE) << "Enter"
    [all...]
optionsfile.cc 32 LOG_F(LS_WARNING) << "Could not open file, err=" << err;
49 LOG_F(LS_WARNING) << "Ignoring malformed line in " << path_;
57 LOG_F(LS_ERROR) << "Error when reading from file";
69 LOG_F(LS_ERROR) << "Could not open file, err=" << err;
98 LOG_F(LS_ERROR) << "Unable to write to file";
diskcache.cc 88 LOG_F(LS_WARNING) << "Cache files open";
106 LOG_F(LS_WARNING) << "Cache overfull";
128 LOG_F(LS_ERROR) << "Couldn't create cache file";
204 LOG_F(LS_ERROR) << "Couldn't remove cache file: " << filename;
235 LOG_F(LS_WARNING) << "All resources are locked!";
244 LOG_F(LS_ERROR) << "Couldn't delete from cache!";
319 LOG_F(LS_WARNING) << "Missing cache entry";
sslsocketfactory.cc 43 LOG_F(LS_ERROR) << "Empty address";
172 LOG_F(LS_ERROR) << "SSL unavailable";
179 LOG_F(LS_ERROR) << "SSL failed to start.";
diskcache_win32.cc 71 LOG_F(LS_ERROR) << "Couldn't delete cache files";
httpbase.cc 126 LOG_F(LS_VERBOSE) << " state: " << state_ << " line: "
494 LOG_F(LS_ERROR) << "(" << error << ")";
576 LOG_F(LS_WARNING) << "danger of starvation";
668 LOG_F(LS_ERROR) << "Read error: " << error;
699 LOG_F(LS_ERROR) << "error";
805 LOG_F(LS_ERROR) << "Read error: " << error;
865 LOG_F(LS_ERROR) << "Unexpected EOS";
870 LOG_F(LS_ERROR) << "Write error: " << write_error;
878 LOG_F(LS_VERBOSE);
httpclient.cc 240 LOG_F(LS_WARNING) << "Malformed cache header";
461 LOG_F(LS_WARNING) << "Couldn't lock cache";
471 LOG_F(LS_ERROR) << "Couldn't open body cache";
490 LOG_F(LS_ERROR) << "Couldn't open header cache";
495 LOG_F(LS_ERROR) << "Couldn't write header cache";
556 LOG_F(LS_WARNING) << "Cache failure, continuing with normal request";
575 LOG_F(LS_ERROR) << "Error reading cache headers";
591 LOG_F(LS_ERROR) << "Unavailable cache body";
logging.h 26 // LOG_F(sev) Like LOG(), but includes the name of the current function.
28 // LOG_T_F(sev) Like LOG_F(), but includes the this pointer.
289 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
292 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
win32socketserver.cc 329 LOG_F(LS_INFO) << "async dns lookup (" << addr.hostname() << ")";
342 LOG_F(LS_ERROR) << "WSAAsyncGetHostByName error: " << WSAGetLastError();
689 LOG_F(LS_INFO) << "(" << IPAddress(ip).ToSensitiveString()
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_not_implemented_ios.mm 37 LOG_F(LS_WARNING) << "Not implemented";
43 LOG_F(LS_WARNING) << "Not implemented";
111 LOG_F(LS_WARNING) << "Not implemented";
180 LOG_F(LS_WARNING) << "Not implemented";
195 LOG_F(LS_WARNING) << "Not implemented";
260 LOG_F(LS_WARNING) << "Not implemented";
audio_device_ios.mm 365 LOG_F(LS_ERROR) << "InitPlayOrRecord failed for InitPlayout!";
381 LOG_F(LS_ERROR) << "InitPlayOrRecord failed for InitRecording!";
398 LOG_F(LS_ERROR) << "AudioOutputUnitStart failed for StartPlayout: "
431 LOG_F(LS_ERROR) << "AudioOutputUnitStart failed for StartRecording: "
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 93 LOG_F(LS_WARNING) << "Failed to make system & display power assertion: "
126 LOG_F(LS_WARNING) << "Switching to the fallback screen capturer.";
207 LOG_F(LS_WARNING) << "Failed to call SetWindowPos: " << GetLastError()
222 LOG_F(LS_WARNING) << "Failed to call MagSetWindowSource: " << GetLastError()
276 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
283 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
295 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
324 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
340 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
355 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier:
    [all...]
cursor.cc 115 LOG_F(LS_ERROR) << "Unable to get cursor icon info. Error = "
131 LOG_F(LS_ERROR) << "Unable to get bitmap info. Error = "
159 LOG_F(LS_ERROR) << "Unable to get bitmap bits. Error = "
179 LOG_F(LS_ERROR) << "Unable to get bitmap bits. Error = "
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.cc 47 LOG_F(LS_ERROR) << "Event wait timed out.";
76 LOG_F(LS_ERROR) << "Event wait timed out.";
  /external/webrtc/webrtc/system_wrappers/include/
logging.h 37 // LOG_F(sev) Like LOG(), but includes the name of the current function.
123 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
125 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc 359 LOG_F(WARNING) << "packet too large";
475 LOG_F(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")";
652 LOG_F(LS_ERROR) << "wrong conversation";
662 LOG_F(LS_ERROR) << "closed";
676 LOG_F(LS_ERROR) << "Missing control code";
699 LOG_F(LS_WARNING) << "Unknown control code: " << seg.data[0];
865 LOG_F(LS_INFO) << "too new";
867 LOG_F(LS_INFO) << "too old";
966 LOG_F(LS_VERBOSE) << "too many retransmits";
984 LOG_F(LS_VERBOSE) << "packet failed"
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_manager.cc 295 LOG_F(LS_ERROR) << "length_ms = " << length_ms;
354 LOG_F(LS_ERROR) << "NULL pointers supplied as input";
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 593 LOG_F(LS_ERROR) << "Unsupported number of channels: " << codec.channels;
600 LOG_F(LS_ERROR) << "Wrong codec params to be registered as receive codec";
608 LOG_F(LS_ERROR) << "Invalid payload type " << codec.pltype << " for "
631 LOG_F(LS_ERROR) << "Unsupported number of channels: " << num_channels;
637 LOG_F(LS_ERROR) << "Invalid payload-type " << rtp_payload_type
acm_receiver.cc 178 LOG_F(LS_ERROR) << "Payload-type "
394 LOG_F(LS_ERROR) << "Cannot remove payload "
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_win.cc 89 LOG_F(LS_ERROR) << "Unable to get cursor info. Error = " << GetLastError();

Completed in 665 milliseconds

1 2