summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/HTTPBase.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2013-05-29 14:20:52 -0700
committerAndreas Huber <andih@google.com>2013-05-31 15:31:56 -0700
commitb7319a7eb0a06ef4fd3a0c9157ee63e637ad7aa1 (patch)
tree6dc90cde609f708f45ae08af2bdc5f9cd2df4bb3 /media/libstagefright/include/HTTPBase.h
parent41688da226e91c97ea3b2fe096044e1e5b0520bc (diff)
downloadframeworks_av-b7319a7eb0a06ef4fd3a0c9157ee63e637ad7aa1.zip
frameworks_av-b7319a7eb0a06ef4fd3a0c9157ee63e637ad7aa1.tar.gz
frameworks_av-b7319a7eb0a06ef4fd3a0c9157ee63e637ad7aa1.tar.bz2
Update HTTP proxy configuration for all media playback inside stagefright.
Change-Id: Ie0dd00045aba668d8b49da73224e7a7c9c04f69b related-to-bug: 8873723 (cherry picked from commit 2704965b8a1ff3b7450ff58ccecf86d8ec688c40)
Diffstat (limited to 'media/libstagefright/include/HTTPBase.h')
-rw-r--r--media/libstagefright/include/HTTPBase.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libstagefright/include/HTTPBase.h b/media/libstagefright/include/HTTPBase.h
index b8e10f7..c2dc351 100644
--- a/media/libstagefright/include/HTTPBase.h
+++ b/media/libstagefright/include/HTTPBase.h
@@ -48,6 +48,9 @@ struct HTTPBase : public DataSource {
virtual status_t setBandwidthStatCollectFreq(int32_t freqMs);
+ static status_t UpdateProxyConfig(
+ const char *host, int32_t port, const char *exclusionList);
+
void setUID(uid_t uid);
bool getUID(uid_t *uid) const;