HomeSort by relevance Sort by last modified time
    Searched refs:PassHandle (Results 1 - 11 of 11) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/
associated_interface_request.h 52 ScopedInterfaceEndpointHandle PassHandle() {
associated_binding.h 90 ScopedInterfaceEndpointHandle handle = request.PassHandle();
128 request.Bind(endpoint_client_->PassHandle());
associated_interface_ptr_info.h 47 ScopedInterfaceEndpointHandle PassHandle() {
interface_ptr_info.h 45 ScopedMessagePipeHandle PassHandle() { return std::move(handle_); }
interface_endpoint_client.h 70 ScopedInterfaceEndpointHandle PassHandle();
interface_request.h 143 proxy_info.PassHandle());
  /external/libmojo/mojo/public/cpp/bindings/lib/
handle_interface_serialization.h 31 output->interface_id = input.PassHandle().release();
53 output->interface_id = input.PassHandle().release();
71 output->handle = context->handles.AddHandle(info.PassHandle().release());
associated_interface_ptr_state.h 89 info.PassHandle(), nullptr,
100 ScopedInterfaceEndpointHandle handle = endpoint_client_->PassHandle();
interface_ptr_state.h 104 handle_ = info.PassHandle();
252 handle_ = info.PassHandle();
interface_endpoint_client.cc 176 ScopedInterfaceEndpointHandle InterfaceEndpointClient::PassHandle() {
  /external/libmojo/mojo/public/cpp/bindings/tests/
associated_interface_unittest.cc 103 ScopedInterfaceEndpointHandle handle = ptr_info.PassHandle();
114 ScopedInterfaceEndpointHandle handle = request.PassHandle();

Completed in 159 milliseconds