Home
last modified time | relevance | path

Searched refs:readObject (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DViewDumpParser.java23 windowLeftKey = (Short) d.readObject(); in parse()
24 windowLeftValue = (Integer) d.readObject(); in parse()
25 windowTopKey = (Short) d.readObject(); in parse()
26 windowTopValue = (Integer) d.readObject(); in parse()
30 Object o = d.readObject(); in parse()
DDecoder.java38 public Object readObject() { in readObject() method in Decoder
76 Object o = readObject(); in readMap()
86 m.put(key, readObject()); in readMap()
/frameworks/av/media/mtp/
DMtpDevice.h120 bool readObject(MtpObjectHandle handle, ReadObjectCallback callback,
122 bool readObject(MtpObjectHandle handle, const char* destPath, int group,
124 bool readObject(MtpObjectHandle handle, int fd);
DMtpDevice.cpp651 bool MtpDevice::readObject(MtpObjectHandle handle, in readObject() function in android::MtpDevice
659 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) { in readObject() function in android::MtpDevice
673 bool result = readObject(handle, fd); in readObject()
678 bool MtpDevice::readObject(MtpObjectHandle handle, int fd) { in readObject() function in android::MtpDevice
/frameworks/base/tools/preload/
DPrintPsTree.java38 Root root = (Root) oin.readObject(); in main()
DRoot.java157 Root root = (Root) oin.readObject(); in fromFile()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
DSerializableImageImpl.java45 private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException { in readObject() method in SerializableImageImpl
/frameworks/base/core/java/android/view/inspector/
DPropertyReader.java124 void readObject(int id, @Nullable Object value); in readObject() method
/frameworks/layoutlib/bridge/src/android/graphics/
DNinePatch_Delegate.java115 chunk = (NinePatchChunk) ois.readObject(); in getChunk()
/frameworks/base/core/java/android/util/
DRational.java516 private void readObject(java.io.ObjectInputStream in) in readObject() method in Rational
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DServiceProviderVerifier.java123 ASN1Encodable obj = new ASN1InputStream(octets).readObject(); in getProviderNames()
/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/
DSimpleProperties.java.txt112 propertyReader.readObject(mObjectId, node.getObject());
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DSerializedFrame.java270 return objectStream.readObject(); in deserializeObjectValue()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp413 if (device->readObject(objectID, JavaArrayWriter::writeTo, objectSize, &writer)) { in android_mtp_MtpDevice_get_object()
569 jboolean result = device->readObject(object_id, destPathStr, AID_SDCARD_RW, 0664); in android_mtp_MtpDevice_import_file()
582 return device->readObject(object_id, fd); in android_mtp_MtpDevice_import_file_to_fd()
/frameworks/base/telephony/java/android/telephony/mbms/
DDownloadRequest.java139 (SerializationDataContainer) stream.readObject(); in fromSerializedRequest()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DRationalTest.java472 Object obj = ois.readObject(); in deserialize()
/frameworks/native/libs/binder/
DParcel.cpp246 const flat_binder_object* flat = readObject(false); in unflattenBinder()
2221 const flat_binder_object* flat = readObject(true); in readFileDescriptor()
2396 const flat_binder_object* Parcel::readObject(bool nullMetaData) const in readObject() function in android::Parcel
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreKeyPairGeneratorSpi.java716 SubjectPublicKeyInfo.getInstance(publicKeyInfoIn.readObject())); in generateSelfSignedCertificateWithFakeSignature()
/frameworks/base/keystore/java/android/security/
DKeyStore.java694 final PrivateKeyInfo pki = PrivateKeyInfo.getInstance(bIn.readObject()); in getAlgorithmFromPKCS8()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp804 const flat_binder_object *fb = reply.readObject(false); in TEST_F()
/frameworks/native/include/binder/
DParcel.h467 const flat_binder_object* readObject(bool nullMetaData) const;
/frameworks/native/libs/binder/include/binder/
DParcel.h467 const flat_binder_object* readObject(bool nullMetaData) const;
/frameworks/base/core/java/android/os/
DParcel.java3141 return (Serializable) ois.readObject(); in readSerializable()
/frameworks/base/config/
Dboot-image-profile.txt25073 HSPLcom/android/org/bouncycastle/asn1/ASN1InputStream;->readObject()Lcom/android/org/bouncycastle/a…
26003 HSPLjava/io/ObjectInputStream;->readObject()Ljava/lang/Object;
26879 HSPLjava/lang/Throwable;->readObject(Ljava/io/ObjectInputStream;)V
28921 HSPLjava/util/HashMap;->readObject(Ljava/io/ObjectInputStream;)V
31141 HSPLorg/json/JSONTokener;->readObject()Lorg/json/JSONObject;
/frameworks/base/non-updatable-api/
Dcurrent.txt54720 method public void readObject(int, @Nullable Object);
59962 method public Object readObject() throws java.lang.ClassNotFoundException, java.io.IOException;
59984 …method public final Object readObject() throws java.lang.ClassNotFoundException, java.io.IOExcepti…
67983 method public Object readObject() throws java.sql.SQLException;

12