Home
last modified time | relevance | path

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

/frameworks/av/media/libdatasource/include/datasource/
DHTTPBase.h29 struct HTTPBase : public DataSource { struct
35 HTTPBase(); argument
54 virtual String8 toString() { in toString()
60 String8 mName;
85 DISALLOW_EVIL_CONSTRUCTORS(HTTPBase); argument
/frameworks/av/media/libdatasource/
DHTTPBase.cpp31 HTTPBase::HTTPBase() in HTTPBase() function in android::HTTPBase