Searched refs:NotifyPacket (Results 1 – 3 of 3) sorted by relevance
75 bool NotifyPacket(const char * buffer, size_t len);
171 local_.NotifyPacket(s.c_str(), s.size()); in OnMessage()178 remote_.NotifyPacket(s.c_str(), s.size()); in OnMessage()
357 bool PseudoTcp::NotifyPacket(const char* buffer, size_t len) { in NotifyPacket() function in cricket::PseudoTcp