HomeSort by relevance Sort by last modified time
    Searched refs:SetConfig (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/chromium_org/net/dns/
dns_client.h 20 // to remain valid until next time SetConfig is called.
27 virtual void SetConfig(const DnsConfig& config) = 0;
dns_client.cc 27 virtual void SetConfig(const DnsConfig& config) OVERRIDE {
dns_test_util.cc 209 void MockDnsClient::SetConfig(const DnsConfig& config) {
dns_test_util.h 214 virtual void SetConfig(const DnsConfig& config) OVERRIDE;
  /external/chromium_org/third_party/webrtc/test/
direct_transport.h 37 void SetConfig(const FakeNetworkPipe::Config& config);
fake_network_pipe.h 61 void SetConfig(const FakeNetworkPipe::Config& config);
direct_transport.cc 45 void DirectTransport::SetConfig(const FakeNetworkPipe::Config& config) {
46 fake_network_.SetConfig(config);
fake_network_pipe.cc 96 void FakeNetworkPipe::SetConfig(const FakeNetworkPipe::Config& config) {
fake_network_pipe_unittest.cc 227 pipe->SetConfig(config);
273 pipe->SetConfig(config);
  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.h 39 virtual void SetConfig(const SpeechRecognitionEngineConfig& config) OVERRIDE;
speech_recognition_engine.h 68 virtual void SetConfig(const Config& config) = 0;
google_streaming_remote_engine.h 63 virtual void SetConfig(const SpeechRecognitionEngineConfig& config) OVERRIDE;
google_one_shot_remote_engine.cc 158 void GoogleOneShotRemoteEngine::SetConfig(
  /external/chromium_org/remoting/host/win/
elevated_controller.h 45 STDMETHOD(SetConfig)(BSTR config);
  /external/chromium_org/chrome/browser/net/
dns_probe_service.cc 146 system_client->SetConfig(system_config);
159 public_client->SetConfig(public_config);
dns_probe_runner_unittest.cc 94 dns_client->SetConfig(empty_config);
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 297 void SetConfig(base::DictionaryValue* pref_proxy_config_dict) {
344 SetConfig(&test_config);
400 SetConfig(NULL);
421 SetConfig(&network_config);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel_group.cc 97 void SetConfig(const webrtc::Config& config) {
260 estimator->SetConfig(config);
  /external/chromium_org/third_party/webrtc/video/
rampup_tests.cc 249 test::DirectTransport::SetConfig(forward_transport_config_);
336 test::DirectTransport::SetConfig(forward_transport_config_);
356 test::DirectTransport::SetConfig(forward_transport_config_);
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 49 mComponent->SetConfig = SetConfigWrapper;
168 return me->setConfig(index, params);
279 OMX_ERRORTYPE SoftOMXComponent::setConfig(
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 159 (NULL == component->SetConfig) ||
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ilogobj.hxx 60 virtual HRESULT WINAPI SetConfig(DWORD cbSize,PBYTE Log) = 0;
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc 450 hr = control_->SetConfig(config_str);
  /frameworks/native/include/media/openmax/
OMX_Component.h 398 specification for details on the SetConfig method.
400 OMX_ERRORTYPE (*SetConfig)(
OMX_Core.h 89 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
336 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]

Completed in 1237 milliseconds

1 2 3 4