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

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_transport.h 150 // Register packetCallback for receiving incoming packets. Set the local
261 // receiving packets to numberOfSocketBuffers. I.e. the number of packets
270 virtual bool Receiving() const = 0;
udp_transport_impl.h 103 virtual bool Receiving() const OVERRIDE;
143 // IncomingSocketCallback signature functions for receiving callbacks from
193 // Protects the sockets from being re-configured while receiving packets.
209 // Local port number when the local port for receiving and local port number
226 // 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/chromium_org/chrome/browser/resources/memory_internals/
memory_internals.js 24 * Receiving notification to display memory snapshot.
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 95 // Receiving the new profile defaults in the manage-user overlay shouldn't mess
111 // Receiving new profile defaults sets focus to the name field if the create
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 91 receiving(false) {}
99 bool receiving; member in struct:webrtc::voe::ChannelState::State
148 state_.receiving = enable;
160 public FileCallback, // receiving notification from file player & recorder
450 bool Receiving() const
452 return channel_state_.Get().receiving;
  /frameworks/base/docs/html/training/
training_toc.cs 219 Receiving Simple Data from Other Apps
273 >Receiving Files from Another Device</a></li>
731 Receiving Location Updates
766 <a href="<?cs var:toroot ?>training/wearables/notifications/voice-input.html">Receiving Voice Input in a Notification</a>
847 <a href="<?cs var:toroot ?>training/wearables/data-layer/messages.html">Sending and Receiving Messages</a>
    [all...]
  /external/chromium_org/remoting/webapp/
format_iq.js 603 * @param {boolean} send True if we're sending this stanza; false for receiving.
703 return 'Receiving Iq: ' + message;

Completed in 5698 milliseconds