Home
last modified time | relevance | path

Searched defs:getBlob (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp68 static EGLsizeiANDROID getBlob(const void* key, EGLsizeiANDROID keySize, in getBlob() function
173 EGLsizeiANDROID egl_cache_t::getBlob(const void* key, EGLsizeiANDROID keySize, in getBlob() function in android::egl_cache_t
/frameworks/base/core/java/android/database/
DAbstractWindowedCursor.java43 public byte[] getBlob(int columnIndex) { in getBlob() method in AbstractWindowedCursor
DMergeCursor.java143 public byte[] getBlob(int column) in getBlob() method in MergeCursor
DCursorWrapper.java146 public byte[] getBlob(int columnIndex) { in getBlob() method in CursorWrapper
DMatrixCursor.java300 public byte[] getBlob(int column) { in getBlob() method in MatrixCursor
DCursor.java227 byte[] getBlob(int columnIndex); in getBlob() method
DAbstractCursor.java114 public byte[] getBlob(int column) { in getBlob() method in AbstractCursor
DCursorWindow.java400 public byte[] getBlob(int row, int column) { in getBlob() method in CursorWindow
/frameworks/base/core/java/com/android/internal/database/
DSortCursor.java232 public byte[] getBlob(int column) in getBlob() method in SortCursor
/frameworks/base/test-runner/src/android/test/mock/
DMockCursor.java102 public byte[] getBlob(int columnIndex) { in getBlob() method in MockCursor