OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:receiving
(Results
1 - 11
of
11
) sorted by null
/external/iproute2/doc/
api-ip6-flowlabels.tex
87
\section{Sending/
receiving
flow information.}
/external/webrtc/webrtc/p2p/base/
transportchannel.h
76
bool
receiving
() const { return receiving_; }
function in class:cricket::TransportChannel
164
// Sets the
receiving
state, signaling if necessary.
165
void set_receiving(bool
receiving
);
transport.h
87
receiving
(false),
101
bool
receiving
; // Has this connection received anything?
member in struct:cricket::ConnectionInfo
142
// The ICE connection
receiving
timeout value.
p2ptransportchannel.cc
56
// Compare two connections based on their writing,
receiving
, and connected
65
// We prefer a
receiving
connection to a non-
receiving
, higher-priority
68
if (a->
receiving
() && !b->
receiving
())
70
if (!a->
receiving
() && b->
receiving
())
136
// data? It would help rendezvous on the connection that is also
receiving
160
// We prefer to switch to a writable and
receiving
connection over a
161
// non-writable or non-
receiving
connection, even if the latter ha
1115
bool
receiving
= false;
local
[
all
...]
port.cc
906
// If this is a STUN request, then update the
receiving
bit and respond.
1087
bool
receiving
= now <= last_recv_time +
receiving
_timeout_;
local
[
all
...]
port.h
446
bool
receiving
() const { return receiving_; }
function in class:cricket::Connection
451
bool weak() const { return !(writable() &&
receiving
() && connected()); }
638
// Time duration to switch from
receiving
to not
receiving
.
/external/webrtc/webrtc/test/channel_transport/
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
;
/external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h
123
Boolean
receiving
; /* bool
receiving
(read only) */
member in struct:receive_sc
/external/libvncserver/rfb/
rfb.h
422
int
receiving
;
member in struct:_rfbFileTransferData
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 413 milliseconds