Android-cuttlefish cvd tool
Public Attributes | List of all members
cuttlefish::GuestConfig Struct Reference

#include <guest_config.h>

Collaboration diagram for cuttlefish::GuestConfig:
Collaboration graph
[legend]

Public Attributes

Arch target_arch
 
DeviceType device_type
 
bool bootconfig_supported = false
 
bool hctr2_supported = false
 
std::string android_version_number
 
bool gfxstream_supported = false
 
bool gfxstream_gl_program_binary_link_status_supported = false
 
bool vhost_user_vsock = false
 
bool supports_bgra_framebuffers = false
 
bool prefer_drm_virgl_when_supported = false
 
bool mouse_supported = false
 
bool gamepad_supported = false
 
std::string ti50_emulator
 
std::optional< std::string > custom_keyboard_config
 
std::optional< std::string > domkey_mapping_config
 
int output_audio_streams_count = 1
 
std::optional< bool > enforce_mac80211_hwsim
 
int blank_data_image_mb = 0
 

Member Data Documentation

◆ android_version_number

std::string cuttlefish::GuestConfig::android_version_number

◆ blank_data_image_mb

int cuttlefish::GuestConfig::blank_data_image_mb = 0

◆ bootconfig_supported

bool cuttlefish::GuestConfig::bootconfig_supported = false

◆ custom_keyboard_config

std::optional<std::string> cuttlefish::GuestConfig::custom_keyboard_config

◆ device_type

DeviceType cuttlefish::GuestConfig::device_type

◆ domkey_mapping_config

std::optional<std::string> cuttlefish::GuestConfig::domkey_mapping_config

◆ enforce_mac80211_hwsim

std::optional<bool> cuttlefish::GuestConfig::enforce_mac80211_hwsim

◆ gamepad_supported

bool cuttlefish::GuestConfig::gamepad_supported = false

◆ gfxstream_gl_program_binary_link_status_supported

bool cuttlefish::GuestConfig::gfxstream_gl_program_binary_link_status_supported = false

◆ gfxstream_supported

bool cuttlefish::GuestConfig::gfxstream_supported = false

◆ hctr2_supported

bool cuttlefish::GuestConfig::hctr2_supported = false

◆ mouse_supported

bool cuttlefish::GuestConfig::mouse_supported = false

◆ output_audio_streams_count

int cuttlefish::GuestConfig::output_audio_streams_count = 1

◆ prefer_drm_virgl_when_supported

bool cuttlefish::GuestConfig::prefer_drm_virgl_when_supported = false

◆ supports_bgra_framebuffers

bool cuttlefish::GuestConfig::supports_bgra_framebuffers = false

◆ target_arch

Arch cuttlefish::GuestConfig::target_arch

◆ ti50_emulator

std::string cuttlefish::GuestConfig::ti50_emulator

◆ vhost_user_vsock

bool cuttlefish::GuestConfig::vhost_user_vsock = false

The documentation for this struct was generated from the following file: