Searched defs:writeObject (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/awt/org/apache/harmony/awt/
H A DListenerList.java176 private void writeObject(ObjectOutputStream stream) throws IOException { method in class:ListenerList
180 stream.writeObject(getOnlySerializable(systemList));
181 stream.writeObject(getOnlySerializable(userList));
/frameworks/base/awt/java/awt/color/
H A DICC_ColorSpace.java428 private void writeObject(ObjectOutputStream out) throws IOException { method in class:ICC_ColorSpace
H A DICC_Profile.java766 private void writeObject(ObjectOutputStream s) throws IOException { method in class:ICC_Profile
768 s.writeObject(null);
769 s.writeObject(getData());
/frameworks/base/awt/java/awt/
H A DFont.java209 private void writeObject(java.io.ObjectOutputStream out) throws IOException { method in class:Font
/frameworks/base/awt/java/awt/geom/
H A DAffineTransform.java1246 private void writeObject(java.io.ObjectOutputStream stream) throws IOException { method in class:AffineTransform
/frameworks/base/libs/binder/
H A DParcel.cpp136 return out->writeObject(flat, false);
666 return writeObject(obj, true);
676 return writeObject(obj, true);
715 status_t Parcel::writeObject(const flat_binder_object& val, bool nullMetaData) function in class:android::Parcel

Completed in 168 milliseconds