HomeSort by relevance Sort by last modified time
    Searched refs:mNumBytesTotal (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 339 mNumBytesTotal(0),
483 CHECK_LE(mNumBytesRead + bytes_read, mNumBytesTotal);
495 while (mNumBytesRead < mNumBytesTotal) {
496 size_t copy = mNumBytesTotal - mNumBytesRead;
647 mNumBytesTotal = size;
support.h 146 size_t mNumBytesTotal;

Completed in 185 milliseconds