Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2607)

Unified Diff: device/serial/serial_io_handler_posix.h

Issue 1128943005: Implement break signal for serial api. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histogram, VLOG Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/serial/serial_io_handler.h ('k') | device/serial/serial_io_handler_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial_io_handler_posix.h
diff --git a/device/serial/serial_io_handler_posix.h b/device/serial/serial_io_handler_posix.h
index 9a5b8329bcc41b61af4de05204219b79b8627819..6d744c7b2db7a2226123aa89425b10dedbaff03f 100644
--- a/device/serial/serial_io_handler_posix.h
+++ b/device/serial/serial_io_handler_posix.h
@@ -26,6 +26,8 @@ class SerialIoHandlerPosix : public SerialIoHandler,
bool SetControlSignals(
const serial::HostControlSignals& control_signals) override;
serial::ConnectionInfoPtr GetPortInfo() const override;
+ bool SetBreak() override;
+ bool ClearBreak() override;
void RequestAccess(
const std::string& port,
scoped_refptr<base::SingleThreadTaskRunner> file_task_runner,
« no previous file with comments | « device/serial/serial_io_handler.h ('k') | device/serial/serial_io_handler_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698