Home
last modified time | relevance | path

Searched refs:peer_group_controller (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dscoped_interface_endpoint_handle.cc125 scoped_refptr<AssociatedGroupController> peer_group_controller) { in NotifyAssociation() argument
136 cached_peer_state->OnAssociated(id, std::move(peer_group_controller)); in NotifyAssociation()
364 scoped_refptr<AssociatedGroupController> peer_group_controller) { in NotifyAssociation() argument
365 return state_->NotifyAssociation(id, peer_group_controller); in NotifyAssociation()
/external/libchrome/mojo/public/cpp/bindings/
Dscoped_interface_endpoint_handle.h96 scoped_refptr<AssociatedGroupController> peer_group_controller); in COMPONENT_EXPORT()