Home | History | Annotate | Download | only in ivserver

Lines Matching refs:QemuClient

22 std::unique_ptr<QemuClient> QemuClient::New(const VSoCSharedMemory& shmem,
24 std::unique_ptr<QemuClient> res;
26 LOG(WARNING) << "Invalid socket passed to QemuClient: "
31 res.reset(new QemuClient(std::move(socket)));
40 QemuClient::QemuClient(cvd::SharedFD socket) : client_socket_(socket) {}
42 // Once the QemuClient object is constructed, invoking the following
44 bool QemuClient::PerformHandshake(const VSoCSharedMemory& shmem) {
108 bool QemuClient::SendSocketInfo(QemuConstants message,