HomeSort by relevance Sort by last modified time
    Searched refs:UpdateProxyConfig (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libstagefright/chromium_http/
chromium_http_stub.cpp 31 return ChromiumHTTPDataSource::UpdateProxyConfig(host, port, exclusionList);
ChromiumHTTPDataSource.cpp 349 status_t ChromiumHTTPDataSource::UpdateProxyConfig(
351 return SfDelegate::UpdateProxyConfig(host, port, exclusionList);
support.h 63 status_t updateProxyConfig(
134 static status_t UpdateProxyConfig(
support.cpp 279 status_t SfRequestContext::updateProxyConfig(
284 MY_LOGV("updateProxyConfig NULL");
292 "updateProxyConfig %s:%d, exclude '%s'",
350 status_t SfDelegate::UpdateProxyConfig(
354 return gReqContext->updateProxyConfig(host, port, exclusionList);
  /frameworks/av/media/libstagefright/include/
HTTPBase.h 51 static status_t UpdateProxyConfig(
ChromiumHTTPDataSource.h 56 static status_t UpdateProxyConfig(
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.h 36 // UpdateProxyConfig has been called.
51 void UpdateProxyConfig(ProxyPrefs::ConfigState config_state,
84 // ChromeProxyConfigService::UpdateProxyConfig to use.
pref_proxy_config_tracker_impl.cc 73 void ChromeProxyConfigService::UpdateProxyConfig(
265 VLOG(1) << "No chrome proxy config service to push to UpdateProxyConfig";
271 base::Bind(&ChromeProxyConfigService::UpdateProxyConfig,
275 << " pushing proxy to UpdateProxyConfig";
  /frameworks/av/media/libstagefright/
HTTPBase.cpp 64 status_t HTTPBase::UpdateProxyConfig(
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 309 status_t MediaPlayerService::updateProxyConfig(
311 return HTTPBase::UpdateProxyConfig(host, port, exclusionList);
    [all...]

Completed in 618 milliseconds