Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:HTTPBase

18 #define LOG_TAG "HTTPBase"
21 #include "include/HTTPBase.h"
33 HTTPBase::HTTPBase()
43 void HTTPBase::addBandwidthMeasurement(
75 bool HTTPBase::estimateBandwidth(int32_t *bandwidth_bps) {
87 status_t HTTPBase::getEstimatedBandwidthKbps(int32_t *kbps) {
93 status_t HTTPBase::setBandwidthStatCollectFreq(int32_t freqMs) {
108 void HTTPBase::setBandwidthHistorySize(size_t numHistoryItems) {
113 void HTTPBase::RegisterSocketUserTag(int sockfd, uid_t uid, uint32_t kTag) {
121 void HTTPBase::UnRegisterSocketUserTag(int sockfd) {
129 void HTTPBase::RegisterSocketUserMark(int sockfd, uid_t uid) {
134 void HTTPBase::UnRegisterSocketUserMark(int sockfd) {