Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h30 using AvrcpResponse = std::unique_ptr<::bluetooth::PacketBuilder>; variable
112 class PacketMatcher : public ::testing::MatcherInterface<const AvrcpResponse&> {
114 AvrcpResponse pkt_to_compare_to_;
116 PacketMatcher(AvrcpResponse&& pkt) { pkt_to_compare_to_ = std::move(pkt); } in PacketMatcher()
119 const AvrcpResponse& r, in MatchAndExplain()
140 inline ::testing::Matcher<const AvrcpResponse&> matchPacket( in matchPacket()
145 inline ::testing::Matcher<const AvrcpResponse&> matchPacket( in matchPacket()
Davrcp_device_test.cc39 using AvrcpResponse = std::unique_ptr<::bluetooth::PacketBuilder>; typedef
64 base::Callback<void(uint8_t, bool, AvrcpResponse)> cb = base::Bind( in SetUp()
65 [](MockFunction<void(uint8_t, bool, const AvrcpResponse&)>* a, in SetUp()
66 uint8_t b, bool c, AvrcpResponse d) { a->Call(b, c, d); }, in SetUp()
87 MockFunction<void(uint8_t, bool, const AvrcpResponse&)> response_cb;
92 base::Callback<void(uint8_t, bool, AvrcpResponse)> cb = in TEST_F()
93 base::Bind([](MockFunction<void(uint8_t, bool, const AvrcpResponse&)>* a, in TEST_F()
94 uint8_t b, bool c, AvrcpResponse d) { a->Call(b, c, d); }, in TEST_F()
631 base::Callback<void(uint8_t, bool, AvrcpResponse)> cb = in TEST_F()
632 base::Bind([](MockFunction<void(uint8_t, bool, const AvrcpResponse&)>* a, in TEST_F()
[all …]