Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/js/lib/
Drouter.js14 ENDPOINT_CLOSED: 'endpoint_closed', property
98 EndpointStateUpdateType.ENDPOINT_CLOSED);
291 EndpointStateUpdateType.ENDPOINT_CLOSED);
306 if (endpointStateUpdateType === EndpointStateUpdateType.ENDPOINT_CLOSED) {
/external/libchrome/mojo/public/cpp/bindings/lib/
Dmultiplex_router.cc404 UpdateEndpointStateMayRemove(endpoint, ENDPOINT_CLOSED); in AssociateInterface()
444 UpdateEndpointStateMayRemove(endpoint, ENDPOINT_CLOSED); in CloseEndpointHandle()
898 if (type == ENDPOINT_CLOSED) { in UpdateEndpointStateMayRemove()
1003 UpdateEndpointStateMayRemove(endpoint, ENDPOINT_CLOSED); in CloseEndpointsForMessage()
Dmultiplex_router.h225 enum EndpointStateUpdateType { ENDPOINT_CLOSED, PEER_ENDPOINT_CLOSED }; enumerator