summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/HTTPBase.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove no longer needed http proxy handling code, it's obsolete nowAndreas Huber2014-02-051-9/+0
| | | | | | | | since we started to use java's HTTPConnection instead of the native implementation. Also remove other remnants of the previous http implementation, such as accounting for the http user's uid. Change-Id: I60bfd31381ea40d2220db587ec5c433093b60034
* FINAL ATTEMPT: HTTP services are now provided from JAVA and made available ↵Andreas Huber2014-02-041-2/+0
| | | | | | to media code Change-Id: I9f74a86e70422187c9cf0ca1318a29019700192d
* Add routing sockets for the requesting userChad Brubaker2013-07-191-0/+3
| | | | | | | Mediaserver sockets are now routed as if the connection was in the requesting app in per user routing. Change-Id: I60f4649c3c4145a65264b54c1aa2c6c7741efaba
* Update HTTP proxy configuration for all media playback inside stagefright.Andreas Huber2013-05-311-0/+3
| | | | | | Change-Id: Ie0dd00045aba668d8b49da73224e7a7c9c04f69b related-to-bug: 8873723 (cherry picked from commit 2704965b8a1ff3b7450ff58ccecf86d8ec688c40)
* Network traffic accounting for chromium stack support in mediaserver.Ashish Sharma2011-08-051-1/+2
| | | | | | | - Atribute network activity to uid calling the mediaplayer - Enables logging of chromium network stack in logcat Change-Id: I2d28c8392248a056b3cee305dd4d4475ebba4337
* Remove legacy http support from stagefright, chromium is the new hotness.Andreas Huber2011-07-131-0/+2
| | | | Change-Id: I6725d42d38b91e6a1cbca43174870f445aeb3d99
* Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-011-1/+5
| | | | | Change-Id: I2bcb54b8232afd3fc7ee16289f37c7a7b3f23067 related-to-bug: 4517282
* Send estimated bandwidth value as informational event when cache fetcher pausesJames Dong2011-05-311-1/+33
| | | | | | | | | | o Application can make informed decision about the available network bandwidth when cache fetcher pauses. o Application can also adjust how frequently the bandwidth is estimated within a range from one second to one minute. Change-Id: I90068001343e79da1886de03c565537787e1580b
* An HTTP datasource for stagefright using the chromium code.Andreas Huber2011-03-091-0/+53
Use of this new datasource is now the default unless overwritten by adb shell setprop media.stagefright.use-chromium false Change-Id: I156a8eb9a1fff1cb537b4aec6cf3e8e6052be81e