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

  /external/libchrome/mojo/public/c/system/tests/
core_api_unittest.cc 62 MojoReadData(h0, nullptr, buffer, &buffer_size));
182 MojoReadData(hc, nullptr, buffer, &buffer_size));
224 EXPECT_EQ(MOJO_RESULT_OK, MojoReadData(hc, nullptr, buffer, &buffer_size));
  /external/libchrome/mojo/public/c/system/
data_pipe.h 106 // Flags passed to |MojoReadData()| via |MojoReadDataOptions|.
134 // Options passed to |MojoReadData()|.
358 MojoReadData(MojoHandle data_pipe_consumer_handle,
368 // If another caller tries to read from it by calling |MojoReadData()| or
thunks.cc 225 MojoResult MojoReadData(MojoHandle data_pipe_consumer_handle,
  /external/libchrome/mojo/public/cpp/system/
data_pipe.h 76 // Reads from a data pipe. See |MojoReadData()| for complete documentation.
83 return MojoReadData(value(), &options, elements, num_bytes);
  /external/libchrome/mojo/core/
data_pipe_unittest.cc 103 return MojoReadData(consumer_, &options, elements, num_bytes);
110 return MojoReadData(consumer_, &options, nullptr, num_bytes);
120 return MojoReadData(consumer_, &options, nullptr, num_bytes);
638 MojoReadData(consumer_, &read_options, read_elements, &num_read_bytes));
655 EXPECT_EQ(MOJO_RESULT_OK, MojoReadData(consumer_, &read_options,
    [all...]
trap_unittest.cc 412 MojoReadData(consumer, &options, large_buffer, &large_read_size));
    [all...]
  /external/libchrome/mojo/core/test/
mojo_test_base.cc 276 CHECK_EQ(MojoReadData(consumer, &options, buffer.data(), &num_bytes),
  /external/libchrome/mojo/public/java/system/
core_impl.cc 194 MojoReadData(mojo_handle, &options, buffer_start, &buffer_size);

Completed in 138 milliseconds