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
114 class PacketMatcher : public ::testing::MatcherInterface<const AvrcpResponse&> {
116 AvrcpResponse pkt_to_compare_to_;
118 PacketMatcher(AvrcpResponse&& pkt) { pkt_to_compare_to_ = std::move(pkt); } in PacketMatcher()
121 const AvrcpResponse& r, in MatchAndExplain()
142 inline ::testing::Matcher<const AvrcpResponse&> matchPacket( in matchPacket()
147 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()
100 MockFunction<void(uint8_t, bool, const AvrcpResponse&)> response_cb;
105 base::Callback<void(uint8_t, bool, AvrcpResponse)> cb = in TEST_F()
106 base::Bind([](MockFunction<void(uint8_t, bool, const AvrcpResponse&)>* a, in TEST_F()
107 uint8_t b, bool c, AvrcpResponse d) { a->Call(b, c, d); }, in TEST_F()
711 base::Callback<void(uint8_t, bool, AvrcpResponse)> cb = in TEST_F()
712 base::Bind([](MockFunction<void(uint8_t, bool, const AvrcpResponse&)>* a, in TEST_F()
[all …]