Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/lib/
Dserialization_context.h35 mojo::Handle TakeHandle(const Handle_Data& encoded_handle);
41 return MakeScopedHandle(T(TakeHandle(encoded_handle).value())); in TakeHandleAs()
Dserialization_context.cc38 mojo::Handle SerializedHandleVector::TakeHandle( in TakeHandle() function in mojo::internal::SerializedHandleVector
/external/libmojo/ipc/
Dipc_mojo_handle_attachment.cc24 mojo::ScopedHandle MojoHandleAttachment::TakeHandle() { in TakeHandle() function in IPC::internal::MojoHandleAttachment
Dipc_mojo_handle_attachment.h30 mojo::ScopedHandle TakeHandle();
Dipc_mojo_message_helper.cc42 ->TakeHandle() in ReadMessagePipeFrom()
/external/libchrome/base/memory/
Dshared_memory.h203 SharedMemoryHandle TakeHandle();
Dshared_memory_posix.cc316 SharedMemoryHandle SharedMemory::TakeHandle() { in TakeHandle() function in base::SharedMemory