Searched defs:contentSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp107 int64_t contentSize, const char *contentType) {
117 mContentSize = (contentSize < 0) ? -1 : contentSize + mCurrentOffset;
106 onConnectionEstablished( int64_t contentSize, const char *contentType) argument

Completed in 64 milliseconds