Home
last modified time | relevance | path

Searched refs:GetConfig (Results 1 – 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2_unittest.cc77 webrtc::VideoSendStream::Config FakeVideoSendStream::GetConfig() { in GetConfig() function in cricket::FakeVideoSendStream
133 webrtc::VideoReceiveStream::Config FakeVideoReceiveStream::GetConfig() { in GetConfig() function in cricket::FakeVideoReceiveStream
685 ASSERT_EQ(1u, send_stream->GetConfig().rtp.extensions.size()); in TestSetSendRtpHeaderExtensions()
686 EXPECT_EQ(id, send_stream->GetConfig().rtp.extensions[0].id); in TestSetSendRtpHeaderExtensions()
687 EXPECT_EQ(webrtc_ext, send_stream->GetConfig().rtp.extensions[0].name); in TestSetSendRtpHeaderExtensions()
693 ->GetConfig() in TestSetSendRtpHeaderExtensions()
701 EXPECT_TRUE(send_stream->GetConfig().rtp.extensions.empty()); in TestSetSendRtpHeaderExtensions()
707 ASSERT_EQ(1u, send_stream->GetConfig().rtp.extensions.size()); in TestSetSendRtpHeaderExtensions()
708 EXPECT_EQ(id, send_stream->GetConfig().rtp.extensions[0].id); in TestSetSendRtpHeaderExtensions()
709 EXPECT_EQ(webrtc_ext, send_stream->GetConfig().rtp.extensions[0].name); in TestSetSendRtpHeaderExtensions()
[all …]
Dwebrtcvideoengine2_unittest.h43 webrtc::VideoSendStream::Config GetConfig();
72 webrtc::VideoReceiveStream::Config GetConfig();
/external/chromium_org/ppapi/thunk/
Dppb_image_capture_private_thunk.cc59 int32_t GetConfig(PP_Resource image_capture, in GetConfig() function
66 return enter.SetResult(enter.object()->GetConfig(config, enter.callback())); in GetConfig()
102 &GetConfig,
/external/chromium_org/ui/gl/
Dgl_surface_glx.h42 virtual void* GetConfig() = 0;
66 virtual void* GetConfig() OVERRIDE;
107 virtual void* GetConfig() OVERRIDE;
Dgl_surface_egl.h63 virtual EGLConfig GetConfig() OVERRIDE;
102 virtual EGLConfig GetConfig() OVERRIDE;
130 virtual EGLConfig GetConfig() OVERRIDE;
Dgl_surface_egl.cc334 GetDisplay(), GetConfig(), window_, &egl_window_attributes[0]); in Initialize()
367 EGLConfig NativeViewGLSurfaceEGL::GetConfig() { in GetConfig() function in gfx::NativeViewGLSurfaceEGL
570 GetConfig(), in Initialize()
595 EGLConfig PbufferGLSurfaceEGL::GetConfig() { in GetConfig() function in gfx::PbufferGLSurfaceEGL
677 EGLConfig SurfacelessEGL::GetConfig() { in GetConfig() function in gfx::SurfacelessEGL
Dgl_surface.cc215 void* GLSurface::GetConfig() { in GetConfig() function in gfx::GLSurface
338 void* GLSurfaceAdapter::GetConfig() { in GetConfig() function in gfx::GLSurfaceAdapter
339 return surface_->GetConfig(); in GetConfig()
Dgl_context_glx.cc49 static_cast<GLXFBConfig>(compatible_surface->GetConfig()), in Initialize()
62 static_cast<GLXFBConfig>(compatible_surface->GetConfig()), in Initialize()
Dgl_surface.h100 virtual void* GetConfig();
178 virtual void* GetConfig() OVERRIDE;
Dgl_context_egl.cc52 config_ = compatible_surface->GetConfig(); in Initialize()
/external/chromium_org/remoting/host/setup/
Ddaemon_controller.h122 virtual scoped_ptr<base::DictionaryValue> GetConfig() = 0;
176 void GetConfig(const GetConfigCallback& done);
Ddaemon_controller_delegate_linux.h20 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
Ddaemon_controller_delegate_mac.h21 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
Ddaemon_controller_delegate_win.h27 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
Ddaemon_controller.cc40 void DaemonController::GetConfig(const GetConfigCallback& done) { in GetConfig() function in remoting::DaemonController
138 scoped_ptr<base::DictionaryValue> config = delegate_->GetConfig(); in DoGetConfig()
Ddaemon_controller_delegate_win.cc172 scoped_ptr<base::DictionaryValue> DaemonControllerDelegateWin::GetConfig() { in GetConfig() function in remoting::DaemonControllerDelegateWin
180 hr = control_->GetConfig(host_config.Receive()); in GetConfig()
/external/chromium_org/net/dns/
Ddns_client.h30 virtual const DnsConfig* GetConfig() const = 0;
Ddns_client.cc43 virtual const DnsConfig* GetConfig() const OVERRIDE { in GetConfig() function in net::__anoned2241630111::DnsClientImpl
Ddns_test_util.h215 virtual const DnsConfig* GetConfig() const OVERRIDE;
/external/chromium_org/ppapi/cpp/private/
Dimage_capture_private.h104 int32_t GetConfig(
/external/chromium_org/gpu/command_buffer/service/
Dgl_surface_mock.h32 MOCK_METHOD0(GetConfig, void*());
/external/chromium_org/net/quic/crypto/
Dquic_crypto_server_config_test.cc37 scoped_refptr<QuicCryptoServerConfig::Config> GetConfig(string config_id) { in GetConfig() function in net::test::QuicCryptoServerConfigPeer
48 scoped_refptr<QuicCryptoServerConfig::Config> config = GetConfig(config_id); in ConfigHasDefaultSourceAddressTokenBoxer()
59 *GetConfig(config_id), ip, rand, now, NULL); in NewSourceAddressToken()
67 *GetConfig(config_id), srct, ip, now); in ValidateSourceAddressToken()
/external/chromium_org/ppapi/c/private/
Dppb_image_capture_private.h200 int32_t (*GetConfig)(PP_Resource image_capture, member
/external/chromium_org/remoting/host/win/
Delevated_controller.h43 STDMETHOD(GetConfig)(BSTR* config_out);
/external/chromium_org/content/common/gpu/
Dtexture_image_transport_surface.h47 virtual void* GetConfig() OVERRIDE;

12