HomeSort by relevance Sort by last modified time
    Searched refs:enable_stream_audio (Results 1 - 3 of 3) sorted by null

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 260 void set_enable_stream_audio(bool enable_stream_audio);
261 bool enable_stream_audio() const;
cuttlefish_config.cpp 139 const char* kEnableStreamAudio = "enable_stream_audio";
673 bool CuttlefishConfig::enable_stream_audio() const { function in class:vsoc::CuttlefishConfig
677 void CuttlefishConfig::set_enable_stream_audio(bool enable_stream_audio) {
678 (*dictionary_)[kEnableStreamAudio] = enable_stream_audio;
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 251 if (config.enable_stream_audio()) {

Completed in 75 milliseconds