Home
last modified time | relevance | path

Searched defs:HTTPBase (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/
DHTTPBase.h29 struct HTTPBase : public DataSource { struct
35 HTTPBase(); argument
60 virtual String8 toString() { in toString()
66 String8 mName;
91 DISALLOW_EVIL_CONSTRUCTORS(HTTPBase); argument
/frameworks/av/media/libstagefright/
DHTTPBase.cpp33 HTTPBase::HTTPBase() in HTTPBase() function in android::HTTPBase