Searched defs:TestPacketType (Results 1 - 1 of 1) sorted by relevance

/system/bt/packet/tests/
H A Dpacket_test_helper.h28 class TestPacketType : public PacketType { class in namespace:bluetooth
32 static std::shared_ptr<TestPacketType<PacketType>> Make() {
33 return std::shared_ptr<TestPacketType<PacketType>>(
34 new TestPacketType<PacketType>());
37 static std::shared_ptr<TestPacketType<PacketType>> Make(
39 return std::shared_ptr<TestPacketType<PacketType>>(
40 new TestPacketType<PacketType>(packet));
43 static std::shared_ptr<TestPacketType<PacketType>> Make(
49 static std::shared_ptr<TestPacketType<PacketType>> Make(
51 auto pkt = std::shared_ptr<TestPacketType<PacketTyp
[all...]

Completed in 634 milliseconds