Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h121 auto packet1 = TestPacketType<PacketType>::Make(); in MatchAndExplain() local
122 r->Serialize(packet1); in MatchAndExplain()
127 if (packet1->GetData() != packet2->GetData()) { in MatchAndExplain()
131 *listener << packet1->ToString(); in MatchAndExplain()
134 return packet1->GetData() == packet2->GetData(); in MatchAndExplain()
/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler_test.cc190 std::vector<uint8_t> packet1 = {0x01, 0x02, 0x03}; in TEST_F() local
192 EnqueueAclUpEnd(queue_up_end, packet1); in TEST_F()
196 VerifyPacket(handle, packet1); in TEST_F()
294 std::vector<uint8_t> packet1 = {0x01, 0x02, 0x03, i}; in TEST_F() local
298 EnqueueAclUpEnd(queue_up_end1, packet1); in TEST_F()
308 std::vector<uint8_t> packet1 = {0x01, 0x02, 0x03, i}; in TEST_F() local
312 VerifyPacket(handle1, packet1); in TEST_F()