Searched refs:a2dp_interface (Results 1 – 3 of 3) sorted by relevance
124 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local169 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local182 EXPECT_CALL(a2dp_interface, active_peer()) in TEST_F()211 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local226 EXPECT_CALL(a2dp_interface, active_peer()) in TEST_F()255 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local260 EXPECT_CALL(a2dp_interface, active_peer()) in TEST_F()316 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local319 EXPECT_CALL(a2dp_interface, active_peer()) in TEST_F()373 EXPECT_CALL(a2dp_interface, active_peer()) in TEST_F()[all …]
111 A2dpInterface* a2dp_interface,
52 A2dpInterface* a2dp_interface, in RegisterInterfaces() argument55 CHECK(a2dp_interface); in RegisterInterfaces()56 a2dp_interface_ = a2dp_interface; in RegisterInterfaces()