Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp362 std::map<std::string, int> action_server_fds; in CuttlefishMain() local
374 action_server_fds[server] = fd; in CuttlefishMain()
395 if (action_server_fds.find(custom_action.server) == in CuttlefishMain()
396 action_server_fds.end()) { in CuttlefishMain()
403 int fd = action_server_fds[custom_action.server]; in CuttlefishMain()