Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/commands/vtpm_manager/
Dmain.cpp42 unsigned char locality = 0; variable
73 CHECK(cuttlefish::WriteAllBinary(out_fd, (char*)&locality) == 1) in SendCommand()
99 locality = *reinterpret_cast<unsigned char*>(header + 1); in SendCommandLoop()
100 header->ordinal = htobe32(locality); in SendCommandLoop()
/device/google/cuttlefish/host/commands/vtpm_passthrough/
Dvtpm_passthrough.cpp43 std::vector<char> locality {0}; in HandleClient() local
44 CHECK(cuttlefish::ReadExact(client, &locality) == 1) << "Could not receive locality"; in HandleClient()