Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h112 class PacketMatcher : public ::testing::MatcherInterface<const AvrcpResponse&> {
116 PacketMatcher(AvrcpResponse&& pkt) { pkt_to_compare_to_ = std::move(pkt); } in PacketMatcher() function
142 return MakeMatcher(new PacketMatcher<Packet>(std::move(arg))); in matchPacket()
147 return MakeMatcher(new PacketMatcher<BrowsePacket>(std::move(arg))); in matchPacket()