HomeSort by relevance Sort by last modified time
    Searched refs:SetConfig (Results 1 - 25 of 89) 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) {
  /external/chromium_org/ppapi/cpp/private/
image_capture_private.h 27 /// 4. Set the same preview size and other settings by SetConfig.
85 /// If <code>SetConfig()</code> is not called, default settings will be used.
89 /// completion of <code>SetConfig()</code>.
93 /// <code>SetConfig()</code> or <code>CaptureStillImage()</code>.
95 int32_t SetConfig(const ImageCaptureConfig_Private& config,
  /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 101 void FakeNetworkPipe::SetConfig(const FakeNetworkPipe::Config& config) {
fake_network_pipe_unittest.cc 229 pipe->SetConfig(config);
275 pipe->SetConfig(config);
  /external/chromium_org/ppapi/thunk/
ppb_image_capture_private_thunk.cc 49 int32_t SetConfig(PP_Resource image_capture,
52 VLOG(4) << "PPB_ImageCapture_Private::SetConfig()";
56 return enter.SetResult(enter.object()->SetConfig(config, enter.callback()));
101 &SetConfig,
  /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/ppapi/c/private/
ppb_image_capture_private.h 116 * 4. Set the same preview size and other settings by SetConfig.
171 * If <code>SetConfig()</code> is not called, default settings will be used.
177 * completion of <code>SetConfig()</code>.
181 * <code>SetConfig()</code> or <code>CaptureStillImage()</code>.
184 int32_t (*SetConfig)(PP_Resource image_capture,
  /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/ppapi/api/private/
ppb_image_capture_private.idl 94 * 4. Set the same preview size and other settings by SetConfig.
153 * If <code>SetConfig()</code> is not called, default settings will be used.
159 * completion of <code>SetConfig()</code>.
163 * <code>SetConfig()</code> or <code>CaptureStillImage()</code>.
166 int32_t SetConfig([in] PP_Resource image_capture,
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 296 void SetConfig(base::DictionaryValue* pref_proxy_config_dict) {
343 SetConfig(&test_config);
399 SetConfig(NULL);
420 SetConfig(&network_config);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel_group.cc 94 void SetConfig(const webrtc::Config& config) {
257 estimator->SetConfig(config);
  /external/chromium_org/third_party/webrtc/video/
rampup_tests.cc 223 test::DirectTransport::SetConfig(forward_transport_config_);
309 test::DirectTransport::SetConfig(forward_transport_config_);
329 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;

Completed in 667 milliseconds

1 2 3 4