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

  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_io_handler.cc 20 SerialIoHandler::SerialIoHandler()
26 SerialIoHandler::~SerialIoHandler() {
30 void SerialIoHandler::Initialize(base::PlatformFile file,
43 void SerialIoHandler::Read(int max_bytes) {
53 void SerialIoHandler::Write(const std::string& data) {
64 void SerialIoHandler::ReadCompleted(int bytes_read,
75 void SerialIoHandler::WriteCompleted(int bytes_written,
85 bool SerialIoHandler::IsReadPending() const
    [all...]
serial_io_handler_posix.h 13 class SerialIoHandlerPosix : public SerialIoHandler,
16 // SerialIoHandler impl.
23 friend class SerialIoHandler;
serial_io_handler.h 21 class SerialIoHandler : public base::NonThreadSafe,
22 public base::RefCounted<SerialIoHandler> {
25 static scoped_refptr<SerialIoHandler> Create();
67 SerialIoHandler();
68 virtual ~SerialIoHandler();
76 // or the SerialIoHandler instance will leak.
83 // or the SerialIoHandler instance will leak.
95 // WARNING: Calling this method can destroy the SerialIoHandler instance
100 // WARNING: Calling this method may destroy the SerialIoHandler instance
151 friend class base::RefCounted<SerialIoHandler>;
    [all...]
serial_io_handler_win.h 14 class SerialIoHandlerWin : public SerialIoHandler,
17 // SerialIoHandler implementation.
25 friend class SerialIoHandler;
serial_io_handler_posix.cc 16 scoped_refptr<SerialIoHandler> SerialIoHandler::Create() {
serial_connection.h 126 virtual void SetIoHandlerForTest(scoped_refptr<SerialIoHandler> handler);
232 scoped_refptr<SerialIoHandler> io_handler_;
serial_io_handler_win.cc 18 scoped_refptr<SerialIoHandler> SerialIoHandler::Create() {
serial_connection.cc 42 io_handler_(SerialIoHandler::Create()) {
145 scoped_refptr<SerialIoHandler> handler) {

Completed in 72 milliseconds