OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_incomingCb
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_socket_posix.cc
39
_incomingCb
= NULL;
97
_incomingCb
= cb;
218
if (_wantsIncoming &&
_incomingCb
)
220
_incomingCb
(_obj, buf, retval, &from);
udp_socket_posix.h
76
IncomingSocketCallback
_incomingCb
;
udp_socket2_win.h
127
IncomingSocketCallback
_incomingCb
;
udp_socket2_win.cc
70
_incomingCb
= NULL;
228
_incomingCb
= cb;
507
if(_wantsIncoming &&
_incomingCb
)
509
_incomingCb
(_obj,
[
all
...]
Completed in 64 milliseconds