Home
last modified time | relevance | path

Searched refs:ChannelProxy (Results 1 – 25 of 134) sorted by relevance

123456

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/voice_engine/
H A Dchannel_proxy.cc24 ChannelProxy::ChannelProxy() : channel_owner_(nullptr) {} in ChannelProxy() function in webrtc::voe::ChannelProxy
26 ChannelProxy::ChannelProxy(const ChannelOwner& channel_owner) : in ChannelProxy() function in webrtc::voe::ChannelProxy
32 ChannelProxy::~ChannelProxy() {} in ~ChannelProxy()
34 bool ChannelProxy::SetEncoder(int payload_type, in SetEncoder()
40 void ChannelProxy::ModifyEncoder( in ModifyEncoder()
46 void ChannelProxy::SetRTCPStatus(bool enable) { in SetRTCPStatus()
51 void ChannelProxy::SetLocalMID(const char* mid) { in SetLocalMID()
56 void ChannelProxy::SetLocalSSRC(uint32_t ssrc) { in SetLocalSSRC()
277 void ChannelProxy::SetReceiveCodecs( in SetReceiveCodecs()
341 void ChannelProxy::AssociateSendChannel( in AssociateSendChannel()
[all …]
H A Dchannel_proxy.h53 class ChannelProxy : public RtpPacketSinkInterface {
55 ChannelProxy();
56 explicit ChannelProxy(const ChannelOwner& channel_owner);
57 virtual ~ChannelProxy();
126 virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy);
159 RTC_DISALLOW_COPY_AND_ASSIGN(ChannelProxy);
H A Dvoice_engine_impl.cc60 std::unique_ptr<voe::ChannelProxy> VoiceEngineImpl::GetChannelProxy( in GetChannelProxy()
64 return std::unique_ptr<voe::ChannelProxy>( in GetChannelProxy()
65 new voe::ChannelProxy(channel_manager().GetChannel(channel_id))); in GetChannelProxy()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/voice_engine/
H A Dchannel_proxy.cc24 ChannelProxy::ChannelProxy() : channel_owner_(nullptr) {} in ChannelProxy() function in webrtc::voe::ChannelProxy
26 ChannelProxy::ChannelProxy(const ChannelOwner& channel_owner) : in ChannelProxy() function in webrtc::voe::ChannelProxy
32 ChannelProxy::~ChannelProxy() {} in ~ChannelProxy()
34 bool ChannelProxy::SetEncoder(int payload_type, in SetEncoder()
40 void ChannelProxy::ModifyEncoder( in ModifyEncoder()
46 void ChannelProxy::SetRTCPStatus(bool enable) { in SetRTCPStatus()
51 void ChannelProxy::SetLocalMID(const char* mid) { in SetLocalMID()
56 void ChannelProxy::SetLocalSSRC(uint32_t ssrc) { in SetLocalSSRC()
277 void ChannelProxy::SetReceiveCodecs( in SetReceiveCodecs()
341 void ChannelProxy::AssociateSendChannel( in AssociateSendChannel()
[all …]
H A Dchannel_proxy.h53 class ChannelProxy : public RtpPacketSinkInterface {
55 ChannelProxy();
56 explicit ChannelProxy(const ChannelOwner& channel_owner);
57 virtual ~ChannelProxy();
126 virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy);
159 RTC_DISALLOW_COPY_AND_ASSIGN(ChannelProxy);
H A Dvoice_engine_impl.cc60 std::unique_ptr<voe::ChannelProxy> VoiceEngineImpl::GetChannelProxy( in GetChannelProxy()
64 return std::unique_ptr<voe::ChannelProxy>( in GetChannelProxy()
65 new voe::ChannelProxy(channel_manager().GetChannel(channel_id))); in GetChannelProxy()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dchannel_proxy.cc24 ChannelProxy::ChannelProxy() : channel_owner_(nullptr) {} in ChannelProxy() function in webrtc::voe::ChannelProxy
26 ChannelProxy::ChannelProxy(const ChannelOwner& channel_owner) : in ChannelProxy() function in webrtc::voe::ChannelProxy
32 ChannelProxy::~ChannelProxy() {} in ~ChannelProxy()
34 bool ChannelProxy::SetEncoder(int payload_type, in SetEncoder()
40 void ChannelProxy::ModifyEncoder( in ModifyEncoder()
46 void ChannelProxy::SetRTCPStatus(bool enable) { in SetRTCPStatus()
51 void ChannelProxy::SetLocalMID(const char* mid) { in SetLocalMID()
56 void ChannelProxy::SetLocalSSRC(uint32_t ssrc) { in SetLocalSSRC()
277 void ChannelProxy::SetReceiveCodecs( in SetReceiveCodecs()
341 void ChannelProxy::AssociateSendChannel( in AssociateSendChannel()
[all …]
H A Dchannel_proxy.h53 class ChannelProxy : public RtpPacketSinkInterface {
55 ChannelProxy();
56 explicit ChannelProxy(const ChannelOwner& channel_owner);
57 virtual ~ChannelProxy();
126 virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy);
159 RTC_DISALLOW_COPY_AND_ASSIGN(ChannelProxy);
H A Dvoice_engine_impl.cc60 std::unique_ptr<voe::ChannelProxy> VoiceEngineImpl::GetChannelProxy( in GetChannelProxy()
64 return std::unique_ptr<voe::ChannelProxy>( in GetChannelProxy()
65 new voe::ChannelProxy(channel_manager().GetChannel(channel_id))); in GetChannelProxy()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dchannel_proxy.cc21 ChannelProxy::ChannelProxy() : channel_owner_(nullptr) {} in ChannelProxy() function in webrtc::voe::ChannelProxy
23 ChannelProxy::ChannelProxy(const ChannelOwner& channel_owner) : in ChannelProxy() function in webrtc::voe::ChannelProxy
28 ChannelProxy::~ChannelProxy() {} in ~ChannelProxy()
30 void ChannelProxy::SetRTCPStatus(bool enable) { in SetRTCPStatus()
34 void ChannelProxy::SetLocalSSRC(uint32_t ssrc) { in SetLocalSSRC()
203 void ChannelProxy::SetInputMute(bool muted) { in SetInputMute()
274 int ChannelProxy::NeededFrequency() const { in NeededFrequency()
283 void ChannelProxy::AssociateSendChannel( in AssociateSendChannel()
284 const ChannelProxy& send_channel_proxy) { in AssociateSendChannel()
289 void ChannelProxy::DisassociateSendChannel() { in DisassociateSendChannel()
[all …]
H A Dchannel_proxy.h47 class ChannelProxy {
49 ChannelProxy();
50 explicit ChannelProxy(const ChannelOwner& channel_owner);
51 virtual ~ChannelProxy();
111 virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy);
126 RTC_DISALLOW_COPY_AND_ASSIGN(ChannelProxy);
H A Dvoice_engine_impl.cc65 std::unique_ptr<voe::ChannelProxy> VoiceEngineImpl::GetChannelProxy( in GetChannelProxy()
70 return std::unique_ptr<voe::ChannelProxy>( in GetChannelProxy()
71 new voe::ChannelProxy(channel_manager().GetChannel(channel_id))); in GetChannelProxy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ipc/
H A Dipc_channel_proxy.cc32 ChannelProxy::Context::Context( in Context()
222 void ChannelProxy::Context::Clear() { in Clear()
437 std::unique_ptr<ChannelProxy> ChannelProxy::Create( in Create()
450 std::unique_ptr<ChannelProxy> ChannelProxy::Create( in Create()
461 ChannelProxy::ChannelProxy(Context* context) in ChannelProxy() function in IPC::ChannelProxy
468 ChannelProxy::ChannelProxy( in ChannelProxy() function in IPC::ChannelProxy
479 ChannelProxy::~ChannelProxy() { in ~ChannelProxy()
530 void ChannelProxy::Pause() { in Pause()
540 void ChannelProxy::Flush() { in Flush()
545 void ChannelProxy::Close() { in Close()
[all …]
H A Dipc_channel_proxy.h82 class COMPONENT_EXPORT(IPC) ChannelProxy : public Sender { in COMPONENT_EXPORT()
101 static std::unique_ptr<ChannelProxy> Create( in COMPONENT_EXPORT()
108 static std::unique_ptr<ChannelProxy> Create( in COMPONENT_EXPORT()
115 ChannelProxy( in COMPONENT_EXPORT()
120 ~ChannelProxy() override; in COMPONENT_EXPORT()
196 &ChannelProxy::BindPendingAssociatedReceiver<Interface>, factory)); in COMPONENT_EXPORT()
258 explicit ChannelProxy(Context* context); in COMPONENT_EXPORT()
333 friend class ChannelProxy; in COMPONENT_EXPORT()
H A Dipc_security_test_util.h12 class ChannelProxy; variable
30 static void PwnMessageReceived(ChannelProxy* channel, const Message& message);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ipc/
H A Dipc_channel_proxy.cc32 ChannelProxy::Context::Context( in Context()
220 void ChannelProxy::Context::Clear() { in Clear()
435 std::unique_ptr<ChannelProxy> ChannelProxy::Create( in Create()
448 std::unique_ptr<ChannelProxy> ChannelProxy::Create( in Create()
459 ChannelProxy::ChannelProxy(Context* context) in ChannelProxy() function in IPC::ChannelProxy
466 ChannelProxy::ChannelProxy( in ChannelProxy() function in IPC::ChannelProxy
477 ChannelProxy::~ChannelProxy() { in ~ChannelProxy()
528 void ChannelProxy::Pause() { in Pause()
538 void ChannelProxy::Flush() { in Flush()
543 void ChannelProxy::Close() { in Close()
[all …]
H A Dipc_channel_proxy.h80 class COMPONENT_EXPORT(IPC) ChannelProxy : public Sender { in COMPONENT_EXPORT()
99 static std::unique_ptr<ChannelProxy> Create( in COMPONENT_EXPORT()
106 static std::unique_ptr<ChannelProxy> Create( in COMPONENT_EXPORT()
113 ChannelProxy( in COMPONENT_EXPORT()
118 ~ChannelProxy() override; in COMPONENT_EXPORT()
194 &ChannelProxy::BindPendingAssociatedReceiver<Interface>, factory)); in COMPONENT_EXPORT()
246 explicit ChannelProxy(Context* context); in COMPONENT_EXPORT()
321 friend class ChannelProxy; in COMPONENT_EXPORT()
H A Dipc_security_test_util.h12 class ChannelProxy; variable
30 static void PwnMessageReceived(ChannelProxy* channel, const Message& message);
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Ddesktop_session_agent_unittest.cc119 std::unique_ptr<IPC::ChannelProxy> proxy; in TEST_F()
122 std::unique_ptr<IPC::ChannelProxy>* proxy) { in TEST_F()
129 proxy = IPC::ChannelProxy::Create( in TEST_F()
142 std::unique_ptr<IPC::ChannelProxy> proxy; in TEST_F()
144 proxy = IPC::ChannelProxy::Create( in TEST_F()
159 std::unique_ptr<IPC::ChannelProxy>* proxy) { in TEST_F()
172 std::unique_ptr<IPC::ChannelProxy> proxy; in TEST_F()
174 proxy = IPC::ChannelProxy::Create( in TEST_F()
189 std::unique_ptr<IPC::ChannelProxy>* proxy) { in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/ipc_fuzzer/message_dump/
H A Dmessage_dump.cc23 class IPCDump : public IPC::ChannelProxy::OutgoingMessageFilter {
56 MESSAGE_DUMP_EXPORT IPC::ChannelProxy::OutgoingMessageFilter* GetFilter(void);
60 IPC::ChannelProxy::OutgoingMessageFilter* GetFilter(void) { in GetFilter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/ipc_fuzzer/message_dump/
H A Dmessage_dump.cc23 class IPCDump : public IPC::ChannelProxy::OutgoingMessageFilter {
56 MESSAGE_DUMP_EXPORT IPC::ChannelProxy::OutgoingMessageFilter* GetFilter(void);
60 IPC::ChannelProxy::OutgoingMessageFilter* GetFilter(void) { in GetFilter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dbrowser_associated_interface_unittest.cc39 IPC::ChannelProxy* channel) { in AddFilterToChannel()
61 IPC::ChannelProxy::Create(std::move(factory), this, ipc_task_runner, in ProxyRunner()
67 IPC::ChannelProxy* channel() { return channel_.get(); } in channel()
73 std::unique_ptr<IPC::ChannelProxy> channel_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dbrowser_associated_interface_unittest.cc40 IPC::ChannelProxy* channel) { in AddFilterToChannel()
62 IPC::ChannelProxy::Create(std::move(factory), this, ipc_task_runner, in ProxyRunner()
68 IPC::ChannelProxy* channel() { return channel_.get(); } in channel()
74 std::unique_ptr<IPC::ChannelProxy> channel_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Dbrowser_message_filter.h96 const IPC::ChannelProxy::GenericAssociatedInterfaceFactory& factory,
136 void RegisterAssociatedInterfaces(IPC::ChannelProxy* proxy);
150 IPC::ChannelProxy::GenericAssociatedInterfaceFactory>>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Dbrowser_message_filter.h91 const IPC::ChannelProxy::GenericAssociatedInterfaceFactory& factory,
131 void RegisterAssociatedInterfaces(IPC::ChannelProxy* proxy);
145 IPC::ChannelProxy::GenericAssociatedInterfaceFactory>>

123456