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

/frameworks/base/libs/hwui/
H A DRenderBuffer.h72 bool isAllocated() const { function in struct:android::uirenderer::RenderBuffer
78 * This method doesn't do anything if isAllocated() returns true.
93 if (isAllocated() && (width != mWidth || height != mHeight)) {
/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
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java111 boolean isAllocated() { method in class:TextureSource

Completed in 78 milliseconds