Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dlink_layer_socket_device.h29 class LinkLayerSocketDevice : public Device {
31 LinkLayerSocketDevice(int socket_fd, Phy::Type phy_type);
32 LinkLayerSocketDevice(LinkLayerSocketDevice&& s) = default;
33 virtual ~LinkLayerSocketDevice() = default;
36 return std::make_shared<LinkLayerSocketDevice>(socket_fd, phy_type); in Create()
Dlink_layer_socket_device.cc29 LinkLayerSocketDevice::LinkLayerSocketDevice(int socket_fd, Phy::Type phy_type) in LinkLayerSocketDevice() function in test_vendor_lib::LinkLayerSocketDevice
34 void LinkLayerSocketDevice::TimerTick() { in TimerTick()
66 void LinkLayerSocketDevice::IncomingPacket( in IncomingPacket()
/system/bt/vendor_libs/test_vendor_lib/test/
Dlink_layer_socket_device_test.cc225 std::vector<LinkLayerSocketDevice> servers_;
226 std::vector<LinkLayerSocketDevice> clients_;
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_model.cc168 std::shared_ptr<Device> dev = LinkLayerSocketDevice::Create(socket_fd, phy_type); in AddLinkLayerConnection()