Searched refs:ReportBytesSentAndError (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/device/serial/
H A Ddata_sender.cc32 uint32_t ReportBytesSentAndError(uint32_t* num_bytes, int32_t error);
138 void DataSender::ReportBytesSentAndError( function in class:device::DataSender
147 bytes_to_flush += sends_awaiting_ack_.front()->ReportBytesSentAndError(
153 pending_sends_.front()->ReportBytesSentAndError(&bytes_sent, error);
238 uint32_t DataSender::PendingSend::ReportBytesSentAndError(uint32_t* num_bytes, function in class:device::DataSender::PendingSend
H A Ddata_sender.h57 virtual void ReportBytesSentAndError(
H A Ddata_sink_receiver.cc102 // If we have sent a ReportBytesSentAndError but have not received the
103 // response, that ReportBytesSentAndError message will appear to the
127 ReportBytesSentAndError(0, error);
149 // If there are any queued flushes (from ReportBytesSentAndError()), let them
184 ReportBytesSentAndError(bytes_read, error);
201 void DataSinkReceiver::ReportBytesSentAndError(uint32_t bytes_read, function in class:device::DataSinkReceiver
209 client()->ReportBytesSentAndError(
H A Ddata_sink_receiver.h72 // Sends an ReportBytesSentAndError message to the client.
73 void ReportBytesSentAndError(uint32_t bytes_read, int32_t error);
75 // Invoked in response to an ReportBytesSentAndError call to the client with

Completed in 960 milliseconds