Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp58 static EGLsizeiANDROID getBlob(const void* key, EGLsizeiANDROID keySize, in getBlob() function
153 EGLsizeiANDROID egl_cache_t::getBlob(const void* key, EGLsizeiANDROID keySize, in getBlob() function in android::egl_cache_t
/frameworks/ml/nn/driver/cache/nnCache/
DnnCache.cpp103 ssize_t NNCache::getBlob(const void* key, ssize_t keySize, void* value, ssize_t valueSize) { in getBlob() function in android::NNCache
118 ssize_t NNCache::getBlob(const void* key, ssize_t keySize, void** value, in getBlob() function in android::NNCache
DnnCache.h69 ssize_t getBlob(const void* key, size_t keySize, T** value, in getBlob() function
/frameworks/base/core/java/android/database/
DAbstractWindowedCursor.java45 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
DMatrixCursor.java312 public byte[] getBlob(int column) { in getBlob() method in MatrixCursor
DCursor.java231 byte[] getBlob(int columnIndex); in getBlob() method
DAbstractCursor.java123 public byte[] getBlob(int column) { in getBlob() method in AbstractCursor
DCursorWindow.java431 public byte[] getBlob(int row, 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