Home
last modified time | relevance | path

Searched defs:is_binary (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dws_connection.cpp58 bool is_binary() const { return is_binary_; } in is_binary() function
243 bool is_binary) { in OnReceive()
Dstreamer.cpp109 void OnReceive(const uint8_t* msg, size_t length, bool is_binary) override { in OnReceive()
354 void StreamerImpl::OnReceive(const uint8_t* msg, size_t length, bool is_binary) { in OnReceive()