HomeSort by relevance Sort by last modified time
    Searched refs:Receiving (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/test/channel_transport/
udp_transport.h 151 // Register packetCallback for receiving incoming packets. Set the local
262 // receiving packets to numberOfSocketBuffers. I.e. the number of packets
271 virtual bool Receiving() const = 0;
udp_transport_impl.h 97 bool Receiving() const override;
138 // IncomingSocketCallback signature functions for receiving callbacks from
188 // Protects the sockets from being re-configured while receiving packets.
204 // Local port number when the local port for receiving and local port number
221 // Local port when the local port for receiving and local port for sending
udp_transport_impl.cc 837 bool receiving=_receiving; local
839 if(receiving)
868 if(receiving)
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.h 95 receiving(false) {}
103 bool receiving; member in struct:webrtc::voe::ChannelState::State
152 state_.receiving = enable;
163 public FileCallback, // receiving notification from file player & recorder
426 bool Receiving() const
428 return channel_state_.Get().receiving;
  /prebuilts/go/darwin-x86/src/net/http/
client_test.go 514 t.Fatalf("Receiving %q, only read %d bytes", str, n)
  /prebuilts/go/linux-x86/src/net/http/
client_test.go 514 t.Fatalf("Receiving %q, only read %d bytes", str, n)
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go     [all...]

Completed in 799 milliseconds