Searched refs:VsockReadLoop (Results 1 – 2 of 2) sorted by relevance
45 std::thread([this, width, height] { VsockReadLoop(width, height); }); in start()155 void VsockFrameProvider::VsockReadLoop(uint32_t width, uint32_t height) { in VsockReadLoop() function in cuttlefish::VsockFrameProvider
54 void VsockReadLoop(uint32_t expected_width, uint32_t expected_height);