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

/external/chromium_org/device/serial/
H A Ddata_sink_receiver.h70 bool DoneInternal(uint32_t bytes_read);
H A Ddata_source_sender.h63 void DoneInternal(uint32_t bytes_written);
H A Ddata_sink_receiver.cc175 if (!DoneInternal(bytes_read))
182 if (!DoneInternal(bytes_read))
187 bool DataSinkReceiver::DoneInternal(uint32_t bytes_read) { function in class:device::DataSinkReceiver
H A Ddata_source_sender.cc144 DoneInternal(bytes_written);
150 DoneInternal(bytes_written);
158 void DataSourceSender::DoneInternal(uint32_t bytes_written) { function in class:device::DataSourceSender

Completed in 73 milliseconds