Searched refs:RegisterInterfaces (Results 1 – 4 of 4) sorted by relevance
/system/bt/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 105 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 149 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 191 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 235 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 299 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 353 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 404 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 461 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 518 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() 560 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F() [all …]
|
/system/bt/profile/avrcp/ |
D | device.h | 100 void RegisterInterfaces(MediaInterface* interface,
|
D | device.cc | 51 void Device::RegisterInterfaces(MediaInterface* media_interface, in RegisterInterfaces() function in bluetooth::avrcp::Device
|
/system/bt/btif/avrcp/ |
D | avrcp_service.cc | 385 new_device->RegisterInterfaces(media_interface_, &a2dp_interface_, in DeviceCallback()
|