Home
last modified time | relevance | path

Searched defs:Make (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/packet/tests/
Dpacket_test_helper.h33 static std::shared_ptr<TestPacketType<PacketType>> Make() { in Make() function
37 static std::shared_ptr<TestPacketType<PacketType>> Make(std::shared_ptr<Packet> packet) { in Make() function
41 static std::shared_ptr<TestPacketType<PacketType>> Make(std::vector<uint8_t> payload) { in Make() function
46 static std::shared_ptr<TestPacketType<PacketType>> Make(std::vector<uint8_t> payload, in Make() function
/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_message_converter.h34 static std::shared_ptr<VectorPacket> Make() { in Make() function
38 static std::shared_ptr<VectorPacket> Make(std::vector<uint8_t> payload) { in Make() function