OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_receiving
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/p2p/base/
transportchannel.cc
26
void TransportChannel::
set_receiving
(bool receiving) {
function in class:cricket::TransportChannel
transportchannel.h
165
void
set_receiving
(bool receiving);
port.cc
841
void Connection::
set_receiving
(bool value) {
function in class:cricket::Connection
843
LOG_J(LS_VERBOSE, this) << "
set_receiving
to " << value;
890
set_receiving
(true);
[
all
...]
dtlstransportchannel.cc
444
// Note: SignalReceivingState fired by
set_receiving
.
445
set_receiving
(channel_->receiving());
faketransportcontroller.h
185
void SetReceiving(bool receiving) {
set_receiving
(receiving); }
port.h
596
void
set_receiving
(bool value);
p2ptransportchannel.cc
[
all
...]
Completed in 94 milliseconds