Searched refs:a2dp_interface (Results 1 – 3 of 3) sorted by relevance
/system/bt/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 102 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local 104 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 146 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local 148 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 159 EXPECT_CALL(a2dp_interface, active_peer()) in TEST_F() 188 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local 190 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 201 EXPECT_CALL(a2dp_interface, active_peer()) in TEST_F() 230 NiceMock<MockA2dpInterface> a2dp_interface; in TEST_F() local 232 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() [all …]
|
/system/bt/profile/avrcp/ |
D | device.h | 84 A2dpInterface* a2dp_interface,
|
D | device.cc | 46 A2dpInterface* a2dp_interface, in RegisterInterfaces() argument 49 CHECK(a2dp_interface); in RegisterInterfaces() 50 a2dp_interface_ = a2dp_interface; in RegisterInterfaces()
|