Home
last modified time | relevance | path

Searched refs:g_commandParseBuffer (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp67 static thread_local PacketParsedCommandList g_commandParseBuffer; variable
236 g_commandParseBuffer.packetTime = Utils::ToSeconds(time); in PatchTransactionTime()
237 g_commandParseBuffer.packetSize = parcel.GetDataSize(); in PatchTransactionTime()
240 g_commandLoop[index] = g_commandParseBuffer; in PatchTransactionTime()
241 g_commandParseBuffer.cmdCount = 0; in PatchTransactionTime()
876 uint16_t cmdCount = g_commandParseBuffer.cmdCount; in PatchCommand()
879 g_commandParseBuffer.cmdCode[cmdCount] = in PatchCommand()
882 g_commandParseBuffer.cmdCount++; in PatchCommand()