Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_beta_recorder.cpp230 char headerType = static_cast<char>(PackageID::RS_PROFILER_GFX_METRICS); in WriteBetaRecordMetrics() local
231 archive.Serialize(headerType); in WriteBetaRecordMetrics()
H A Drs_profiler_network.cpp162 char headerType = static_cast<char>(PackageID::RS_PROFILER_GFX_METRICS); in SendCaptureData() local
163 archive.Serialize(headerType); in SendCaptureData()
H A Drs_profiler.cpp246 char headerType = 1; // parcel data in OnRemoteRequest() local
247 stream.write(reinterpret_cast<const char*>(&headerType), sizeof(headerType)); in OnRemoteRequest()
509 char headerType = static_cast<char>(PackageID::RS_PROFILER_RENDER_METRICS); in OnParallelRenderBegin() local
510 archive.Serialize(headerType); in OnParallelRenderBegin()
1000 char headerType = static_cast<char>(PackageID::RS_PROFILER_RS_METRICS); in OnParallelRenderBegin() local
1001 archive.Serialize(headerType); in OnParallelRenderBegin()
1662 const char headerType = 0; in OnParallelRenderBegin() local
1663 stream.write(reinterpret_cast<const char*>(&headerType), sizeof(headerType)); in OnParallelRenderBegin()
[all...]

Completed in 4 milliseconds