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

  /frameworks/av/media/libstagefright/
HTTPBase.cpp 64 status_t HTTPBase::UpdateProxyConfig(
  /external/chromium_org/chrome/browser/net/
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/chromium_http/
ChromiumHTTPDataSource.cpp 344 status_t ChromiumHTTPDataSource::UpdateProxyConfig(
346 return SfDelegate::UpdateProxyConfig(host, port, exclusionList);
support.cpp 196 status_t SfRequestContext::updateProxyConfig(
201 MY_LOGV("updateProxyConfig NULL");
209 "updateProxyConfig %s:%d, exclude '%s'",
250 status_t SfDelegate::UpdateProxyConfig(
254 return gReqContext->updateProxyConfig(host, port, exclusionList);

Completed in 162 milliseconds