Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc103 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local
105 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
147 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local
149 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
160 EXPECT_CALL(a2dp_interface, active_peer()) in TEST_F()
189 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local
191 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
204 EXPECT_CALL(a2dp_interface, active_peer()) in TEST_F()
233 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local
235 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
[all …]
/system/bt/profile/avrcp/
Ddevice.h101 A2dpInterface* a2dp_interface,
Ddevice.cc52 A2dpInterface* a2dp_interface, in RegisterInterfaces() argument
55 CHECK(a2dp_interface); in RegisterInterfaces()
56 a2dp_interface_ = a2dp_interface; in RegisterInterfaces()