Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/lib/
Dserialization_context.h37 mojo::Handle TakeHandle(const Handle_Data& encoded_handle);
43 return MakeScopedHandle(T(TakeHandle(encoded_handle).value())); in TakeHandleAs()
Dserialization_context.cc39 mojo::Handle SerializedHandleVector::TakeHandle( in TakeHandle() function in mojo::internal::SerializedHandleVector
/external/libmojo/ipc/
Dipc_mojo_handle_attachment.cc31 mojo::ScopedHandle MojoHandleAttachment::TakeHandle() { in TakeHandle() function in IPC::internal::MojoHandleAttachment
Dipc_mojo_handle_attachment.h35 mojo::ScopedHandle TakeHandle();
Dipc_mojo_message_helper.cc42 ->TakeHandle() in ReadMessagePipeFrom()