Searched refs:headerType (Results 1 – 3 of 3) sorted by relevance
216 char headerType = 1; // parcel data in OnRemoteRequest() local217 stream.write(reinterpret_cast<const char*>(&headerType), sizeof(headerType)); in OnRemoteRequest()414 char headerType = static_cast<char>(PackageID::RS_PROFILER_RENDER_METRICS); in OnParallelRenderEnd() local415 archive.Serialize(headerType); in OnParallelRenderEnd()816 char headerType = static_cast<char>(PackageID::RS_PROFILER_RS_METRICS); in RecordUpdate() local817 archive.Serialize(headerType); in RecordUpdate()1309 const char headerType = 0; in RecordStop() local1310 stream.write(reinterpret_cast<const char*>(&headerType), sizeof(headerType)); in RecordStop()
268 char headerType = static_cast<char>(PackageID::RS_PROFILER_GFX_METRICS); in WriteBetaRecordMetrics() local269 archive.Serialize(headerType); in WriteBetaRecordMetrics()
247 char headerType = static_cast<char>(PackageID::RS_PROFILER_GFX_METRICS); in SendCaptureData() local248 archive.Serialize(headerType); in SendCaptureData()