Home
last modified time | relevance | path

Searched refs:data_pipe_producer (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/mojo/public/cpp/system/
Ddata_pipe.h64 ScopedDataPipeProducerHandle* data_pipe_producer, in CreateDataPipe() argument
66 DCHECK(data_pipe_producer); in CreateDataPipe()
75 data_pipe_producer->reset(producer_handle); in CreateDataPipe()
81 inline MojoResult WriteDataRaw(DataPipeProducerHandle data_pipe_producer, in WriteDataRaw() argument
85 return MojoWriteData(data_pipe_producer.value(), elements, num_bytes, flags); in WriteDataRaw()
90 inline MojoResult BeginWriteDataRaw(DataPipeProducerHandle data_pipe_producer, in BeginWriteDataRaw() argument
95 data_pipe_producer.value(), buffer, buffer_num_bytes, flags); in BeginWriteDataRaw()
100 inline MojoResult EndWriteDataRaw(DataPipeProducerHandle data_pipe_producer, in EndWriteDataRaw() argument
102 return MojoEndWriteData(data_pipe_producer.value(), num_bytes_written); in EndWriteDataRaw()
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dtest_unions.mojom49 handle<data_pipe_producer> f_data_pipe_producer;
Dsample_service.mojom40 array<handle<data_pipe_producer>>? output_streams@11;
Dtest_structs.mojom47 handle<data_pipe_producer> f15;
50 handle<data_pipe_producer>? f18;
Dvalidation_test_interfaces.mojom86 Method5(StructE param0, handle<data_pipe_producer> param1);