OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_wantsIncoming
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_socket_wrapper.cc
40
:
_wantsIncoming
(false),
140
_wantsIncoming
= true;
150
_wantsIncoming
= false;
udp_socket_posix.cc
35
_wantsIncoming
= false;
218
if (
_wantsIncoming
&& _incomingCb)
226
bool UdpSocketPosix::WantsIncoming() { return
_wantsIncoming
; }
269
_wantsIncoming
= false;
udp_socket_wrapper.h
102
bool
_wantsIncoming
;
udp_socket2_win.cc
66
_wantsIncoming
= false;
283
_wantsIncoming
= true;
319
_wantsIncoming
= false;
507
if(
_wantsIncoming
&& _incomingCb)
666
_wantsIncoming
= false;
[
all
...]
Completed in 2233 milliseconds