Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dremote_loopback_device.cc35 bool RemoteLoopbackDevice::registered_ = DeviceBoutique::Register(LOG_TAG, &RemoteLoopbackDevice::C…
37 RemoteLoopbackDevice::RemoteLoopbackDevice() {} in RemoteLoopbackDevice() function in test_vendor_lib::RemoteLoopbackDevice
39 std::string RemoteLoopbackDevice::ToString() const { in ToString()
43 void RemoteLoopbackDevice::Initialize(const std::vector<std::string>& args) { in Initialize()
50 void RemoteLoopbackDevice::IncomingPacket(LinkLayerPacketView packet) { in IncomingPacket()
Dremote_loopback_device.h27 class RemoteLoopbackDevice : public Device {
29 RemoteLoopbackDevice();
30 virtual ~RemoteLoopbackDevice() = default;
33 return std::make_shared<RemoteLoopbackDevice>(); in Create()
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_model.cc67 example_devices_.push_back(std::make_shared<RemoteLoopbackDevice>()); in TestModel()