Home
last modified time | relevance | path

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

/external/webrtc/api/
Dmedia_stream_track_proxy.h29 PROXY_CONSTMETHOD0(std::string, kind)
30 PROXY_CONSTMETHOD0(std::string, id)
31 PROXY_CONSTMETHOD0(TrackState, state)
32 PROXY_CONSTMETHOD0(bool, enabled)
33 PROXY_CONSTMETHOD0(AudioSourceInterface*, GetSource)
45 PROXY_CONSTMETHOD0(std::string, kind)
46 PROXY_CONSTMETHOD0(std::string, id)
47 PROXY_CONSTMETHOD0(TrackState, state)
48 PROXY_CONSTMETHOD0(bool, enabled)
50 PROXY_CONSTMETHOD0(ContentHint, content_hint)
[all …]
Drtp_sender_interface.h110 PROXY_CONSTMETHOD0(rtc::scoped_refptr<MediaStreamTrackInterface>, track)
111 PROXY_CONSTMETHOD0(rtc::scoped_refptr<DtlsTransportInterface>, dtls_transport)
112 PROXY_CONSTMETHOD0(uint32_t, ssrc)
113 PROXY_CONSTMETHOD0(cricket::MediaType, media_type)
114 PROXY_CONSTMETHOD0(std::string, id)
115 PROXY_CONSTMETHOD0(std::vector<std::string>, stream_ids)
116 PROXY_CONSTMETHOD0(std::vector<RtpEncodingParameters>, init_send_encodings)
117 PROXY_CONSTMETHOD0(RtpParameters, GetParameters)
119 PROXY_CONSTMETHOD0(rtc::scoped_refptr<DtmfSenderInterface>, GetDtmfSender)
123 PROXY_CONSTMETHOD0(rtc::scoped_refptr<FrameEncryptorInterface>,
Drtp_receiver_interface.h126 PROXY_CONSTMETHOD0(rtc::scoped_refptr<MediaStreamTrackInterface>, track)
127 PROXY_CONSTMETHOD0(rtc::scoped_refptr<DtlsTransportInterface>, dtls_transport)
128 PROXY_CONSTMETHOD0(std::vector<std::string>, stream_ids)
129 PROXY_CONSTMETHOD0(std::vector<rtc::scoped_refptr<MediaStreamInterface>>,
131 PROXY_CONSTMETHOD0(cricket::MediaType, media_type)
132 PROXY_CONSTMETHOD0(std::string, id)
133 PROXY_CONSTMETHOD0(RtpParameters, GetParameters)
136 PROXY_CONSTMETHOD0(std::vector<RtpSource>, GetSources)
140 PROXY_CONSTMETHOD0(rtc::scoped_refptr<FrameDecryptorInterface>,
Dpeer_connection_proxy.h55 PROXY_CONSTMETHOD0(std::vector<rtc::scoped_refptr<RtpSenderInterface>>,
57 PROXY_CONSTMETHOD0(std::vector<rtc::scoped_refptr<RtpReceiverInterface>>,
59 PROXY_CONSTMETHOD0(std::vector<rtc::scoped_refptr<RtpTransceiverInterface>>,
80 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*, local_description)
81 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*, remote_description)
82 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*,
84 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*,
86 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*,
88 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*,
128 PROXY_CONSTMETHOD0(rtc::scoped_refptr<SctpTransportInterface>, GetSctpTransport)
Dvideo_track_source_proxy.h25 PROXY_CONSTMETHOD0(SourceState, state)
26 PROXY_CONSTMETHOD0(bool, remote)
27 PROXY_CONSTMETHOD0(bool, is_screencast)
28 PROXY_CONSTMETHOD0(absl::optional<bool>, needs_denoising)
37 PROXY_CONSTMETHOD0(bool, SupportsEncodedOutput)
Dmedia_stream_proxy.h25 PROXY_CONSTMETHOD0(std::string, id)
Dproxy.h299 #define PROXY_CONSTMETHOD0(r, method) \ macro
/external/webrtc/pc/
Drtp_transceiver.h231 PROXY_CONSTMETHOD0(cricket::MediaType, media_type)
232 PROXY_CONSTMETHOD0(absl::optional<std::string>, mid)
233 PROXY_CONSTMETHOD0(rtc::scoped_refptr<RtpSenderInterface>, sender)
234 PROXY_CONSTMETHOD0(rtc::scoped_refptr<RtpReceiverInterface>, receiver)
235 PROXY_CONSTMETHOD0(bool, stopped)
236 PROXY_CONSTMETHOD0(RtpTransceiverDirection, direction)
238 PROXY_CONSTMETHOD0(absl::optional<RtpTransceiverDirection>, current_direction)
239 PROXY_CONSTMETHOD0(absl::optional<RtpTransceiverDirection>, fired_direction)
244 PROXY_CONSTMETHOD0(std::vector<RtpCodecCapability>, codec_preferences)
245 PROXY_CONSTMETHOD0(std::vector<RtpHeaderExtensionCapability>,
Ddtmf_sender.h103 PROXY_CONSTMETHOD0(std::string, tones)
104 PROXY_CONSTMETHOD0(int, duration)
105 PROXY_CONSTMETHOD0(int, inter_tone_gap)
106 PROXY_CONSTMETHOD0(int, comma_delay)
Drtp_data_channel.cc51 PROXY_CONSTMETHOD0(int, id)
53 PROXY_CONSTMETHOD0(DataState, state)
54 PROXY_CONSTMETHOD0(RTCError, error)
55 PROXY_CONSTMETHOD0(uint32_t, messages_sent)
56 PROXY_CONSTMETHOD0(uint64_t, bytes_sent)
57 PROXY_CONSTMETHOD0(uint32_t, messages_received)
58 PROXY_CONSTMETHOD0(uint64_t, bytes_received)
59 PROXY_CONSTMETHOD0(uint64_t, buffered_amount)
Dsctp_data_channel.cc54 PROXY_CONSTMETHOD0(int, id)
56 PROXY_CONSTMETHOD0(DataState, state)
57 PROXY_CONSTMETHOD0(RTCError, error)
58 PROXY_CONSTMETHOD0(uint32_t, messages_sent)
59 PROXY_CONSTMETHOD0(uint64_t, bytes_sent)
60 PROXY_CONSTMETHOD0(uint32_t, messages_received)
61 PROXY_CONSTMETHOD0(uint64_t, bytes_received)
62 PROXY_CONSTMETHOD0(uint64_t, buffered_amount)
Dproxy_unittest.cc70 PROXY_CONSTMETHOD0(std::string, ConstMethod0)
83 PROXY_CONSTMETHOD0(std::string, ConstMethod0)