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

  /external/libmojo/mojo/public/c/system/
data_pipe.h 71 // |MojoBeginReadData()|.
288 // |data_pipe_consumer_handle| (i.e., |MojoBeginReadData()| has been
331 // |data_pipe_consumer_handle| (i.e., |MojoBeginReadData()| has been
336 MojoBeginReadData(MojoHandle data_pipe_consumer_handle,
342 // |data_pipe_consumer_handle| that was begun by a call to |MojoBeginReadData()|
345 // |*buffer_num_bytes| output by |MojoBeginReadData()| and must be a multiple of
356 // |MojoBeginReadData()| or not a multiple of the element size).
358 // two-phase read (e.g., |MojoBeginReadData()| was not called or
thunks.cc 115 MojoResult MojoBeginReadData(MojoHandle data_pipe_consumer_handle,
  /external/libmojo/mojo/public/c/system/tests/
core_unittest.cc 77 MojoBeginReadData(h0, &read_pointer, &buffer_size,
214 MojoBeginReadData(hc, &read_pointer, &buffer_size,
267 EXPECT_EQ(MOJO_RESULT_OK, MojoBeginReadData(hc, &read_pointer, &buffer_size,
  /external/libmojo/mojo/public/cpp/system/
data_pipe.h 113 // Begins a two-phase read from a data pipe. See |MojoBeginReadData()| for
119 return MojoBeginReadData(
  /external/libmojo/mojo/android/system/
core_impl.cc 267 MojoBeginReadData(mojo_handle, &buffer, &buffer_size, flags);
  /external/libmojo/mojo/edk/system/
data_pipe_unittest.cc 97 return MojoBeginReadData(consumer_, elements, num_bytes, flags);
    [all...]

Completed in 77 milliseconds