Searched refs:PROXY_CONSTMETHOD0 (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/api/ |
D | media_stream_track_proxy.h | 29 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 …]
|
D | rtp_sender_interface.h | 110 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>,
|
D | rtp_receiver_interface.h | 126 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>,
|
D | peer_connection_proxy.h | 55 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)
|
D | video_track_source_proxy.h | 25 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)
|
D | media_stream_proxy.h | 25 PROXY_CONSTMETHOD0(std::string, id)
|
D | proxy.h | 299 #define PROXY_CONSTMETHOD0(r, method) \ macro
|
/external/webrtc/pc/ |
D | rtp_transceiver.h | 231 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>,
|
D | dtmf_sender.h | 103 PROXY_CONSTMETHOD0(std::string, tones) 104 PROXY_CONSTMETHOD0(int, duration) 105 PROXY_CONSTMETHOD0(int, inter_tone_gap) 106 PROXY_CONSTMETHOD0(int, comma_delay)
|
D | rtp_data_channel.cc | 51 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)
|
D | sctp_data_channel.cc | 54 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)
|
D | proxy_unittest.cc | 70 PROXY_CONSTMETHOD0(std::string, ConstMethod0) 83 PROXY_CONSTMETHOD0(std::string, ConstMethod0)
|