Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/lib/
Dmultiplex_router.cc323 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in ~MultiplexRouter()
352 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in CreateEndpointHandlePair()
368 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in CreateLocalEndpointHandle()
536 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in OnPeerAssociatedEndpointClosed()
576 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in OnPipeConnectionError()
809 case PEER_ENDPOINT_CLOSED: in UpdateEndpointStateMayRemove()
Dmultiplex_router.h198 enum EndpointStateUpdateType { ENDPOINT_CLOSED, PEER_ENDPOINT_CLOSED }; enumerator