OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECEIVE_ERROR_NONE
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/device/serial/
serial_connection.cc
49
io_handler_->CancelRead(device::serial::
RECEIVE_ERROR_NONE
);
serial_connection_unittest.cc
62
receive_error_(serial::
RECEIVE_ERROR_NONE
),
162
receive_error_ = serial::
RECEIVE_ERROR_NONE
;
294
EXPECT_EQ(serial::
RECEIVE_ERROR_NONE
, receive_error_);
324
EXPECT_EQ(serial::
RECEIVE_ERROR_NONE
, receive_error_);
test_serial_io_handler.cc
58
ReadCompleted(static_cast<uint32_t>(num_bytes), serial::
RECEIVE_ERROR_NONE
);
serial_io_handler.cc
118
if (error == serial::
RECEIVE_ERROR_NONE
) {
serial_io_handler_posix.cc
187
ReadCompleted(bytes_read, serial::
RECEIVE_ERROR_NONE
);
serial_io_handler_win.cc
279
? serial::
RECEIVE_ERROR_NONE
/external/chromium_org/extensions/browser/api/serial/
serial_connection.cc
40
case device::serial::
RECEIVE_ERROR_NONE
:
41
return core_api::serial::
RECEIVE_ERROR_NONE
;
51
return core_api::serial::
RECEIVE_ERROR_NONE
;
170
callback_.Run(bytes_written, device::serial::
RECEIVE_ERROR_NONE
);
235
io_handler_->CancelRead(device::serial::
RECEIVE_ERROR_NONE
);
295
io_handler_->CancelRead(device::serial::
RECEIVE_ERROR_NONE
);
serial_event_dispatcher.cc
106
if (error != serial::
RECEIVE_ERROR_NONE
) {
/external/chromium_org/extensions/renderer/api/serial/
serial_api_unittest.cc
332
device::serial::
RECEIVE_ERROR_NONE
);
Completed in 939 milliseconds