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

/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h116 // A Blob is an immutable sized unstructured data blob.
117 class Blob { class in class:android::BlobCache
119 Blob(const void* data, size_t size, bool copyData);
120 ~Blob();
122 bool operator<(const Blob& rhs) const;
129 Blob(const Blob&);
130 void operator=(const Blob&);
138 // mOwnsData indicates whether or not this Blob object should free the
139 // memory pointed to by mData when the Blob get
[all...]
H A DBlobCache.cpp80 std::shared_ptr<Blob> dummyKey(new Blob(key, keySize, false));
87 std::shared_ptr<Blob> keyBlob(new Blob(key, keySize, true));
88 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true));
109 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true));
110 std::shared_ptr<Blob> oldValueBlob(index->getValue());
140 std::shared_ptr<Blob> dummyKe
306 BlobCache::Blob::Blob(const void* data, size_t size, bool copyData) : function in class:android::BlobCache::Blob
[all...]
/frameworks/native/include/binder/
H A DParcel.h474 class Blob { class in class:android::Parcel
476 Blob();
477 ~Blob();
544 class ReadableBlob : public Blob {
551 class WritableBlob : public Blob {
/frameworks/native/libs/binder/include/binder/
H A DParcel.h474 class Blob { class in class:android::Parcel
476 Blob();
477 ~Blob();
544 class ReadableBlob : public Blob {
551 class WritableBlob : public Blob {
/frameworks/native/libs/binder/
H A DParcel.cpp1216 int fd = ashmem_create_region("Parcel Blob", len);
2753 // --- Parcel::Blob ---
2755 Parcel::Blob::Blob() : function in class:Parcel::Blob
2759 Parcel::Blob::~Blob() {
2763 void Parcel::Blob::release() {
2770 void Parcel::Blob::init(int fd, void* data, size_t size, bool isMutable) {
2777 void Parcel::Blob::clear() {

Completed in 6157 milliseconds