Home
last modified time | relevance | path

Searched refs:TakeMojoHandle (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/ipc/
Dipc_message_attachment.h37 mojo::ScopedHandle TakeMojoHandle();
Dipc_message_attachment.cc47 mojo::ScopedHandle MessageAttachment::TakeMojoHandle() { in TakeMojoHandle() function in IPC::MessageAttachment
Dipc_channel_mojo.cc288 serialized_handle->the_handle = attachment->TakeMojoHandle(); in ReadFromMessageAttachmentSet()
Dipc_message_utils.cc623 ->TakeMojoHandle(); in Read()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dnative_struct_serialization.cc89 ScopedHandle handle = attachment->TakeMojoHandle(); in SerializeMessageContents()