Home
last modified time | relevance | path

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

/system/bt/packet/tests/
Dpacket_test_helper.h32 static std::shared_ptr<TestPacketType<PacketType>> Make() { in Make() function
37 static std::shared_ptr<TestPacketType<PacketType>> Make( in Make() function
43 static std::shared_ptr<TestPacketType<PacketType>> Make( in Make() function
49 static std::shared_ptr<TestPacketType<PacketType>> Make( in Make() function
/system/bt/profile/avrcp/
Davrcp_message_converter.h30 static std::shared_ptr<VectorPacket> Make() { in Make() function
34 static std::shared_ptr<VectorPacket> Make(std::vector<uint8_t> payload) { in Make() function
/system/bt/profile/sdp/common/test/
Ddata_element_reader_test.cc33 static std::shared_ptr<ReaderPacket> Make(std::vector<uint8_t> payload) { in Make() function in bluetooth::sdp::ReaderPacket