HomeSort by relevance Sort by last modified time
    Searched defs:endpoint_client (Results 1 - 2 of 2) sorted by null

  /external/libchrome/mojo/public/cpp/bindings/lib/
associated_interface_ptr_state.h 87 InterfaceEndpointClient* endpoint_client() { return endpoint_client_.get(); } function in class:mojo::internal::AssociatedInterfacePtrStateBase
122 proxy_.reset(new Proxy(endpoint_client()));
interface_ptr_state.h 63 InterfaceEndpointClient* endpoint_client() const { function in class:mojo::internal::InterfacePtrStateBase
131 endpoint_client()->FlushForTesting();
136 endpoint_client()->CloseWithReason(custom_reason, description);
162 DCHECK(endpoint_client());
163 endpoint_client()->set_connection_error_handler(std::move(error_handler));
170 DCHECK(endpoint_client());
171 endpoint_client()->set_connection_error_with_reason_handler(
177 return endpoint_client()->associated_group();
187 endpoint_client()->Accept(&message);
193 endpoint_client()->AcceptWithResponder(&message, std::move(responder))
    [all...]

Completed in 3890 milliseconds