Home
last modified time | relevance | path

Searched refs:IsMasterInterfaceId (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dpipe_control_message_proxy.cc49 DCHECK(!IsMasterInterfaceId(id)); in NotifyPeerEndpointClosed()
62 DCHECK(!IsMasterInterfaceId(id)); in NotifyEndpointClosedBeforeSent()
Dvalidation_util.cc215 if (!IsMasterInterfaceId(input.interface_id)) in ValidateHandleOrInterface()
225 if (!IsMasterInterfaceId(input.interface_id)) in ValidateHandleOrInterface()
Dmultiplex_router.cc386 DCHECK(!IsMasterInterfaceId(id)); in CloseEndpointHandle()
400 if (!IsMasterInterfaceId(id)) in CloseEndpointHandle()
522 if (IsMasterInterfaceId(id)) in OnPeerAssociatedEndpointClosed()
547 if (IsMasterInterfaceId(id)) in OnAssociatedEndpointClosedBeforeSent()
732 if (!IsMasterInterfaceId(id)) in ProcessIncomingMessage()
/external/libmojo/mojo/public/cpp/bindings/
Dinterface_id.h25 inline bool IsMasterInterfaceId(InterfaceId id) { in IsMasterInterfaceId() function