Home
last modified time | relevance | path

Searched refs:producer_handle_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/system/tests/
Ddata_pipe_drainer_unittest.cc27 producer_handle_ = std::move(pipe.producer_handle); in DataPipeDrainerTest()
30 ScopedDataPipeProducerHandle producer_handle_; member in mojo::test::DataPipeDrainerTest
54 EXPECT_EQ(MOJO_RESULT_OK, producer_handle_->WriteData( in TEST_F()
57 producer_handle_.reset(); in TEST_F()
/external/libchrome/mojo/public/cpp/system/
Dfile_data_pipe_producer.cc69 producer_handle_(std::move(producer_handle)), in FileSequenceState()
106 if (producer_handle_.is_valid()) { in StartFromFileOnFileSequence()
112 watcher_->Watch(producer_handle_.get(), MOJO_HANDLE_SIGNAL_WRITABLE, in StartFromFileOnFileSequence()
149 MojoResult result = producer_handle_->BeginWriteData( in TransferSomeBytes()
181 producer_handle_->EndWriteData( in TransferSomeBytes()
215 std::move(producer_handle_), result)); in Finish()
221 ScopedDataPipeProducerHandle producer_handle_; member in mojo::FileDataPipeProducer::FileSequenceState