Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/light/
Dlights.rs57 let lights_server_port: u32 = system_properties::read("ro.boot.vsock_lights_port") in new() localVariable
67 vsock_server: VsockServer::new(lights_server_port).unwrap(), in new()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dbootconfig_args.cpp142 if (instance.lights_server_port()) { in BootconfigArgsFromConfig()
144 std::to_string(instance.lights_server_port()); in BootconfigArgsFromConfig()
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp200 if (instance.lights_server_port()) { in main()
203 instance.lights_server_port(), instance.vsock_guest_cid(), in main()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h342 int lights_server_port() const;
720 void set_lights_server_port(int lights_server_port);
Dcuttlefish_config_instance.cpp1678 int CuttlefishConfig::InstanceSpecific::lights_server_port() const { in lights_server_port() function in cuttlefish::CuttlefishConfig::InstanceSpecific
1681 void CuttlefishConfig::MutableInstanceSpecific::set_lights_server_port(int lights_server_port) { in set_lights_server_port() argument
1682 (*Dictionary())[kLightsServerPort] = lights_server_port; in set_lights_server_port()