Home
last modified time | relevance | path

Searched refs:OnReceive (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dws_connection.cpp44 void OnReceive(const uint8_t* data, size_t len, bool is_binary);
242 void WsConnectionImpl::OnReceive(const uint8_t* data, size_t len, in OnReceive() function in WsConnectionImpl
246 observer->OnReceive(data, len, is_binary); in OnReceive()
325 connection->OnReceive((const uint8_t*)in, len, in LwsCallback()
Dws_connection.h37 virtual void OnReceive(const uint8_t* msg, size_t length, bool is_binary) = 0;
Dstreamer.cpp109 void OnReceive(const uint8_t* msg, size_t length, bool is_binary) override { in OnReceive() function in cuttlefish::webrtc_streaming::__anon3b71a7a00111::StreamerImpl::WsObserver
110 streamer_->OnReceive(msg, length, is_binary); in OnReceive()
137 void OnReceive(const uint8_t* msg, size_t length, bool is_binary);
354 void StreamerImpl::OnReceive(const uint8_t* msg, size_t length, bool is_binary) { in OnReceive() function in cuttlefish::webrtc_streaming::__anon3b71a7a00111::StreamerImpl