Searched refs:pending_send_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/serial/
H A Ddata_source_sender.cc65 PendingSend* pending_send_; member in class:device::DataSourceSender::PendingSend::Buffer
92 // This should never occur. |handle_| is only valid and |pending_send_| is
94 if (pending_send_ || handle_.is_valid() || shut_down_) {
99 pending_send_.reset(new PendingSend(this, ready_callback_));
104 if (pending_send_ || !handle_.is_valid()) {
109 pending_send_.reset(new PendingSend(this, ready_callback_));
118 DCHECK(pending_send_ && !waiter_);
126 DCHECK(pending_send_ && !shut_down_ && waiter_);
140 pending_send_->GetData(static_cast<char*>(data), num_bytes);
151 pending_send_
[all...]
H A Ddata_source_sender.h78 scoped_ptr<PendingSend> pending_send_; member in class:device::DataSourceSender

Completed in 260 milliseconds