Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dassociated_group_controller.cc19 ScopedInterfaceEndpointHandle* handle_to_send, in NotifyAssociation() argument
21 return handle_to_send->NotifyAssociation(id, this); in NotifyAssociation()
Dmultiplex_router.cc375 ScopedInterfaceEndpointHandle handle_to_send) { in AssociateInterface() argument
376 if (!handle_to_send.pending_association()) in AssociateInterface()
397 if (!NotifyAssociation(&handle_to_send, id)) { in AssociateInterface()
408 id, handle_to_send.disconnect_reason()); in AssociateInterface()
Dmultiplex_router.h96 ScopedInterfaceEndpointHandle handle_to_send) override;
/external/libchrome/mojo/public/cpp/bindings/
Dassociated_group_controller.h36 ScopedInterfaceEndpointHandle handle_to_send) = 0; in COMPONENT_EXPORT()
89 bool NotifyAssociation(ScopedInterfaceEndpointHandle* handle_to_send, in COMPONENT_EXPORT()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc201 mojo::ScopedInterfaceEndpointHandle handle_to_send) override { in AssociateInterface() argument
202 if (!handle_to_send.pending_association()) in AssociateInterface()
223 if (!NotifyAssociation(&handle_to_send, id)) { in AssociateInterface()
234 id, handle_to_send.disconnect_reason()); in AssociateInterface()