Searched refs:DispatchFatalError (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/device/serial/
H A Ddata_sink_receiver.cc93 DispatchFatalError();
131 DispatchFatalError();
146 DispatchFatalError();
156 DispatchFatalError();
167 DispatchFatalError();
195 DispatchFatalError();
224 void DataSinkReceiver::DispatchFatalError() { function in class:device::DataSinkReceiver
H A Ddata_source_sender.cc95 DispatchFatalError();
105 DispatchFatalError();
114 DispatchFatalError();
129 DispatchFatalError();
137 DispatchFatalError();
166 DispatchFatalError();
171 void DataSourceSender::DispatchFatalError() { function in class:device::DataSourceSender
H A Ddata_sender.cc35 void DispatchFatalError();
55 // The error value to report when DispatchFatalError() is called.
206 pending_sends_.front()->DispatchFatalError();
210 sends_awaiting_ack_.front()->DispatchFatalError();
251 void DataSender::PendingSend::DispatchFatalError() { function in class:device::DataSender::PendingSend
H A Ddata_sink_receiver.h80 void DispatchFatalError();
H A Ddata_source_sender.h46 // Invoked in the event of a connection error. Calls DispatchFatalError().
66 void DispatchFatalError();
H A Ddata_receiver.cc32 void DispatchFatalError();
50 // The error value to report when DispatchFatalError() is called.
256 pending_receive_->DispatchFatalError();
292 void DataReceiver::PendingReceive::DispatchFatalError() { function in class:device::DataReceiver::PendingReceive

Completed in 934 milliseconds