Searched refs:MojoBeginReadData (Results 1 – 6 of 6) sorted by relevance
/external/libmojo/mojo/public/c/system/tests/ |
D | core_unittest.cc | 77 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/ |
D | data_pipe.h | 336 MojoBeginReadData(MojoHandle data_pipe_consumer_handle,
|
D | thunks.cc | 115 MojoResult MojoBeginReadData(MojoHandle data_pipe_consumer_handle, in MojoBeginReadData() function
|
/external/libmojo/mojo/public/cpp/system/ |
D | data_pipe.h | 119 return MojoBeginReadData( in BeginReadDataRaw()
|
/external/libmojo/mojo/android/system/ |
D | core_impl.cc | 231 MojoBeginReadData(mojo_handle, &buffer, &buffer_size, flags); in BeginReadData()
|
/external/libmojo/mojo/edk/system/ |
D | data_pipe_unittest.cc | 102 return MojoBeginReadData(consumer_, elements, num_bytes, flags); in BeginReadData()
|