Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dstreamer.cpp54 auto data_str = json_writer.write(data); in SendJson() local
55 ws_conn->Send(reinterpret_cast<const uint8_t*>(data_str.c_str()), in SendJson()
56 data_str.size()); in SendJson()