Searched refs:error_num_bytes (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/mojo/core/ |
D | entrypoints.cc | 126 uint32_t error_num_bytes, in MojoNotifyBadMessageImpl() argument 128 return g_core->NotifyBadMessage(message, error, error_num_bytes, options); in MojoNotifyBadMessageImpl()
|
D | core.h | 231 size_t error_num_bytes,
|
D | core.cc | 634 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/ |
D | message_pipe.h | 594 uint32_t error_num_bytes,
|
D | thunks.cc | 364 uint32_t error_num_bytes, in MojoNotifyBadMessage() argument 366 return INVOKE_THUNK(NotifyBadMessage, message, error, error_num_bytes, in MojoNotifyBadMessage()
|
D | thunks.h | 95 uint32_t error_num_bytes,
|