Searched refs:OnReceive (Results 1 – 3 of 3) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | ws_connection.cpp | 44 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()
|
D | ws_connection.h | 37 virtual void OnReceive(const uint8_t* msg, size_t length, bool is_binary) = 0;
|
D | streamer.cpp | 109 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
|