Searched refs:AddVhostUser (Results 1 – 3 of 3) sorted by relevance
683 crosvm_cmd.AddVhostUser("input", instance.touch_socket_path(touch_idx)); in StartCommands()686 crosvm_cmd.AddVhostUser("input", instance.mouse_socket_path()); in StartCommands()688 crosvm_cmd.AddVhostUser("input", instance.rotary_socket_path()); in StartCommands()689 crosvm_cmd.AddVhostUser("input", instance.keyboard_socket_path()); in StartCommands()690 crosvm_cmd.AddVhostUser("input", instance.switches_socket_path()); in StartCommands()746 crosvm_cmd.AddVhostUser( in StartCommands()
71 void AddVhostUser(const std::string& type, const std::string& socket_path,
163 void CrosvmBuilder::AddVhostUser(const std::string& type, in AddVhostUser() function in cuttlefish::CrosvmBuilder