Searched refs:a2dp_interface (Results 1 – 3 of 3) sorted by relevance
/system/bt/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 124 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local 126 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 169 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local 171 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 182 EXPECT_CALL(a2dp_interface, active_peer()) in TEST_F() 211 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local 213 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 226 EXPECT_CALL(a2dp_interface, active_peer()) in TEST_F() 255 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local 257 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() [all …]
|
/system/bt/profile/avrcp/ |
D | device.h | 111 A2dpInterface* a2dp_interface,
|
D | device.cc | 52 A2dpInterface* a2dp_interface, in RegisterInterfaces() argument 55 CHECK(a2dp_interface); in RegisterInterfaces() 56 a2dp_interface_ = a2dp_interface; in RegisterInterfaces()
|