Home
last modified time | relevance | path

Searched refs:MojoBeginReadData (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/mojo/public/c/system/tests/
Dcore_unittest.cc77 MojoBeginReadData(h0, &read_pointer, &buffer_size, in TEST()
215 MojoBeginReadData(hc, &read_pointer, &buffer_size, in TEST()
270 EXPECT_EQ(MOJO_RESULT_OK, MojoBeginReadData(hc, &read_pointer, &buffer_size, in TEST()
/external/libmojo/mojo/public/c/system/
Ddata_pipe.h336 MojoBeginReadData(MojoHandle data_pipe_consumer_handle,
Dthunks.cc115 MojoResult MojoBeginReadData(MojoHandle data_pipe_consumer_handle, in MojoBeginReadData() function
/external/libmojo/mojo/public/cpp/system/
Ddata_pipe.h119 return MojoBeginReadData( in BeginReadDataRaw()
/external/libmojo/mojo/android/system/
Dcore_impl.cc231 MojoBeginReadData(mojo_handle, &buffer, &buffer_size, flags); in BeginReadData()
/external/libmojo/mojo/edk/system/
Ddata_pipe_unittest.cc102 return MojoBeginReadData(consumer_, elements, num_bytes, flags); in BeginReadData()