Searched defs:serialize (Results 1 - 24 of 24) sorted by relevance

/frameworks/compile/linkloader/include/
H A DELFSectionProgBits.h50 bool serialize(Archiver &AR) { function in class:ELFSectionProgBits
H A DELFSectionHeader.h121 bool serialize(Archiver &AR) { function in class:ELFSectionHeader
172 bool serialize(Archiver &AR) { function in class:ELFSectionHeader
H A DELFSymbol.h163 bool serialize(Archiver &AR) { function in class:ELFSymbol
187 bool serialize(Archiver &AR) { function in class:ELFSymbol
H A DELFHeader.h159 if (!header->serialize(AR)) {
180 bool serialize(Archiver &AR) { function in class:ELFHeader
/frameworks/base/libs/rs/
H A DrsAnimation.cpp24 void Animation::serialize(OStream *stream) const { function in class:Animation
H A DrsComponent.cpp239 void Component::serialize(OStream *stream) const { function in class:Component
H A DrsScriptC.h56 virtual void serialize(OStream *stream) const { } function in class:android::renderscript::ScriptC
H A DrsProgramRaster.cpp56 void ProgramRaster::serialize(OStream *stream) const { function in class:ProgramRaster
H A DrsSampler.cpp71 void Sampler::serialize(OStream *stream) const { function in class:Sampler
H A DrsFileA3D.h75 virtual void serialize(OStream *stream) const { function in class:android::renderscript::FileA3D
H A DrsProgramFragment.cpp75 void ProgramFragment::serialize(OStream *stream) const { function in class:ProgramFragment
H A DrsProgramStore.cpp66 void ProgramStore::serialize(OStream *stream) const { function in class:ProgramStore
H A DrsAdapter.cpp62 void Adapter1D::serialize(OStream *stream) const { function in class:Adapter1D
179 void Adapter2D::serialize(OStream *stream) const { function in class:Adapter2D
H A DrsMesh.cpp79 void Mesh::serialize(OStream *stream) const { function in class:Mesh
89 mHal.state.vertexBuffers[vCount]->serialize(stream);
99 mHal.state.indexBuffers[pCount]->serialize(stream);
H A DrsProgramVertex.cpp136 void ProgramVertex::serialize(OStream *stream) const { function in class:ProgramVertex
H A DrsType.cpp149 void Type::serialize(OStream *stream) const { function in class:Type
156 mElement->serialize(stream);
H A DrsElement.cpp75 void Element::serialize(OStream *stream) const { function in class:Element
82 mComponent.serialize(stream);
84 // Now serialize all the fields
89 mFields[ct].e->serialize(stream);
H A DrsFont.h71 virtual void serialize(OStream *stream) const { function in class:android::renderscript::Font
H A DrsAllocation.cpp198 void Allocation::serialize(OStream *stream) const { function in class:Allocation
205 // First thing we need to serialize is the type object since it will be needed
207 mHal.state.type->serialize(stream);
/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp61 static bool serialize(JNIEnv* env, jobject, SkPicture* picture, function in class:android::SkPictureGlue
66 picture->serialize(strm);
107 {"nativeWriteToStream", "(ILjava/io/OutputStream;[B)Z", (void*)SkPictureGlue::serialize},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DNinePatch_Delegate.java70 public static byte[] serialize(NinePatchChunk chunk) { method in class:NinePatch_Delegate
71 // serialize the chunk to get a byte[]
78 Bridge.getLog().error(null, "Failed to serialize NinePatchChunk.", e, null /*data*/);
/frameworks/base/core/java/android/gesture/
H A DGesture.java254 void serialize(DataOutputStream out) throws IOException { method in class:Gesture
264 strokes.get(i).serialize(out);
320 serialize(outStream);
H A DGestureStroke.java201 void serialize(DataOutputStream out) throws IOException { method in class:GestureStroke
/frameworks/base/libs/utils/
H A DResourceTypes.cpp182 void* Res_png_9patch::serialize() function in class:android::Res_png_9patch
187 serialize(newData);
191 void Res_png_9patch::serialize(void * outData) function in class:android::Res_png_9patch

Completed in 665 milliseconds