Home
last modified time | relevance | path

Searched refs:Blob (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DBlobCache.h127 class Blob {
129 Blob(const void* data, size_t size, bool copyData);
130 ~Blob();
132 bool operator<(const Blob& rhs) const;
139 Blob(const Blob&);
140 void operator=(const Blob&);
157 CacheEntry(const std::shared_ptr<Blob>& key, const std::shared_ptr<Blob>& value);
163 std::shared_ptr<Blob> getKey() const;
164 std::shared_ptr<Blob> getValue() const;
166 void setValue(const std::shared_ptr<Blob>& value);
[all …]
DBlobCache.cpp81 std::shared_ptr<Blob> cacheKey(new Blob(key, keySize, false)); in set()
88 std::shared_ptr<Blob> keyBlob(new Blob(key, keySize, true)); in set()
89 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true)); in set()
110 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true)); in set()
111 std::shared_ptr<Blob> oldValueBlob(index->getValue()); in set()
141 std::shared_ptr<Blob> cacheKey(new Blob(key, keySize, false)); in get()
151 std::shared_ptr<Blob> valueBlob(index->getValue()); in get()
171 std::shared_ptr<Blob> const& keyBlob = e.getKey(); in getFlattenedSize()
172 std::shared_ptr<Blob> const& valueBlob = e.getValue(); in getFlattenedSize()
197 std::shared_ptr<Blob> const& keyBlob = e.getKey(); in flatten()
[all …]
/frameworks/base/core/proto/android/server/
Dblobstoremanagerservice.proto25 // Blob Committer stats
36 // Flags of what access types the committer has set for the Blob
43 // Blob Leasee stats
55 // List of Blob Committers
63 // List of Blob Leasees
/frameworks/base/tools/obbtool/
DAndroid.bp4 // Opaque Binary Blob (OBB) Tool
/frameworks/native/services/surfaceflinger/layerproto/
Dlayerstrace.proto52 // Blob for the current HWC information for all layers, reported by dumpsys.
/frameworks/native/include/binder/
DParcel.h1141 class Blob {
1143 Blob();
1144 ~Blob();
1211 class ReadableBlob : public Blob {
1218 class WritableBlob : public Blob {
/frameworks/native/libs/binder/include/binder/
DParcel.h1141 class Blob {
1143 Blob();
1144 ~Blob();
1211 class ReadableBlob : public Blob {
1218 class WritableBlob : public Blob {
/frameworks/native/libs/binder/
DParcel.cpp2559 Parcel::Blob::Blob() : in Blob() function in android::Parcel::Blob
2563 Parcel::Blob::~Blob() { in ~Blob()
2567 void Parcel::Blob::release() { in release()
2574 void Parcel::Blob::init(int fd, void* data, size_t size, bool isMutable) { in init()
2581 void Parcel::Blob::clear() { in clear()
/frameworks/proto_logging/stats/
Datoms.proto5860 // Uid of the Blob committer
5863 // Id of the Blob committed
5866 // Size of the Blob
5875 // Commit Failed: Digest of the data did not match Blob digest
5890 // Uid of the Blob leasee
5893 // Id of the Blob leased or 0 if the Blob does not exist
5896 // Size of the Blob or 0 if the Blob does not exist
5903 // Lease Failed: Blob does not exist
5905 // Lease Failed: Leasee does not have access to the Blob
5924 // Uid of the Blob opener
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt45809 public abstract interface Blob {
45815 method public abstract long position(java.sql.Blob, long) throws java.sql.SQLException;
45829 method public abstract java.sql.Blob getBlob(int) throws java.sql.SQLException;
45830 method public abstract java.sql.Blob getBlob(java.lang.String) throws java.sql.SQLException;
45897 … method public abstract void setBlob(java.lang.String, java.sql.Blob) throws java.sql.SQLException;
45967 method public abstract java.sql.Blob createBlob() throws java.sql.SQLException;
46342 method public abstract void setBlob(int, java.sql.Blob) throws java.sql.SQLException;
46411 method public abstract java.sql.Blob getBlob(int) throws java.sql.SQLException;
46412 method public abstract java.sql.Blob getBlob(java.lang.String) throws java.sql.SQLException;
46511 method public abstract void updateBlob(int, java.sql.Blob) throws java.sql.SQLException;
[all …]
/frameworks/base/services/
Dart-profile51447 Landroid/net/ipmemorystore/Blob$1;
51448 Landroid/net/ipmemorystore/Blob;