Home
last modified time | relevance | path

Searched refs:RTC_UNUSED (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/libjingle/xmllite/
Dxmlbuilder.cc93 RTC_UNUSED(pctx); in EndElement()
94 RTC_UNUSED(name); in EndElement()
102 RTC_UNUSED(pctx); in CharacterData()
110 RTC_UNUSED(pctx); in Error()
111 RTC_UNUSED(err); in Error()
Dxmlparser_unittest.cc37 RTC_UNUSED(pctx); in EndElement()
38 RTC_UNUSED(name); in EndElement()
43 RTC_UNUSED(pctx); in CharacterData()
47 RTC_UNUSED(pctx); in Error()
/external/webrtc/webrtc/libjingle/xmpp/
Dchatroommodule_unittest.cc102 RTC_UNUSED(room); in ChatroomEnteredStatus()
111 RTC_UNUSED(room); in ChatroomExitedStatus()
119 RTC_UNUSED(room); in MemberEntered()
125 RTC_UNUSED(room); in MemberExited()
131 RTC_UNUSED(room); in MemberChanged()
Dxmppstanzaparser.cc84 RTC_UNUSED(pctx); in IncomingError()
85 RTC_UNUSED(errCode); in IncomingError()
Dchatroommoduleimpl.cc263 RTC_UNUSED(password); in RequestEnterChatroom()
529 RTC_UNUSED(presence); in ChangePresence()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc292 RTC_UNUSED(pos_error); in PlotThroughputHistogram()
293 RTC_UNUSED(neg_error); in PlotThroughputHistogram()
294 RTC_UNUSED(extra_error); in PlotThroughputHistogram()
295 RTC_UNUSED(optimal_bitrate_per_flow_kbps); in PlotThroughputHistogram()
331 RTC_UNUSED(tenth_sigma_ms); in PlotDelayHistogram()
332 RTC_UNUSED(percentile_5_ms); in PlotDelayHistogram()
333 RTC_UNUSED(percentile_95_ms); in PlotDelayHistogram()
Dbwe_test_framework.cc289 RTC_UNUSED(plot_kbps); in Plot()
/external/webrtc/webrtc/base/
Dcommon.h26 #ifndef RTC_UNUSED
27 #define RTC_UNUSED(x) RtcUnused(static_cast<const void*>(&x)) macro
Dhttpserver.cc225 RTC_UNUSED(err); in onHttpClosed()
Dopenssladapter.cc156 RTC_UNUSED(num); in socket_ctrl()
157 RTC_UNUSED(ptr); in socket_ctrl()
Dopensslstreamadapter.cc272 RTC_UNUSED(num); in stream_ctrl()
273 RTC_UNUSED(ptr); in stream_ctrl()
/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc539 RTC_UNUSED(result); in packet()
912 RTC_UNUSED(result); in process()
1042 RTC_UNUSED(bFirst); in attemptSend()
1203 RTC_UNUSED(len); in parseOptions()
1273 RTC_UNUSED(result); in resizeReceiveBuffer()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dremb.cc122 RTC_UNUSED(estimated_kbps); in GetFeedback()
/external/webrtc/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc241 RTC_UNUSED(sent); in OnConnect()