Searched defs:packetType (Results 1 – 13 of 13) sorted by relevance
100 int packetType = data.readUnsignedByte(); in parsePayload() local
80 int packetType = data.readUnsignedByte(); in parsePayload() local
78 int packetType = data.readUnsignedByte(); in parsePayload() local
41 uint32_t ConstructHeader(uint32_t packetFamily, uint32_t packetClass, uint32_t packetType) in ConstructHeader()133 uint32_t packetType, in CreateTimelinePacketHeader()
835 uint32_t packetType = 0; in SendPeriodicCounterCapturePacket() local
210 MockProfilingConnection::PacketType packetType, in WaitForPacketsSent()
52 uint32_t packetType = (packetHeaderWord0 >> 16) & 0x00000007; variable
89 PacketType packetType; in WritePacket() local
479 uint32_t packetType = (packetHeaderWord0 >> 16) & 0x00000007; variable
31 val packetType = buffer[--end].toInt() in <lambda>() constant
216 int packetType = byteToUnsignedInt(buffer.get(--end)); in getRoot() local
152 uint32_t packetType; /* Packet type */ member