Searched refs:serverLoop (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ | ||
D | vsock_camera_server.cpp | 59 server_thread_ = std::thread([this, port, cid] { serverLoop(port, cid); }); in start() |
D | vsock_camera_server.h | 46 void serverLoop(unsigned int port, unsigned int cid); |