Searched defs:Protocol (Results 1 - 2 of 2) sorted by relevance

/system/core/fastboot/
H A Dsocket.h49 enum class Protocol { kTcp, kUdp }; class in class:Socket
58 static std::unique_ptr<Socket> NewClient(Protocol protocol, const std::string& hostname,
65 static std::unique_ptr<Socket> NewServer(Protocol protocol, int port);
/system/connectivity/shill/
H A Dhttp_url.h29 enum Protocol { enum in class:shill::HTTPURL
47 Protocol protocol() const { return protocol_; }
58 Protocol protocol_;

Completed in 70 milliseconds