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

  /external/chromium_org/mojo/system/
data_pipe_consumer_dispatcher.cc 19 data_pipe_ = data_pipe;
24 DCHECK(!data_pipe_.get());
29 data_pipe_->ConsumerCancelAllWaiters();
34 data_pipe_->ConsumerClose();
35 data_pipe_ = NULL;
57 if (!VerifyUserPointerForSize(elements, data_pipe_->element_size(),
62 return data_pipe_->ConsumerReadData(elements, num_elements, flags);
80 return data_pipe_->ConsumerBeginReadData(buffer, buffer_num_elements, flags);
87 return data_pipe_->ConsumerEndReadData(num_elements_read);
95 return data_pipe_->ConsumerAddWaiter(waiter, flags, wake_result)
    [all...]
data_pipe_producer_dispatcher.cc 19 data_pipe_ = data_pipe;
24 DCHECK(!data_pipe_.get());
29 data_pipe_->ProducerCancelAllWaiters();
34 data_pipe_->ProducerClose();
35 data_pipe_ = NULL;
47 if (!VerifyUserPointerForSize(elements, data_pipe_->element_size(),
51 return data_pipe_->ProducerWriteData(elements, num_elements, flags);
65 return data_pipe_->ProducerBeginWriteData(buffer, buffer_num_elements, flags);
72 return data_pipe_->ProducerEndWriteData(num_elements_written);
80 return data_pipe_->ProducerAddWaiter(waiter, flags, wake_result)
    [all...]
data_pipe_consumer_dispatcher.h 51 scoped_refptr<DataPipe> data_pipe_; // This will be null if closed. member in class:mojo::system::DataPipeConsumerDispatcher
data_pipe_producer_dispatcher.h 53 scoped_refptr<DataPipe> data_pipe_; // This will be null if closed. member in class:mojo::system::DataPipeProducerDispatcher

Completed in 24 milliseconds