Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dentrypoints.cc126 uint32_t error_num_bytes, in MojoNotifyBadMessageImpl() argument
128 return g_core->NotifyBadMessage(message, error, error_num_bytes, options); in MojoNotifyBadMessageImpl()
Dcore.h231 size_t error_num_bytes,
Dcore.cc634 size_t error_num_bytes, in NotifyBadMessage() argument
645 default_process_error_callback_.Run(std::string(error, error_num_bytes)); in NotifyBadMessage()
650 message->source_node(), std::string(error, error_num_bytes)); in NotifyBadMessage()
/external/libchrome/mojo/public/c/system/
Dmessage_pipe.h594 uint32_t error_num_bytes,
Dthunks.cc364 uint32_t error_num_bytes, in MojoNotifyBadMessage() argument
366 return INVOKE_THUNK(NotifyBadMessage, message, error, error_num_bytes, in MojoNotifyBadMessage()
Dthunks.h95 uint32_t error_num_bytes,