Home
last modified time | relevance | path

Searched refs:RegisterInterfaces (Results 1 – 4 of 4) sorted by relevance

/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc105 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/
Ddevice.h100 void RegisterInterfaces(MediaInterface* interface,
Ddevice.cc51 void Device::RegisterInterfaces(MediaInterface* media_interface, in RegisterInterfaces() function in bluetooth::avrcp::Device
/system/bt/btif/avrcp/
Davrcp_service.cc385 new_device->RegisterInterfaces(media_interface_, &a2dp_interface_, in DeviceCallback()