Home
last modified time | relevance | path

Searched refs:UnmarshallingContext (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_pixelmap.cpp143 struct UnmarshallingContext { struct
148 explicit UnmarshallingContext(Parcel& parcel) : parcel(parcel) {} in UnmarshallingContext() function
275 static bool InitUnmarshalling(UnmarshallingContext& context);
276 static bool UnmarshalFromSharedMemory(UnmarshallingContext& context, uint64_t id);
277 static bool UnmarshalFromDMA(UnmarshallingContext& context, uint64_t id);
278 static bool UnmarshalFromData(UnmarshallingContext& context);
279 static PixelMap* FinalizeUnmarshalling(UnmarshallingContext& context);
331 bool ImageSource::InitUnmarshalling(UnmarshallingContext& context) in InitUnmarshalling()
380 bool ImageSource::UnmarshalFromSharedMemory(UnmarshallingContext& context, uint64_t id) in UnmarshalFromSharedMemory()
388 context.parcel.SkipBytes(UnmarshallingContext in UnmarshalFromSharedMemory()
[all...]

Completed in 3 milliseconds