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

/frameworks/base/tools/incident_report/
H A Dprinter.cpp44 Out::reallocate(int size) function in class:Out
73 bool truncated = (len >= mBufSize) && (reallocate(len) < len);
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp160 status_t EGLTextureObject::reallocate( function in class:android::EGLTextureObject
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp131 status_t GraphicBuffer::reallocate(uint32_t inWidth, uint32_t inHeight, function in class:android::GraphicBuffer

Completed in 384 milliseconds