Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/c/system/
Dinvitation.h71 typedef uint32_t MojoInvitationTransportType; typedef
80 #define MOJO_INVITATION_TRANSPORT_TYPE_CHANNEL ((MojoInvitationTransportType)0)
89 ((MojoInvitationTransportType)1)
98 MojoInvitationTransportType type;
/external/libchrome/mojo/public/cpp/system/
Dinvitation.cc59 MojoInvitationTransportType transport_type, in SendInvitation()