Searched refs:LOG_F (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_impl.cc33 LOG_F(LS_INFO);
114 LOG_F(LS_INFO) << "filename: " << file_nameUTF8
124 LOG_F(LS_INFO) << "filter: " << filter;
128 LOG_F(LS_INFO) << "filter: " << filter;
133 LOG_F(LS_INFO);
H A Dvie_rtp_rtcp_impl.cc114 LOG_F(LS_INFO) << "channel: " << video_channel << " ssrc: " << SSRC << "";
131 LOG_F(LS_INFO) << "channel: " << videoChannel
196 LOG_F(LS_INFO) << "channel: " << video_channel
212 LOG_F(LS_INFO) << "channel: " << video_channel
227 LOG_F(LS_INFO) << "channel: " << video_channel
248 LOG_F(LS_ERROR) << "channel " << video_channel << " is already sending.";
268 LOG_F(LS_ERROR) << "channel " << video_channel << " is already sending.";
285 LOG_F(LS_INFO) << "channel: " << video_channel
321 LOG_F(LS_INFO) << "channel: " << video_channel
330 LOG_F(LS_ERRO
[all...]
H A Dvie_network_impl.cc56 LOG_F(LS_INFO) << "channel: " << video_channel
74 LOG_F(LS_INFO) << "channel: " << video_channel;
82 LOG_F(LS_ERROR) << "Already sending on channel: " << video_channel;
94 LOG_F(LS_INFO) << "channel: " << video_channel;
102 LOG_F(LS_ERROR) << "Actively sending on channel: " << video_channel;
137 LOG_F(LS_INFO) << "channel: " << video_channel << " mtu: " << mtu;
166 LOG_F(LS_INFO) << "channel: " << video_channel;
H A Dvie_base_impl.cc68 LOG_F(LS_INFO) << "SetVoiceEngine";
78 LOG_F(LS_INFO) << "RegisterCpuOveruseObserver on channel " << video_channel;
211 LOG_F(LS_INFO) << "ConnectAudioChannel, video channel " << video_channel
228 LOG_F(LS_INFO) << "DisconnectAudioChannel " << video_channel;
244 LOG_F(LS_INFO) << "StartSend: " << video_channel;
255 LOG_F(LS_ERROR) << "Can't start send on a receive only channel.";
268 LOG_F(LS_ERROR) << "Could not start sending " << video_channel;
278 LOG_F(LS_INFO) << "StopSend " << video_channel;
292 LOG_F(LS_ERROR) << "Could not stop sending " << video_channel;
301 LOG_F(LS_INF
[all...]
H A Dvie_image_process_impl.cc62 LOG_F(LS_INFO) << "capture_id: " << capture_id;
77 LOG_F(LS_INFO) << "capture_id: " << capture_id;
95 LOG_F(LS_INFO) << "video_channel: " << video_channel;
112 LOG_F(LS_INFO) << "video_channel: " << video_channel;
130 LOG_F(LS_INFO) << "video_channel: " << video_channel;
146 LOG_F(LS_INFO) << "video_channel: " << video_channel;
164 LOG_F(LS_INFO) << "capture_id: " << capture_id
187 LOG_F(LS_INFO) << "video_channel: " << video_channel
H A Dvie_render_impl.cc64 LOG_F(LS_INFO);
75 LOG_F(LS_INFO);
89 LOG_F(LS_INFO) << "render_id: " << render_id << " z_order: " << z_order
135 LOG_F(LS_INFO) << "render_id: " << render_id;
174 LOG_F(LS_INFO) << "render_id: " << render_id;
189 LOG_F(LS_INFO) << "render_id: " << render_id;
204 LOG_F(LS_INFO) << "render_id: " << render_id
222 LOG_F(LS_INFO) << "render_id: " << render_id << " z_order: " << z_order
277 LOG_F(LS_ERROR) << "Renderer already exists for render_id: " << render_id;
H A Dvie_capture_impl.cc318 LOG_F(LS_ERROR) << "API not supported on Mac OS X.";
336 LOG_F(LS_ERROR) << "API not supported on Mac OS X.";
361 LOG_F(LS_ERROR) << "API not supported on Mac OS X.";
408 LOG_F(LS_ERROR) << "Observer already registered.";
H A Dvie_capturer.cc322 LOG_F(LS_ERROR) << "Could not create I420Frame.";
375 LOG_F(LS_ERROR) << "Effect filter already registered.";
388 LOG_F(LS_ERROR) << "Could not create video processing module.";
493 LOG_F(LS_ERROR) << "Could not get frame stats.";
555 LOG_F(LS_ERROR) << "Observer already registered.";
/external/chromium_org/third_party/webrtc/base/
H A Dsocketpool.cc43 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_VERBOS
[all...]
H A Dhttpbase_unittest.cc65 LOG_F(LS_VERBOSE) << "chunked: " << chunked << " size: " << data_size;
74 LOG_F(LS_VERBOSE) << "mode: " << mode << " err: " << err;
79 LOG_F(LS_VERBOSE) << "err: " << err;
117 LOG_F(LS_VERBOSE) << "Enter";
135 LOG_F(LS_VERBOSE) << "Exit";
139 LOG_F(LS_VERBOSE) << "Enter";
167 LOG_F(LS_VERBOSE) << "Exit";
172 LOG_F(LS_VERBOSE) << "Enter";
183 LOG_F(LS_VERBOSE) << "Exit";
187 LOG_F(LS_VERBOS
[all...]
H A Doptionsfile.cc30 LOG_F(LS_WARNING) << "Could not open file, err=" << err;
47 LOG_F(LS_WARNING) << "Ignoring malformed line in " << path_;
55 LOG_F(LS_ERROR) << "Error when reading from file";
67 LOG_F(LS_ERROR) << "Could not open file, err=" << err;
96 LOG_F(LS_ERROR) << "Unable to write to file";
H A Dfilelock.cc29 LOG_F(LS_INFO);
H A Ddiskcache.cc86 LOG_F(LS_WARNING) << "Cache files open";
104 LOG_F(LS_WARNING) << "Cache overfull";
126 LOG_F(LS_ERROR) << "Couldn't create cache file";
202 LOG_F(LS_ERROR) << "Couldn't remove cache file: " << filename;
233 LOG_F(LS_WARNING) << "All resources are locked!";
242 LOG_F(LS_ERROR) << "Couldn't delete from cache!";
317 LOG_F(LS_WARNING) << "Missing cache entry";
H A Ddiskcache_win32.cc70 LOG_F(LS_ERROR) << "Couldn't delete cache files";
H A Dhttpbase.cc126 LOG_F(LS_VERBOSE) << " state: " << state_ << " line: "
490 LOG_F(LS_ERROR) << "(" << error << ")";
571 LOG_F(LS_WARNING) << "danger of starvation";
663 LOG_F(LS_ERROR) << "Read error: " << error;
694 LOG_F(LS_ERROR) << "error";
800 LOG_F(LS_ERROR) << "Read error: " << error;
860 LOG_F(LS_ERROR) << "Unexpected EOS";
865 LOG_F(LS_ERROR) << "Write error: " << write_error;
873 LOG_F(LS_VERBOSE);
H A Dsslsocketfactory.cc42 LOG_F(LS_ERROR) << "Empty address";
161 LOG_F(LS_ERROR) << "SSL unavailable";
H A Dhttpclient.cc241 LOG_F(LS_WARNING) << "Malformed cache header";
462 LOG_F(LS_WARNING) << "Couldn't lock cache";
472 LOG_F(LS_ERROR) << "Couldn't open body cache";
491 LOG_F(LS_ERROR) << "Couldn't open header cache";
496 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";
H A Dlogging.h26 // 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.
283 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": " macro
286 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": " macro
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_magnifier.cc92 LOG_F(LS_WARNING) << "Failed to make system & display power assertion: "
125 LOG_F(LS_WARNING) << "Switching to the fallback screen capturer.";
211 LOG_F(LS_WARNING) << "Failed to call SetWindowPos: " << GetLastError()
226 LOG_F(LS_WARNING) << "Failed to call MagSetWindowSource: " << GetLastError()
280 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
287 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
299 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
328 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
344 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
359 LOG_F(LS_WARNIN
[all...]
H A Dcursor.cc117 LOG_F(LS_ERROR) << "Unable to get cursor icon info. Error = "
133 LOG_F(LS_ERROR) << "Unable to get bitmap info. Error = "
161 LOG_F(LS_ERROR) << "Unable to get bitmap bits. Error = "
181 LOG_F(LS_ERROR) << "Unable to get bitmap bits. Error = "
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration_monitor.cc47 LOG_F(LS_ERROR) << "Event wait timed out.";
76 LOG_F(LS_ERROR) << "Event wait timed out.";
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc171 LOG_F(LS_INFO) << "(" << channel->component() << ")";
259 //LOG_F(LS_VERBOSE) << "Recv returned: " << result;
288 //LOG_F(LS_VERBOSE) << "Send returned: " << result;
322 LOG_F(LS_VERBOSE) << "[" << channel_name_ << "]";
326 LOG_F(LS_WARNING) << "NULL channel";
331 LOG_F(LS_WARNING) << "NULL tcp";
346 //LOG_F(LS_VERBOSE) << "(" << size << ")";
350 LOG_F(LS_WARNING) << "NULL channel";
355 LOG_F(LS_WARNING) << "NULL tcp";
364 LOG_F(LS_VERBOS
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dlogging.h37 // LOG_F(sev) Like LOG(), but includes the name of the current function.
135 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": " macro
137 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": " macro
140 #define LOG_API0() LOG_F(LS_VERBOSE)
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc371 LOG_F(WARNING) << "packet too large";
487 LOG_F(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")";
659 LOG_F(LS_ERROR) << "wrong conversation";
669 LOG_F(LS_ERROR) << "closed";
683 LOG_F(LS_ERROR) << "Missing control code";
706 LOG_F(LS_WARNING) << "Unknown control code: " << seg.data[0];
869 LOG_F(LS_INFO) << "too new";
871 LOG_F(LS_INFO) << "too old";
968 LOG_F(LS_VERBOSE) << "too many retransmits";
986 LOG_F(LS_VERBOS
[all...]
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h195 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": " macro
197 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "

Completed in 279 milliseconds

12