Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp67 static EGLsizeiANDROID getBlob(const void* key, EGLsizeiANDROID keySize, in getBlob() function
172 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.java121 public byte[] getBlob(int columnIndex) { in getBlob() method in CursorWrapper
DCursor.java227 byte[] getBlob(int columnIndex); in getBlob() method
DMatrixCursor.java300 public byte[] getBlob(int column) { in getBlob() method in MatrixCursor
DAbstractCursor.java99 public byte[] getBlob(int column) { in getBlob() method in AbstractCursor
DCursorWindow.java396 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.java88 public byte[] getBlob(int columnIndex) { in getBlob() method in MockCursor