Searched refs:Blob (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h124 // A Blob is an immutable sized unstructured data blob.
125 class Blob { class in class:android::BlobCache
127 Blob(const void* data, size_t size, bool copyData);
128 ~Blob();
130 bool operator<(const Blob& rhs) const;
137 Blob(const Blob&);
138 void operator=(const Blob&);
146 // mOwnsData indicates whether or not this Blob object should free the
147 // memory pointed to by mData when the Blob get
[all...]
H A DBlobCache.cpp81 std::shared_ptr<Blob> dummyKey(new Blob(key, keySize, false));
88 std::shared_ptr<Blob> keyBlob(new Blob(key, keySize, true));
89 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true));
110 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true));
111 std::shared_ptr<Blob> oldValueBlob(index->getValue());
141 std::shared_ptr<Blob> dummyKe
307 BlobCache::Blob::Blob(const void* data, size_t size, bool copyData) : function in class:android::BlobCache::Blob
[all...]
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.h205 // A Blob is an immutable sized unstructured data blob.
206 class Blob { class in class:android::BlobCache
208 Blob(const void* data, size_t size, bool copyData);
209 ~Blob();
211 bool operator<(const Blob& rhs) const;
218 Blob(const Blob&);
219 void operator=(const Blob&);
227 // mOwnsData indicates whether or not this Blob object should free the
228 // memory pointed to by mData when the Blob get
[all...]
H A DBlobCache.cpp105 std::shared_ptr<Blob> dummyKey(new Blob(key, keySize, false));
112 std::shared_ptr<Blob> keyBlob(new Blob(key, keySize, true));
113 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true));
142 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true));
143 std::shared_ptr<Blob> oldValueBlob(index->getValue());
192 std::shared_ptr<Blob> dummyKe
[all...]
/frameworks/native/include/binder/
H A DParcel.h476 class Blob { class in class:android::Parcel
478 Blob();
479 ~Blob();
546 class ReadableBlob : public Blob {
553 class WritableBlob : public Blob {
/frameworks/native/libs/binder/include/binder/
H A DParcel.h476 class Blob { class in class:android::Parcel
478 Blob();
479 ~Blob();
546 class ReadableBlob : public Blob {
553 class WritableBlob : public Blob {
/frameworks/native/libs/binder/
H A DParcel.cpp1217 int fd = ashmem_create_region("Parcel Blob", len);
2840 // --- Parcel::Blob ---
2842 Parcel::Blob::Blob() : function in class:Parcel::Blob
2846 Parcel::Blob::~Blob() {
2850 void Parcel::Blob::release() {
2857 void Parcel::Blob::init(int fd, void* data, size_t size, bool isMutable) {
2864 void Parcel::Blob::clear() {

Completed in 173 milliseconds