Searched refs:PROXY_CONSTMETHOD0 (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | mediastreamtrackproxy.h | 40 PROXY_CONSTMETHOD0(std::string, kind) 41 PROXY_CONSTMETHOD0(std::string, id) 42 PROXY_CONSTMETHOD0(TrackState, state) 43 PROXY_CONSTMETHOD0(bool, enabled) 44 PROXY_CONSTMETHOD0(AudioSourceInterface*, GetSource) 60 PROXY_CONSTMETHOD0(std::string, kind) 61 PROXY_CONSTMETHOD0(std::string, id) 62 PROXY_CONSTMETHOD0(TrackState, state) 63 PROXY_CONSTMETHOD0(bool, enabled) 69 PROXY_CONSTMETHOD0(VideoSourceInterface*, GetSource)
|
D | datachannel.h | 283 PROXY_CONSTMETHOD0(std::string, label) 284 PROXY_CONSTMETHOD0(bool, reliable) 285 PROXY_CONSTMETHOD0(bool, ordered) 286 PROXY_CONSTMETHOD0(uint16_t, maxRetransmitTime) 287 PROXY_CONSTMETHOD0(uint16_t, maxRetransmits) 288 PROXY_CONSTMETHOD0(std::string, protocol) 289 PROXY_CONSTMETHOD0(bool, negotiated) 290 PROXY_CONSTMETHOD0(int, id) 291 PROXY_CONSTMETHOD0(DataState, state) 292 PROXY_CONSTMETHOD0(uint64_t, buffered_amount)
|
D | rtpsenderinterface.h | 78 PROXY_CONSTMETHOD0(rtc::scoped_refptr<MediaStreamTrackInterface>, track) 80 PROXY_CONSTMETHOD0(uint32_t, ssrc) 81 PROXY_CONSTMETHOD0(cricket::MediaType, media_type) 82 PROXY_CONSTMETHOD0(std::string, id) 84 PROXY_CONSTMETHOD0(std::string, stream_id)
|
D | peerconnectionproxy.h | 50 PROXY_CONSTMETHOD0(std::vector<rtc::scoped_refptr<RtpSenderInterface>>, 52 PROXY_CONSTMETHOD0(std::vector<rtc::scoped_refptr<RtpReceiverInterface>>, 59 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*, local_description) 60 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*, remote_description)
|
D | videosourceproxy.h | 40 PROXY_CONSTMETHOD0(SourceState, state) 41 PROXY_CONSTMETHOD0(bool, remote) 47 PROXY_CONSTMETHOD0(const cricket::VideoOptions*, options)
|
D | dtmfsender.h | 128 PROXY_CONSTMETHOD0(const AudioTrackInterface*, track) 129 PROXY_CONSTMETHOD0(std::string, tones) 130 PROXY_CONSTMETHOD0(int, duration) 131 PROXY_CONSTMETHOD0(int, inter_tone_gap)
|
D | rtpreceiverinterface.h | 59 PROXY_CONSTMETHOD0(rtc::scoped_refptr<MediaStreamTrackInterface>, track) 60 PROXY_CONSTMETHOD0(std::string, id)
|
D | mediastreamproxy.h | 37 PROXY_CONSTMETHOD0(std::string, label)
|
D | proxy_unittest.cc | 64 PROXY_CONSTMETHOD0(std::string, ConstMethod0)
|
D | proxy.h | 336 #define PROXY_CONSTMETHOD0(r, method) \ macro
|