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

  /frameworks/av/media/libstagefright/
HTTPBase.cpp 62 status_t HTTPBase::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 123 milliseconds