HomeSort by relevance Sort by last modified time
    Searched refs:Receiving (Results 1 - 5 of 5) 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;
  /frameworks/base/docs/html/training/
training_toc.cs 286 Receiving Simple Data from Other Apps
340 >Receiving Files from Another Device</a></li>
770 Receiving Location Updates
865 <a href="<?cs var:toroot ?>training/wearables/notifications/voice-input.html">Receiving Voice Input in a Notification</a>
    [all...]

Completed in 232 milliseconds