Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libdatasource/include/datasource/
H A DHTTPBase.h30 struct HTTPBase : public DataSource { struct
36 HTTPBase(); argument
55 virtual String8 toString() { in toString()
61 String8 mName;
86 DISALLOW_EVIL_CONSTRUCTORS(HTTPBase); argument
/aosp12/frameworks/av/media/libdatasource/
H A DHTTPBase.cpp31 HTTPBase::HTTPBase() in HTTPBase() function in android::HTTPBase