Home
last modified time | relevance | path

Searched refs:packet_consumer_ (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/cast/streaming/
Denvironment.cc50 OSP_DCHECK(!packet_consumer_); in ConsumeIncomingPackets()
51 packet_consumer_ = packet_consumer; in ConsumeIncomingPackets()
55 packet_consumer_ = nullptr; in DropIncomingPackets()
117 if (!packet_consumer_) { in OnRead()
136 packet_consumer_->OnReceivedPacket( in OnRead()
Denvironment.h146 PacketConsumer* packet_consumer_ = nullptr; variable