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

/frameworks/base/include/androidfw/
H A DAsset.h110 virtual bool isAllocated(void) const { return false; } function in class:android::Asset
245 virtual bool isAllocated(void) const { return mBuf != NULL; } function in class:android::_FileAsset
302 virtual bool isAllocated(void) const { return mBuf != NULL; } function in class:android::_CompressedAsset

Completed in 5 milliseconds