Home
last modified time | relevance | path

Searched refs:PROXY_METHOD2 (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/
Dpeer_connection_proxy.h31 PROXY_METHOD2(RTCErrorOr<rtc::scoped_refptr<RtpSenderInterface>>,
40 PROXY_METHOD2(RTCErrorOr<rtc::scoped_refptr<RtpTransceiverInterface>>,
47 PROXY_METHOD2(RTCErrorOr<rtc::scoped_refptr<RtpTransceiverInterface>>,
51 PROXY_METHOD2(rtc::scoped_refptr<RtpSenderInterface>,
67 PROXY_METHOD2(void,
71 PROXY_METHOD2(void,
76 PROXY_METHOD2(rtc::scoped_refptr<DataChannelInterface>,
91 PROXY_METHOD2(void,
95 PROXY_METHOD2(void,
99 PROXY_METHOD2(void,
[all …]
Dpeer_connection_factory_proxy.h35 PROXY_METHOD2(rtc::scoped_refptr<PeerConnectionInterface>,
51 PROXY_METHOD2(rtc::scoped_refptr<VideoTrackInterface>,
55 PROXY_METHOD2(rtc::scoped_refptr<AudioTrackInterface>,
59 PROXY_METHOD2(bool, StartAecDump, FILE*, int64_t)
Dproxy.h317 #define PROXY_METHOD2(r, method, t1, t2) \ macro
/external/webrtc/pc/
Djitter_buffer_delay_proxy.h24 PROXY_METHOD2(void, OnStart, cricket::Delayable*, uint32_t)
Dproxy_unittest.cc86 PROXY_METHOD2(std::string, Method2, std::string, std::string)