Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DBlobCache.h129 class Blob {
131 Blob(const void* data, size_t size, bool copyData);
132 ~Blob();
134 bool operator<(const Blob& rhs) const;
141 Blob(const Blob&);
142 void operator=(const Blob&);
159 CacheEntry(const std::shared_ptr<Blob>& key, const std::shared_ptr<Blob>& value);
165 std::shared_ptr<Blob> getKey() const;
166 std::shared_ptr<Blob> getValue() const;
168 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()
170 std::shared_ptr<Blob> const& keyBlob = e.getKey(); in getFlattenedSize()
171 std::shared_ptr<Blob> const& valueBlob = e.getValue(); in getFlattenedSize()
196 std::shared_ptr<Blob> const& keyBlob = e.getKey(); in flatten()
[all …]
/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache.h205 class Blob {
207 Blob(const void* data, size_t size, bool copyData);
208 ~Blob();
210 bool operator<(const Blob& rhs) const;
217 Blob(const Blob&);
218 void operator=(const Blob&);
235 CacheEntry(const std::shared_ptr<Blob>& key, const std::shared_ptr<Blob>& value,
242 std::shared_ptr<Blob> getKey() const;
243 std::shared_ptr<Blob> getValue() const;
245 void setValue(const std::shared_ptr<Blob>& value);
[all …]
DBlobCache.cpp105 std::shared_ptr<Blob> dummyKey(new Blob(key, keySize, false)); in set()
112 std::shared_ptr<Blob> keyBlob(new Blob(key, keySize, true)); in set()
113 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true)); in set()
142 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true)); in set()
143 std::shared_ptr<Blob> oldValueBlob(index->getValue()); in set()
191 std::shared_ptr<Blob> dummyKey(new Blob(key, keySize, false)); in get()
201 std::shared_ptr<Blob> valueBlob(index->getValue()); in get()
223 std::shared_ptr<Blob> const& keyBlob = e.getKey(); in getFlattenedSize()
224 std::shared_ptr<Blob> const& valueBlob = e.getValue(); in getFlattenedSize()
249 std::shared_ptr<Blob> const& keyBlob = e.getKey(); in flatten()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DMemoryStoreImplTest.java118 final android.net.ipmemorystore.Blob wrappedBlob = new android.net.ipmemorystore.Blob(); in wifiScoreCardReadShouldCallIpMemoryStoreRetrieveBlob()
152 android.net.ipmemorystore.Blob blob = mIpMemoryStoreBlobCaptor.getValue(); in wifiScoreCardWriteShouldCallIpMemoryStoreStoreBlob()
156 final ArgumentCaptor<android.net.ipmemorystore.Blob> mIpMemoryStoreBlobCaptor =
157 ArgumentCaptor.forClass(android.net.ipmemorystore.Blob.class);
/frameworks/base/tests/net/java/android/net/
DIpMemoryStoreTest.java33 import android.net.ipmemorystore.Blob;
139 final Blob b = new Blob(); in testPrivateData()
198 final Blob b = new Blob(); in testEnqueuedIpMsRequests()
244 final Blob b = new Blob(); in testEnqueuedIpMsRequestsWithException()
287 final Blob b = new Blob(); in testEnqueuedIpMsRequestsCallbackFunctionWithException()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DMemoryStoreImpl.java23 import android.net.ipmemorystore.Blob;
96 public void onBlobRetrieved(Status status, String l2Key, String name, Blob data) { in onBlobRetrieved()
116 final Blob blob = new Blob(); in write()
/frameworks/base/tests/net/java/android/net/ipmemorystore/
DParcelableTests.java78 final Blob in = new Blob(); in testPrivateDataParceling()
80 final Blob out = parcelingRoundTrip(in); in testPrivateDataParceling()
/frameworks/base/tools/obbtool/
DAndroid.bp4 // Opaque Binary Blob (OBB) Tool
/frameworks/native/libs/binder/
DParcel.cpp2917 Parcel::Blob::Blob() : in Blob() function in android::Parcel::Blob
2921 Parcel::Blob::~Blob() { in ~Blob()
2925 void Parcel::Blob::release() { in release()
2932 void Parcel::Blob::init(int fd, void* data, size_t size, bool isMutable) { in init()
2939 void Parcel::Blob::clear() { in clear()
/frameworks/native/include/binder/
DParcel.h603 class Blob {
605 Blob();
606 ~Blob();
673 class ReadableBlob : public Blob {
680 class WritableBlob : public Blob {
/frameworks/native/libs/binder/include/binder/
DParcel.h603 class Blob {
605 Blob();
606 ~Blob();
673 class ReadableBlob : public Blob {
680 class WritableBlob : public Blob {
/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/non-updatable-api/
Dcurrent.txt67086 public interface Blob {
67093 method public long position(java.sql.Blob, long) throws java.sql.SQLException;
67106 method public java.sql.Blob getBlob(int) throws java.sql.SQLException;
67107 method public java.sql.Blob getBlob(String) throws java.sql.SQLException;
67174 method public void setBlob(String, java.sql.Blob) throws java.sql.SQLException;
67242 method public java.sql.Blob createBlob() throws java.sql.SQLException;
67617 method public void setBlob(int, java.sql.Blob) throws java.sql.SQLException;
67686 method public java.sql.Blob getBlob(int) throws java.sql.SQLException;
67687 method public java.sql.Blob getBlob(String) throws java.sql.SQLException;
67786 method public void updateBlob(int, java.sql.Blob) throws java.sql.SQLException;
[all …]
/frameworks/base/api/
Dcurrent.txt67230 public interface Blob {
67237 method public long position(java.sql.Blob, long) throws java.sql.SQLException;
67250 method public java.sql.Blob getBlob(int) throws java.sql.SQLException;
67251 method public java.sql.Blob getBlob(String) throws java.sql.SQLException;
67318 method public void setBlob(String, java.sql.Blob) throws java.sql.SQLException;
67386 method public java.sql.Blob createBlob() throws java.sql.SQLException;
67761 method public void setBlob(int, java.sql.Blob) throws java.sql.SQLException;
67830 method public java.sql.Blob getBlob(int) throws java.sql.SQLException;
67831 method public java.sql.Blob getBlob(String) throws java.sql.SQLException;
67930 method public void updateBlob(int, java.sql.Blob) throws java.sql.SQLException;
[all …]
/frameworks/base/services/
Dart-profile81 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…
149 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…
209 PLandroid/net/ipmemorystore/Blob;-><init>()V
18088 Landroid/net/ipmemorystore/Blob;
/frameworks/base/config/
Dboot-image-profile.txt10701 PLandroid/net/ipmemorystore/Blob$1;-><init>()V