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

1 2 3

  /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/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 157 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 295 void SetConfig(base::DictionaryValue* pref_proxy_config_dict) {
342 SetConfig(&test_config);
398 SetConfig(NULL);
419 SetConfig(&network_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) ||
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc 441 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...]
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(
OMX_Core.h 72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(
OMX_Core.h 72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(
OMX_Core.h 72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(
OMX_Core.h 72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]

Completed in 511 milliseconds

1 2 3