Searched defs:ARTSPResponse (Results 1 – 1 of 1) sorted by relevance
28 struct ARTSPResponse : public RefBase { struct29 unsigned long mStatusCode;30 AString mStatusLine;31 KeyedVector<AString,AString> mHeaders;32 sp<ABuffer> mContent;