OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndReadData
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/mojo/public/platform/native/
system_thunks.cc
122
assert(g_thunks.
EndReadData
);
123
return g_thunks.
EndReadData
(data_pipe_consumer_handle, num_elements_read);
system_thunks.h
85
MojoResult (*
EndReadData
)(MojoHandle data_pipe_consumer_handle,
/external/chromium_org/mojo/system/
dispatcher_unittest.cc
72
EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, d->
EndReadData
(0));
118
EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, d->
EndReadData
(0));
216
EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, dispatcher_->
EndReadData
(0));
core.h
109
MojoResult
EndReadData
(MojoHandle data_pipe_consumer_handle,
entrypoints.cc
157
return g_core->
EndReadData
(data_pipe_consumer_handle, num_elements_read);
dispatcher.h
113
MojoResult
EndReadData
(uint32_t num_bytes_read);
core.cc
448
MojoResult Core::
EndReadData
(MojoHandle data_pipe_consumer_handle,
455
return dispatcher->
EndReadData
(num_bytes_read);
core_unittest.cc
105
EXPECT_EQ(MOJO_RESULT_UNIMPLEMENTED, core()->
EndReadData
(h, 0));
[
all
...]
dispatcher.cc
184
MojoResult Dispatcher::
EndReadData
(uint32_t num_bytes_read) {
/external/chromium_org/mojo/android/system/
core_impl.cc
240
static jint
EndReadData
(JNIEnv* env,
Completed in 74 milliseconds