Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Dbluetooth_handler.cpp77 auto this_sent = rootcanal_socket_->Write(&msg[sent], len - sent); in handleMessage() local
78 if (this_sent < 0) { in handleMessage()
82 sent += this_sent; in handleMessage()
Dadb_handler.cpp107 auto this_sent = adb_socket_->Write(&msg[sent], len - sent); in handleMessage() local
108 if (this_sent < 0) { in handleMessage()
112 sent += this_sent; in handleMessage()