Home
last modified time | relevance | path

Searched refs:Blob (Results 1 – 20 of 20) 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> dummyKey(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> dummyKey(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/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/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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DMemoryStoreImplTest.java121 final android.net.ipmemorystore.Blob wrappedBlob = new android.net.ipmemorystore.Blob(); in wifiScoreCardReadShouldCallIpMemoryStoreRetrieveBlob()
155 android.net.ipmemorystore.Blob blob = mIpMemoryStoreBlobCaptor.getValue(); in wifiScoreCardWriteShouldCallIpMemoryStoreStoreBlob()
159 final ArgumentCaptor<android.net.ipmemorystore.Blob> mIpMemoryStoreBlobCaptor =
160 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;
97 public void onBlobRetrieved(Status status, String l2Key, String name, Blob data) { in onBlobRetrieved()
117 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/services/surfaceflinger/layerproto/
Dlayerstrace.proto52 // Blob for the current HWC information for all layers, reported by dumpsys.
/frameworks/native/libs/binder/include/binder/
DParcel.h537 class Blob {
539 Blob();
540 ~Blob();
607 class ReadableBlob : public Blob {
614 class WritableBlob : public Blob {
/frameworks/native/include/binder/
DParcel.h537 class Blob {
539 Blob();
540 ~Blob();
607 class ReadableBlob : public Blob {
614 class WritableBlob : public Blob {
/frameworks/native/libs/binder/
DParcel.cpp2726 Parcel::Blob::Blob() : in Blob() function in android::Parcel::Blob
2730 Parcel::Blob::~Blob() { in ~Blob()
2734 void Parcel::Blob::release() { in release()
2741 void Parcel::Blob::init(int fd, void* data, size_t size, bool isMutable) { in init()
2748 void Parcel::Blob::clear() { in clear()
/frameworks/base/wifi/
Djarjar-rules.txt32 rule android.net.ipmemorystore.Blob* com.android.wifi.x.@0
/frameworks/base/cmds/statsd/src/
Datoms.proto4961 // Uid of the Blob committer
4964 // Id of the Blob committed
4967 // Size of the Blob
4976 // Commit Failed: Digest of the data did not match Blob digest
4991 // Uid of the Blob leasee
4994 // Id of the Blob leased or 0 if the Blob does not exist
4997 // Size of the Blob or 0 if the Blob does not exist
5004 // Lease Failed: Blob does not exist
5006 // Lease Failed: Leasee does not have access to the Blob
5025 // 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-profile308 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…
310 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…
360 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…
481 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…
482 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…
484 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…
653 PLandroid/net/ipmemorystore/Blob$1;-><init>()V
654 PLandroid/net/ipmemorystore/Blob$1;->createFromParcel(Landroid/os/Parcel;)Landroid/net/ipmemorystor…
655 PLandroid/net/ipmemorystore/Blob$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
656 PLandroid/net/ipmemorystore/Blob;-><clinit>()V
[all …]
/frameworks/base/api/
Dcurrent.txt69699 public interface Blob {
69706 method public long position(java.sql.Blob, long) throws java.sql.SQLException;
69719 method public java.sql.Blob getBlob(int) throws java.sql.SQLException;
69720 method public java.sql.Blob getBlob(String) throws java.sql.SQLException;
69787 method public void setBlob(String, java.sql.Blob) throws java.sql.SQLException;
69855 method public java.sql.Blob createBlob() throws java.sql.SQLException;
70230 method public void setBlob(int, java.sql.Blob) throws java.sql.SQLException;
70299 method public java.sql.Blob getBlob(int) throws java.sql.SQLException;
70300 method public java.sql.Blob getBlob(String) throws java.sql.SQLException;
70399 method public void updateBlob(int, java.sql.Blob) throws java.sql.SQLException;
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...