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

  /external/libmojo/mojo/public/c/system/
data_pipe.h 165 // called, but not yet the matching |MojoEndWriteData()|).
191 // finished writing data to |*buffer|, it should call |MojoEndWriteData()| to
193 // |MojoEndWriteData()| need not be called for other return values.
214 // called, but not yet the matching |MojoEndWriteData()|).
244 // |MojoEndWriteData()| has already been called).
246 MojoEndWriteData(MojoHandle data_pipe_producer_handle,
thunks.cc 100 MojoResult MojoEndWriteData(MojoHandle data_pipe_producer_handle,
  /external/libmojo/mojo/public/cpp/system/
data_pipe.h 98 // Completes a two-phase write to a data pipe. See |MojoEndWriteData()| for
102 return MojoEndWriteData(data_pipe_producer.value(), num_bytes_written);
  /external/libmojo/mojo/public/c/system/tests/
core_unittest.cc 71 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, MojoEndWriteData(h0, 1));
244 MojoEndWriteData(hp, static_cast<uint32_t>(sizeof(kWorld))));
  /external/libmojo/mojo/android/system/
core_impl.cc 321 return MojoEndWriteData(mojo_handle, num_bytes_written);
  /external/libmojo/mojo/edk/system/
data_pipe_unittest.cc 114 return MojoEndWriteData(producer_, num_bytes_written);
    [all...]

Completed in 40 milliseconds