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

/frameworks/base/include/utils/
H A DAsset.h95 virtual off_t getRemainingLength(void) const = 0;
241 virtual off_t getRemainingLength(void) const { return mLength-mOffset; } function in class:android::_FileAsset
298 virtual off_t getRemainingLength(void) const { return mUncompressedLen-mOffset; } function in class:android::_CompressedAsset

Completed in 60 milliseconds