Searched refs:PROXY_METHOD2 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | peerconnectionproxy.h | 46 PROXY_METHOD2(rtc::scoped_refptr<RtpSenderInterface>, 57 PROXY_METHOD2(rtc::scoped_refptr<DataChannelInterface>, 61 PROXY_METHOD2(void, CreateOffer, CreateSessionDescriptionObserver*, 63 PROXY_METHOD2(void, CreateAnswer, CreateSessionDescriptionObserver*, 65 PROXY_METHOD2(void, SetLocalDescription, SetSessionDescriptionObserver*, 67 PROXY_METHOD2(void, SetRemoteDescription, SetSessionDescriptionObserver*,
|
D | peerconnectionfactoryproxy.h | 58 PROXY_METHOD2(rtc::scoped_refptr<VideoSourceInterface>, in PROXY_METHOD1() 61 PROXY_METHOD2(rtc::scoped_refptr<VideoTrackInterface>, in PROXY_METHOD1() 63 PROXY_METHOD2(rtc::scoped_refptr<AudioTrackInterface>, in PROXY_METHOD1()
|
D | proxy_unittest.cc | 67 PROXY_METHOD2(std::string, Method2, std::string, std::string)
|
D | proxy.h | 354 #define PROXY_METHOD2(r, method, t1, t2) \ macro
|