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

  /external/libchrome/mojo/public/c/system/
data_pipe.h 70 // Flags passed to |MojoBeginWriteData()| via |MojoBeginWriteDataOptions|. See
77 // Options passed to |MojoBeginWriteData()|.
237 // |data_pipe_producer_handle| (i.e., |MojoBeginWriteData()| has been
254 // |MojoBeginWriteData()|, their request will fail with |MOJO_RESULT_BUSY|.
256 // If |MojoBeginWriteData()| returns MOJO_RESULT_OK and once the caller has
260 // |MojoBeginWriteData()| fails.
272 // |data_pipe_producer_handle| (i.e., |MojoBeginWriteData()| has been
277 MojoBeginWriteData(MojoHandle data_pipe_producer_handle,
283 // |MojoBeginWriteData()| for the same |data_pipe_producer_handle|.
287 // |*buffer_num_bytes| output by |MojoBeginWriteData()|, and it must be
    [all...]
thunks.cc 210 MojoResult MojoBeginWriteData(MojoHandle data_pipe_producer_handle,
  /external/libchrome/mojo/public/cpp/system/
data_pipe.h 41 // Begins a two-phase write to a data pipe. See |MojoBeginWriteData()| for
49 return MojoBeginWriteData(value(), &options, buffer, buffer_num_bytes);
  /external/libchrome/mojo/public/c/system/tests/
core_api_unittest.cc 58 MojoBeginWriteData(h0, nullptr, &write_pointer, &buffer_size));
212 MojoBeginWriteData(hp, nullptr, &write_pointer, &buffer_size));
  /external/libchrome/mojo/public/java/system/
core_impl.cc 262 MojoBeginWriteData(mojo_handle, &options, &buffer, &buffer_size);
  /external/libchrome/mojo/core/
data_pipe_unittest.cc 132 return MojoBeginWriteData(producer_, nullptr, elements, num_bytes);
    [all...]

Completed in 86 milliseconds