Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp90 bool is_binary() const { return is_binary_; } in is_binary() function
441 void WsConnection::OnReceive(const uint8_t* data, size_t len, bool is_binary) { in OnReceive()
Dstreamer.cpp580 bool is_binary) { in OnReceive()