Home
last modified time | relevance | path

Searched refs:mLastURI (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/http/
DMediaHTTP.cpp61 mLastURI = uri; in connect()
66 bool success = mHTTPConnection->connect(mLastURI.c_str(), &extHeaders); in connect()
73 AString sanitized = uriDebugString(mLastURI); in connect()
152 return connect(mLastURI.c_str(), &mLastHeaders, offset); in reconnectAtOffset()
168 String8(mLastURI.c_str()), mime); in DrmInitialization()
188 return String8(mLastURI.c_str()); in getUri()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaHTTP.h61 AString mLastURI; member