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

  /external/libchrome/mojo/public/c/system/
data_pipe.h 163 // Flags passed to |MojoEndReadData()| via |MojoEndReadDataOptions|. See
170 // Options passed to |MojoEndReadData()|.
353 // called, but not yet the matching |MojoEndReadData()|).
371 // Once the caller has finished reading data from |*buffer|, |MojoEndReadData()|
386 // called, but not yet the matching |MojoEndReadData()|).
415 // |MojoEndReadData()| has already been called).
417 MojoEndReadData(MojoHandle data_pipe_consumer_handle,
thunks.cc 241 MojoResult MojoEndReadData(MojoHandle data_pipe_consumer_handle,
  /external/libchrome/mojo/public/cpp/system/
data_pipe.h 97 // Completes a two-phase read from a data pipe. See |MojoEndReadData()| for
100 return MojoEndReadData(value(), num_bytes_read, nullptr);
  /external/libchrome/mojo/public/c/system/tests/
core_api_unittest.cc 66 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, MojoEndReadData(h0, 1, nullptr));
244 EXPECT_EQ(MOJO_RESULT_OK, MojoEndReadData(hc, buffer_size, nullptr));
  /external/libchrome/mojo/public/java/system/
core_impl.cc 226 return MojoEndReadData(mojo_handle, num_bytes_read, nullptr);
  /external/libchrome/mojo/core/
data_pipe_unittest.cc 128 return MojoEndReadData(consumer_, num_bytes_read, nullptr);
    [all...]

Completed in 273 milliseconds