Home | History | Annotate | Download | only in base

Lines Matching refs:channel

44 StreamInterfaceChannel::StreamInterfaceChannel(TransportChannel* channel)
45 : channel_(channel),
93 TransportChannelImpl* channel)
94 : TransportChannelImpl(channel->transport_name(), channel->component()),
97 channel_(channel),
310 LOG(LS_ERROR) << "Failed to get the current SRTP cipher for DTLS channel";
397 void DtlsTransportChannelWrapper::OnWritableState(TransportChannel* channel) {
399 ASSERT(channel == channel_);
401 << "DTLSTransportChannelWrapper: channel writable state changed to "
437 void DtlsTransportChannelWrapper::OnReceivingState(TransportChannel* channel) {
439 ASSERT(channel == channel_);
441 << "DTLSTransportChannelWrapper: channel receiving state changed to "
450 TransportChannel* channel, const char* data, size_t size,
453 ASSERT(channel == channel_);
515 TransportChannel* channel,
522 void DtlsTransportChannelWrapper::OnReadyToSend(TransportChannel* channel) {
553 LOG_J(LS_INFO, this) << "DTLS channel closed";
556 LOG_J(LS_INFO, this) << "DTLS channel error, code=" << err;
601 TransportChannelImpl* channel) {
602 ASSERT(channel == channel_);
607 TransportChannelImpl* channel,
609 ASSERT(channel == channel_);
614 TransportChannelImpl* channel) {
615 ASSERT(channel == channel_);
620 TransportChannel* channel, const Candidate& candidate) {
621 ASSERT(channel == channel_);
626 TransportChannelImpl* channel) {
627 ASSERT(channel == channel_);