Home
last modified time | relevance | path

Searched refs:PROXY_CONSTMETHOD0 (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dmediastreamtrackproxy.h40 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)
Ddatachannel.h283 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)
Drtpsenderinterface.h78 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)
Dpeerconnectionproxy.h50 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)
Dvideosourceproxy.h40 PROXY_CONSTMETHOD0(SourceState, state)
41 PROXY_CONSTMETHOD0(bool, remote)
47 PROXY_CONSTMETHOD0(const cricket::VideoOptions*, options)
Ddtmfsender.h128 PROXY_CONSTMETHOD0(const AudioTrackInterface*, track)
129 PROXY_CONSTMETHOD0(std::string, tones)
130 PROXY_CONSTMETHOD0(int, duration)
131 PROXY_CONSTMETHOD0(int, inter_tone_gap)
Drtpreceiverinterface.h59 PROXY_CONSTMETHOD0(rtc::scoped_refptr<MediaStreamTrackInterface>, track)
60 PROXY_CONSTMETHOD0(std::string, id)
Dmediastreamproxy.h37 PROXY_CONSTMETHOD0(std::string, label)
Dproxy_unittest.cc64 PROXY_CONSTMETHOD0(std::string, ConstMethod0)
Dproxy.h336 #define PROXY_CONSTMETHOD0(r, method) \ macro