Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h263 void set_stream_audio_port(int stream_audio_port);
264 int stream_audio_port() const;
Dcuttlefish_config.cpp690 int CuttlefishConfig::stream_audio_port() const { in stream_audio_port() function in vsoc::CuttlefishConfig
694 void CuttlefishConfig::set_stream_audio_port(int stream_audio_port) { in set_stream_audio_port() argument
695 (*dictionary_)[kStreamAudioPort] = stream_audio_port; in set_stream_audio_port()
/device/google/cuttlefish_common/host/commands/launch/
Dlaunch.cc252 auto port_options = "-port=" + std::to_string(config.stream_audio_port()); in LaunchStreamAudioIfEnabled()
Dflags.cc120 DEFINE_int32(stream_audio_port, GetPerInstanceDefault(7444),