HomeSort by relevance Sort by last modified time
    Searched defs:UdpTransport (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/test/channel_transport/
udp_transport.h 95 // Callback class that receives packets from UdpTransport.
111 class UdpTransport : public Transport {
141 static UdpTransport* Create(const int32_t id, uint8_t& numSocketThreads);
142 static void Destroy(UdpTransport* module);
  /system/core/fastboot/
udp.cpp 102 class UdpTransport : public Transport {
105 static std::unique_ptr<UdpTransport> NewTransport(std::unique_ptr<Socket> socket,
107 ~UdpTransport() override = default;
114 UdpTransport(std::unique_ptr<Socket> socket) : socket_(std::move(socket)) {}
138 DISALLOW_COPY_AND_ASSIGN(UdpTransport);
141 std::unique_ptr<UdpTransport> UdpTransport::NewTransport(std::unique_ptr<Socket> socket,
143 std::unique_ptr<UdpTransport> transport(new UdpTransport(std::move(socket)));
152 bool UdpTransport::InitializeProtocol(std::string* error)
    [all...]

Completed in 58 milliseconds