Home
last modified time | relevance | path

Searched refs:getRemainingLength (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DAsset.h116 virtual off64_t getRemainingLength(void) const = 0;
280 off64_t getRemainingLength(void) const override { return mLength-mOffset; } in getRemainingLength() function
338 virtual off64_t getRemainingLength(void) const { return mUncompressedLen-mOffset; } in getRemainingLength() function
/frameworks/base/native/android/
Dasset_manager.cpp187 return asset->mAsset->getRemainingLength(); in AAsset_getRemainingLength()
192 return asset->mAsset->getRemainingLength(); in AAsset_getRemainingLength64()
/frameworks/base/libs/hwui/jni/
DUtils.cpp46 return fAsset->getRemainingLength() == 0; in isAtEnd()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1520 return static_cast<jlong>(asset->getRemainingLength()); in NativeAssetGetRemainingLength()