Lines Matching refs:protocol
55 #include "android/protocol/fb-updates-proxy.h"
56 #include "android/protocol/user-events-impl.h"
57 #include "android/protocol/ui-commands-api.h"
58 #include "android/protocol/core-commands-impl.h"
59 #include "android/protocol/ui-commands-proxy.h"
60 #include "android/protocol/attach-ui-proxy.h"
856 /* parse a protocol:port specification */
1006 " redir add <protocol>:<host-port>:<guest-port>\r\n\r\n"
1007 "where: <protocol> is either 'tcp' or 'udp'\r\n"
1016 " redir del <protocol>:<host-port>\r\n\r\n"
1017 "see the 'help redir add' for the meaning of <protocol> and <host-port>\r\n", NULL,
2726 const char* protocol = "-raw"; // Default framebuffer exchange protocol.
2729 // Protocol type is defined by the arguments passed with the stream switch
2738 protocol = args;
2741 if (strncmp(protocol, "-raw", token_len) &&
2742 strncmp(protocol, "-shared", token_len)) {
2743 derror("Invalid framebuffer parameter %s\n", protocol);
2750 core_fb = proxyFb_create(client->sock, protocol);