Home
last modified time | relevance | path

Searched refs:RTC_UNUSED2 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dcommon.h28 #define RTC_UNUSED2(x, y) RtcUnused(static_cast<const void*>(&x)); \ macro
/external/webrtc/webrtc/libjingle/xmpp/
Dchatroommodule_unittest.cc136 RTC_UNUSED2(room, message); in MessageReceived()
Dchatroommoduleimpl.cc61 …virtual void IqResponse(XmppIqCookie cookie, const XmlElement * pelStanza) {RTC_UNUSED2(cookie, pe… in IqResponse()
/external/webrtc/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc252 RTC_UNUSED2(sent, len); in OnHangingGetConnect()