HomeSort by relevance Sort by last modified time
    Searched refs:CancelRead (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/device/serial/
serial_connection.cc 37 io_handler_->CancelRead(serial::RECEIVE_ERROR_DISCONNECTED);
49 io_handler_->CancelRead(device::serial::RECEIVE_ERROR_NONE);
serial_io_handler.h 52 void CancelRead(serial::ReceiveError reason);
serial_io_handler.cc 150 void SerialIoHandler::CancelRead(serial::ReceiveError reason) {
  /external/chromium_org/extensions/browser/api/serial/
serial_connection.cc 212 io_handler_->CancelRead(device::serial::RECEIVE_ERROR_DISCONNECTED);
235 io_handler_->CancelRead(device::serial::RECEIVE_ERROR_NONE);
295 io_handler_->CancelRead(device::serial::RECEIVE_ERROR_NONE);
350 io_handler_->CancelRead(device::serial::RECEIVE_ERROR_TIMEOUT);

Completed in 355 milliseconds