Home
last modified time | relevance | path

Searched refs:num_elements_read (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/edk/embedder/
Dentrypoints.cc192 uint32_t num_elements_read) { in MojoEndReadDataImpl() argument
193 return g_core->EndReadData(data_pipe_consumer_handle, num_elements_read); in MojoEndReadDataImpl()
/external/libmojo/mojo/public/c/system/
Dthunks.cc125 uint32_t num_elements_read) { in MojoEndReadData() argument
127 return g_thunks.EndReadData(data_pipe_consumer_handle, num_elements_read); in MojoEndReadData()
Dthunks.h91 uint32_t num_elements_read);