Searched refs:NanoPacket (Results 1 – 3 of 3) sorted by relevance
67 NanoPacket::NanoPacket(uint32_t sequence_number, PacketReason reason, in NanoPacket() function in android::NanoPacket111 NanoPacket::NanoPacket() { in NanoPacket() function in android::NanoPacket115 void NanoPacket::Reset() { in Reset()125 bool NanoPacket::ParsingIsComplete() const { in ParsingIsComplete()129 const std::vector<uint8_t>& NanoPacket::packet_buffer() const { in packet_buffer()133 uint32_t NanoPacket::reason() const { in reason()137 PacketReason NanoPacket::TypedReason() const { in TypedReason()141 const std::vector<uint8_t>& NanoPacket::packet_content() const { in packet_content()145 NanoPacket::ParseResult NanoPacket::Parse(uint8_t *buffer, size_t length, in Parse()195 bool NanoPacket::ValidateCrc() { in ValidateCrc()
44 class NanoPacket : public NonCopyable {56 NanoPacket(uint32_t sequence_number, PacketReason reason,60 NanoPacket();
24 bool NanoPacket::DeserializeWord(T *destination, uint8_t byte) { in DeserializeWord()