Home
last modified time | relevance | path

Searched defs:outSize (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplay.java342 public void getSize(Point outSize) { in getSize()
357 public void getRectSize(Rect outSize) { in getRectSize()
541 public void getRealSize(Point outSize) { in getRealSize()
/frameworks/base/include/androidfw/
DCursorWindow.h134 inline const void* getFieldSlotValueBlob(FieldSlot* fieldSlot, size_t* outSize) { in getFieldSlotValueBlob()
/frameworks/av/media/libstagefright/
DOggExtractor.cpp830 static uint8_t *DecodeBase64(const char *s, size_t size, size_t *outSize) { in DecodeBase64()
/frameworks/base/tools/aapt/
DAaptAssets.cpp1573 void* AaptFile::editData(size_t* outSize) in editData()
/frameworks/native/opengl/libagl/
Dtexture.cpp362 GGLSurface** outSurface, int32_t* outSize, GLint level, in createTextureSurface()
/frameworks/base/core/jni/android/graphics/
DPaint.cpp260 static void toLanguageTag(char* output, size_t outSize, in toLanguageTag()