Searched defs:ReceivePacket (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/tools/usb_gadget/ |
D | echo_gadget.py | 193 def ReceivePacket(self, endpoint, data): member in EchoGadget
|
D | linux_gadgetfs.py | 255 def ReceivePacket(unused_fd, unused_events): function
|
D | hid_gadget.py | 270 def ReceivePacket(self, endpoint, data): member in HidGadget
|
D | gadget.py | 166 def ReceivePacket(self, endpoint, data): member in Gadget
|
/external/chromium_org/remoting/test/ |
D | fake_socket_factory.cc | 86 void FakeUdpSocket::ReceivePacket(const rtc::SocketAddress& from, in ReceivePacket() function in remoting::__anonc660eacf0111::FakeUdpSocket 264 void FakePacketSocketFactory::ReceivePacket( in ReceivePacket() function in remoting::FakePacketSocketFactory
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_receiver.cc | 254 bool ViEReceiver::ReceivePacket(const uint8_t* packet, in ReceivePacket() function in webrtc::ViEReceiver
|
/external/chromium_org/content/browser/renderer_host/p2p/ |
D | socket_host_udp_unittest.cc | 105 void ReceivePacket(const net::IPEndPoint& address, std::vector<char> data) { in ReceivePacket() function in __anona747b2c40111::FakeDatagramServerSocket
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | channel.cc | 1804 bool Channel::ReceivePacket(const uint8_t* packet, in ReceivePacket() function in webrtc::voe::Channel
|