Searched refs:touch_socket_path (Results 1 – 4 of 4) sorted by relevance
187 crosvm_cmd.AddParameter("--single-touch=", instance.touch_socket_path(), in StartCommands()
325 std::string CuttlefishConfig::InstanceSpecific::touch_socket_path() const { in touch_socket_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific
396 std::string touch_socket_path() const;
97 touch_server = CreateUnixInputServer(instance.touch_socket_path()); in CreateStreamerServers()