Searched defs:actual_length (Results 1 - 2 of 2) sorted by relevance

/device/google/cuttlefish_common/host/libs/usbip/
H A Dmessages.h80 uint32_t actual_length; member in struct:vadb::usbip::CmdRepSubmit
/device/google/cuttlefish_common/guest/commands/usbforward/
H A Dusb_server.cpp249 int32_t actual_length) {
255 fd_->Write(&actual_length, sizeof(actual_length));
256 if (actual_length > 0) {
260 while (sent < actual_length) {
261 int packet_size = fd_->Write(&buffer[sent], actual_length - sent);
263 ALOGV("Sending response, %d / %d bytes sent", sent, actual_length);
247 OnTransferComplete(uint32_t tag, bool is_data_in, bool is_success, const uint8_t* buffer, int32_t actual_length) argument

Completed in 50 milliseconds