Home
last modified time | relevance | path

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

/frameworks/base/include/androidfw/
DAsset.h110 virtual bool isAllocated(void) const { return false; } in isAllocated() function
245 virtual bool isAllocated(void) const { return mBuf != NULL; } in isAllocated() function
302 virtual bool isAllocated(void) const { return mBuf != NULL; } in isAllocated() function
/frameworks/base/libs/hwui/
DRenderBuffer.h72 bool isAllocated() const { in isAllocated() function