Home
last modified time | relevance | path

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

/frameworks/ml/nn/driver/cache/nnCache/
DnnCache.h72 ssize_t getBlob(const void* key, size_t keySize, in getBlob() function
DnnCache.cpp103 ssize_t NNCache::getBlob(const void* key, ssize_t keySize, in getBlob() function in android::NNCache
119 ssize_t NNCache::getBlob(const void* key, ssize_t keySize, in getBlob() function in android::NNCache
/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp66 static EGLsizeiANDROID getBlob(const void* key, EGLsizeiANDROID keySize, in getBlob() function
159 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
DCursor.java227 byte[] getBlob(int columnIndex); in getBlob() method
DMatrixCursor.java300 public byte[] getBlob(int column) { in getBlob() method in MatrixCursor
DAbstractCursor.java115 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