Home
last modified time | relevance | path

Searched defs:pkt (Results 1 – 8 of 8) sorted by relevance

/system/chre/chpp/test/
Dpacket_util.cpp28 ChppEmptyPacket pkt = { in generateEmptyPacket() local
47 ChppResetPacket pkt = { in generateResetPacket() local
77 ChppResetPacket pkt = generateResetPacket(ackSeq, seq); in generateResetAckPacket() local
85 ChppEmptyPacket generateAck(std::vector<uint8_t> &pkt) { in generateAck()
225 void dumpEmptyPacket(std::ostream &os, const ChppEmptyPacket &pkt) { in dumpEmptyPacket()
231 void dumpResetPacket(std::ostream &os, const ChppResetPacket &pkt) { in dumpResetPacket()
238 void dumpPacket(std::ostream &os, const ChppPacketPrefix &pkt) { in dumpPacket()
258 std::ostream &operator<<(std::ostream &os, const ChppEmptyPacket &pkt) { in operator <<()
263 std::ostream &operator<<(std::ostream &os, const ChppResetPacket &pkt) { in operator <<()
268 std::ostream &operator<<(std::ostream &os, const ChppPacketPrefix &pkt) { in operator <<()
[all …]
Dpacket_util.h60 uint32_t computeCrc(const PktType &pkt) { in computeCrc()
75 inline ChppEmptyPacket &asEmptyPacket(std::vector<uint8_t> &pkt) { in asEmptyPacket()
80 inline ChppResetPacket &asResetPacket(std::vector<uint8_t> &pkt) { in asResetPacket()
85 inline ChppPacketPrefix &asChpp(std::vector<uint8_t> &pkt) { in asChpp()
90 inline ChppTransportHeader &getHeader(std::vector<uint8_t> &pkt) { in getHeader()
106 void dumpFooter(std::ostream &os, const PktType &pkt) { in dumpFooter()
Dfake_link.cpp27 std::vector<uint8_t> pkt; in appendTxPacket() local
Dfake_link_sync_test.cpp158 std::vector<uint8_t> pkt = mFakeLink->popTxPacket(); in TEST_F() local
177 std::vector<uint8_t> pkt = mFakeLink->popTxPacket(); in TEST_F() local
/system/extras/simpleperf/
DETMDecoder.cpp166 const EtmV4ITrcPacket* pkt) override { in PacketDataIn()
192 const EtmV4ITrcPacket* pkt) override { in ProcessPacket()
373 const EtmV4ITrcPacket* pkt) override { in ProcessPacket()
547 bool IsAddrPacket(const EtmV4ITrcPacket* pkt) { in IsAddrPacket()
552 bool IsAtomPacket(const EtmV4ITrcPacket* pkt) { return pkt->getAtom().num > 0; } in IsAtomPacket()
556 const EtmV4ITrcPacket* pkt) override { in ProcessPacket()
594 void ProcessAtomPacket(uint8_t trace_id, TraceData& data, const EtmV4ITrcPacket* pkt) { in ProcessAtomPacket()
/system/nfc/src/rust/rootcanal/
Dmain.rs258 let pkt = rsp.into(); in write_nci() localVariable
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp355 for (auto& pkt : response) { in ACTION_P() local
/system/netd/tests/
Dbinder_test.cpp1368 int byte, int pkt) { in addTetherCounterValues()