Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp53 static EGLsizeiANDROID getBlob(const void* key, EGLsizeiANDROID keySize, void* value, in getBlob() function
143 EGLsizeiANDROID egl_cache_t::getBlob(const void* key, EGLsizeiANDROID keySize, void* value, in getBlob() function in android::egl_cache_t
/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowData.java65 public byte[] getBlob() { in getBlob() method in RebootEscrowData
/frameworks/base/core/java/android/database/
DAbstractWindowedCursor.java46 public byte[] getBlob(int columnIndex) { in getBlob() method in AbstractWindowedCursor
DRedactingCursor.java153 public byte[] getBlob(int columnIndex) { in getBlob() method in RedactingCursor
DMergeCursor.java143 public byte[] getBlob(int column) in getBlob() method in MergeCursor
DTranslatingCursor.java211 public byte[] getBlob(int columnIndex) { in getBlob() method in TranslatingCursor
DCursorWrapper.java150 public byte[] getBlob(int columnIndex) { in getBlob() method in CursorWrapper
DCursor.java247 byte[] getBlob(@IntRange(from = 0) int columnIndex); in getBlob() method
DMatrixCursor.java312 public byte[] getBlob(int column) { in getBlob() method in MatrixCursor
DAbstractCursor.java127 public byte[] getBlob(int column) { in getBlob() method in AbstractCursor
DCursorWindow.java427 public byte[] getBlob(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getBlob() method in CursorWindow
/frameworks/base/core/java/com/android/internal/database/
DSortCursor.java236 public byte[] getBlob(int column) in getBlob() method in SortCursor
/frameworks/base/test-mock/src/android/test/mock/
DMockCursor.java104 public byte[] getBlob(int columnIndex) { in getBlob() method in MockCursor