Home
last modified time | relevance | path

Searched refs:OnAssociatedEndpointClosedBeforeSent (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/
Dpipe_control_message_handler_delegate.h18 virtual bool OnAssociatedEndpointClosedBeforeSent(InterfaceId id) = 0;
/external/libmojo/mojo/public/cpp/bindings/lib/
Dpipe_control_message_handler.cc74 return delegate_->OnAssociatedEndpointClosedBeforeSent( in RunOrClosePipe()
Dmultiplex_router.h145 bool OnAssociatedEndpointClosedBeforeSent(InterfaceId id) override;
Dmultiplex_router.cc544 bool MultiplexRouter::OnAssociatedEndpointClosedBeforeSent(InterfaceId id) { in OnAssociatedEndpointClosedBeforeSent() function in mojo::internal::MultiplexRouter