Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/lib/
Dmultiplex_router.cc398 UpdateEndpointStateMayRemove(endpoint, ENDPOINT_CLOSED); in CloseEndpointHandle()
552 UpdateEndpointStateMayRemove(endpoint, ENDPOINT_CLOSED); in OnAssociatedEndpointClosedBeforeSent()
722 UpdateEndpointStateMayRemove(endpoint, ENDPOINT_CLOSED); in ProcessIncomingMessage()
806 case ENDPOINT_CLOSED: in UpdateEndpointStateMayRemove()
Dmultiplex_router.h198 enum EndpointStateUpdateType { ENDPOINT_CLOSED, PEER_ENDPOINT_CLOSED }; enumerator