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

  /external/libchrome/mojo/public/c/system/
data_pipe.h 88 // Flags passed to |MojoEndWriteData()| via |MojoEndWriteDataOptions|. See
95 // Options passed to |MojoEndWriteData()|.
238 // called, but not yet the matching |MojoEndWriteData()|).
257 // finished writing data to |*buffer|, |MojoEndWriteData()| must be called to
259 // write operation. |MojoEndWriteData()| need not be called when
273 // called, but not yet the matching |MojoEndWriteData()|).
304 // |MojoEndWriteData()| has already been called).
306 MojoEndWriteData(MojoHandle data_pipe_producer_handle,
thunks.cc 218 MojoResult MojoEndWriteData(MojoHandle data_pipe_producer_handle,
  /external/libchrome/mojo/public/cpp/system/
data_pipe.h 52 // Completes a two-phase write to a data pipe. See |MojoEndWriteData()| for
55 return MojoEndWriteData(value(), num_bytes_written, nullptr);
  /external/libchrome/mojo/public/c/system/tests/
core_api_unittest.cc 59 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, MojoEndWriteData(h0, 1, nullptr));
219 MojoEndWriteData(hp, static_cast<uint32_t>(sizeof(kWorld)), nullptr));
  /external/libchrome/mojo/public/java/system/
core_impl.cc 276 return MojoEndWriteData(mojo_handle, num_bytes_written, nullptr);
  /external/libchrome/mojo/core/
data_pipe_unittest.cc 136 return MojoEndWriteData(producer_, num_bytes_written, nullptr);
    [all...]

Completed in 52 milliseconds