Android-cuttlefish cvd tool
|
Functions | |
template<typename Buffer , typename... Args> | |
void | AppendToBuffer (Buffer &buffer, Args &&... args) |
template<typename... Args> | |
std::vector< int > | MakeSizeHeader (Args &&... args) |
template<typename... Args> | |
Payload | ToPayload (const std::string &cmd_str, const std::string &session_id, Args &&... args) |
void cuttlefish::confui::packet::impl::AppendToBuffer | ( | Buffer & | buffer, |
Args &&... | args | ||
) |
std::vector< int > cuttlefish::confui::packet::impl::MakeSizeHeader | ( | Args &&... | args | ) |
Payload cuttlefish::confui::packet::impl::ToPayload | ( | const std::string & | cmd_str, |
const std::string & | session_id, | ||
Args &&... | args | ||
) |