HomeSort by relevance Sort by last modified time
    Searched refs:LOG_RTCERR1 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 255 LOG_RTCERR1(DeleteChannel, webrtc_channel_);
274 LOG_RTCERR1(StartPlayout, webrtc_channel_);
282 LOG_RTCERR1(StopPlayout, webrtc_channel_);
297 LOG_RTCERR1(StopPlayingFileLocally, webrtc_channel_);
563 LOG_RTCERR1(SetDtmfFeedbackStatus, false);
744 LOG_RTCERR1(SetEcMetricsStatus, echo_cancellation);
810 LOG_RTCERR1(SetHighpassFilterStatus, highpass_filter);
819 LOG_RTCERR1(EnableStereoChannelSwapping, stereo_swapping);
828 LOG_RTCERR1(SetTypingDetectionStatus, typing_detection);
864 LOG_RTCERR1(SetRecordingSampleRate, recording_sample_rate)
    [all...]
webrtcvideoengine.cc 860 LOG_RTCERR1(SetTraceCallback, this);
    [all...]
webrtccommon.h 37 // Example: "LOG_RTCERR1(StartSend, channel);" produces the trace
42 #define LOG_RTCERR1(func, a1) \

Completed in 165 milliseconds