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

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

Completed in 66 milliseconds