/device/google/cuttlefish/host/commands/run_cvd/ |
D | launch.h | 13 const vsoc::CuttlefishConfig& config, 17 const vsoc::CuttlefishConfig& config, 20 const vsoc::CuttlefishConfig& config); 29 const vsoc::CuttlefishConfig& config, 37 const vsoc::CuttlefishConfig& config, cvd::ProcessMonitor* process_monitor); 42 ConfigServerPorts LaunchConfigServer(const vsoc::CuttlefishConfig& config, 48 LogcatServerPorts LaunchLogcatReceiverIfEnabled(const vsoc::CuttlefishConfig& config, 52 const vsoc::CuttlefishConfig& config); 54 void LaunchVerhicleHalServerIfEnabled(const vsoc::CuttlefishConfig& config,
|
D | launch.cc | 21 std::string GetAdbConnectorTcpArg(const vsoc::CuttlefishConfig& config) { in GetAdbConnectorTcpArg() 26 std::string GetAdbConnectorVsockArg(const vsoc::CuttlefishConfig& config) { in GetAdbConnectorVsockArg() 33 bool AdbModeEnabled(const vsoc::CuttlefishConfig& config, vsoc::AdbMode mode) { in AdbModeEnabled() 37 bool AdbVsockTunnelEnabled(const vsoc::CuttlefishConfig& config) { in AdbVsockTunnelEnabled() 40 && AdbModeEnabled(config, vsoc::AdbMode::VsockTunnel); in AdbVsockTunnelEnabled() 43 bool AdbVsockHalfTunnelEnabled(const vsoc::CuttlefishConfig& config) { in AdbVsockHalfTunnelEnabled() 46 && AdbModeEnabled(config, vsoc::AdbMode::VsockHalfTunnel); in AdbVsockHalfTunnelEnabled() 49 bool AdbTcpConnectorEnabled(const vsoc::CuttlefishConfig& config) { in AdbTcpConnectorEnabled() 55 bool AdbVsockConnectorEnabled(const vsoc::CuttlefishConfig& config) { in AdbVsockConnectorEnabled() 57 && AdbModeEnabled(config, vsoc::AdbMode::NativeVsock); in AdbVsockConnectorEnabled() [all …]
|
D | pre_launch_initializers.h | 27 void InitializeScreenRegion(const vsoc::CuttlefishConfig& config); 31 static void Initialize(const vsoc::CuttlefishConfig& config) { in Initialize()
|
D | main.cc | 61 using vsoc::ForCurrentInstance; 67 const vsoc::CuttlefishConfig& config) { in GetOnSubprocessExitCallback() 155 bool WriteCuttlefishEnvironment(const vsoc::CuttlefishConfig& config) { in WriteCuttlefishEnvironment() 172 cvd::SharedFD DaemonizeLauncher(const vsoc::CuttlefishConfig& config) { in DaemonizeLauncher() 198 LOG(INFO) << vsoc::kBootCompletedMessage; in DaemonizeLauncher() 200 LOG(INFO) << vsoc::kBootFailedMessage; in DaemonizeLauncher() 275 std::string GetConfigFilePath(const vsoc::CuttlefishConfig& config) { in GetConfigFilePath() 314 setenv(vsoc::kCuttlefishConfigEnvVarName, file.c_str(), /* overwrite */ false); in main() 321 auto config = vsoc::CuttlefishConfig::Get(); in main()
|
/device/google/cuttlefish/host/libs/screen_connector/ |
D | screen_connector.cpp | 28 auto config = vsoc::CuttlefishConfig::Get(); in Get() 29 if (config->gpu_mode() == vsoc::kGpuModeDrmVirgl || in Get() 30 config->gpu_mode() == vsoc::kGpuModeGfxStream) { in Get() 32 } else if (config->gpu_mode() == vsoc::kGpuModeGuestSwiftshader) { in Get()
|
D | screen_connector.h | 46 return vsoc::CuttlefishConfig::Get()->y_res(); in ScreenHeight() 50 return vsoc::CuttlefishConfig::Get()->x_res(); in ScreenWidth()
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | crosvm_manager.cpp | 38 std::string GetControlSocketPath(const vsoc::CuttlefishConfig* config) { in GetControlSocketPath() 54 auto config = vsoc::CuttlefishConfig::Get(); in Stop() 73 if (gpu_mode == vsoc::kGpuModeGuestSwiftshader) { in ConfigureGpu() 90 if (gpu_mode == vsoc::kGpuModeDrmVirgl) { in ConfigureGpu() 97 if (gpu_mode == vsoc::kGpuModeGfxStream) { in ConfigureGpu() 119 CrosvmManager::CrosvmManager(const vsoc::CuttlefishConfig* config) in CrosvmManager() 136 if (gpu_mode == vsoc::kGpuModeGuestSwiftshader) { in StartCommands() 140 } else if (gpu_mode == vsoc::kGpuModeDrmVirgl || in StartCommands() 141 gpu_mode == vsoc::kGpuModeGfxStream) { in StartCommands() 142 crosvm_cmd.AddParameter(gpu_mode == vsoc::kGpuModeGfxStream ? in StartCommands()
|
D | vm_manager.h | 37 const vsoc::CuttlefishConfig* config); 70 const vsoc::CuttlefishConfig* config_; 71 VmManager(const vsoc::CuttlefishConfig* config); 79 std::function<VmManager*(const vsoc::CuttlefishConfig*)> builder;
|
D | vm_manager.cpp | 31 VmManager::VmManager(const vsoc::CuttlefishConfig* config) in VmManager() 36 VmManager* GetManagerSingleton(const vsoc::CuttlefishConfig* config) { in GetManagerSingleton() 48 vsoc::HostSupportsQemuCli, 58 vsoc::HostSupportsQemuCli, 66 const vsoc::CuttlefishConfig* config) { in Get()
|
D | qemu_manager.cpp | 46 std::string GetMonitorPath(const vsoc::CuttlefishConfig* config) { in GetMonitorPath() 57 auto config = vsoc::CuttlefishConfig::Get(); in Stop() 91 if (gpu_mode != vsoc::kGpuModeGuestSwiftshader) { in ConfigureGpu() 112 QemuManager::QemuManager(const vsoc::CuttlefishConfig* config) in QemuManager()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | flags.cc | 33 using vsoc::ForCurrentInstance; 34 using vsoc::RandomSerialNumber; 102 gpu_mode, vsoc::kGpuModeGuestSwiftshader, 105 DEFINE_string(system_image_dir, vsoc::DefaultGuestImagePath(""), 124 vsoc::DefaultHostArtifactsPath("usr/share/webrtc/assets"), 129 vsoc::DefaultHostArtifactsPath("usr/share/webrtc/certs"), 153 DEFINE_string(uuid, vsoc::ForCurrentInstance(vsoc::kDefaultUuidPrefix), 168 vsoc::DefaultHostArtifactsPath("bin/crosvm"), 243 std::string GetLegacyConfigFilePath(const vsoc::CuttlefishConfig& config) { in GetLegacyConfigFilePath() 260 vsoc::CuttlefishConfig InitializeCuttlefishConfiguration( in InitializeCuttlefishConfiguration() [all …]
|
D | flags.h | 6 const vsoc::CuttlefishConfig* InitFilesystemAndCreateConfig( 8 std::string GetConfigFilePath(const vsoc::CuttlefishConfig& config);
|
D | super_image_mixer.h | 20 const vsoc::CuttlefishConfig& config); 22 const vsoc::CuttlefishConfig& config,
|
D | data_image.cc | 22 auto fsck_path = vsoc::DefaultHostArtifactsPath("bin/fsck.f2fs"); in ForceFsckImage() 53 auto resize_path = vsoc::DefaultHostArtifactsPath("bin/resize.f2fs"); in ResizeImage() 88 auto make_f2fs_path = vsoc::DefaultHostArtifactsPath("bin/make_f2fs"); in CreateBlankImage() 96 auto newfs_msdos_path = vsoc::DefaultHostArtifactsPath("bin/newfs_msdos"); in CreateBlankImage() 125 bool ApplyDataImagePolicy(const vsoc::CuttlefishConfig& config, in ApplyDataImagePolicy()
|
D | data_image.h | 7 bool ApplyDataImagePolicy(const vsoc::CuttlefishConfig& config,
|
/device/google/cuttlefish/host/commands/stop_cvd/ |
D | main.cc | 76 paths.insert(instance_dir + "/" + std::string(vsoc::kInternalDirName) + "/*"); in FallbackPaths() 81 std::set<std::string> PathsForInstance(const vsoc::CuttlefishConfig& config, in PathsForInstance() 82 const vsoc::CuttlefishConfig::InstanceSpecific instance) { in PathsForInstance() 141 bool CleanStopInstance(const vsoc::CuttlefishConfig::InstanceSpecific& instance) { in CleanStopInstance() 192 int StopInstance(const vsoc::CuttlefishConfig& config, in StopInstance() 193 const vsoc::CuttlefishConfig::InstanceSpecific& instance) { in StopInstance() 207 auto config = vsoc::CuttlefishConfig::Get(); in main()
|
/device/google/cuttlefish/guest/hals/gralloc/legacy/ |
D | gralloc_vsoc_priv.h | 46 namespace vsoc { 261 out->ystride = vsoc::screen::ScreenRegionView::align(width); in formatToYcbcr() 263 vsoc::screen::ScreenRegionView::align(out->ystride / 2); in formatToYcbcr() 298 vsoc::screen::ScreenRegionView::kSwiftShaderPadding); in formatToBytesPerFrame() 305 w16 = vsoc::screen::ScreenRegionView::align(w); in formatToBytesPerFrame() 306 h16 = vsoc::screen::ScreenRegionView::align(h); in formatToBytesPerFrame() 308 vsoc::screen::ScreenRegionView::kSwiftShaderPadding; in formatToBytesPerFrame()
|
/device/google/cuttlefish/host/commands/kernel_log_monitor/ |
D | kernel_log_server.cc | 36 {vsoc::kBootStartedMessage, monitor::BootEvent::BootStarted}, 37 {vsoc::kBootCompletedMessage, monitor::BootEvent::BootCompleted}, 38 {vsoc::kBootFailedMessage, monitor::BootEvent::BootFailed}, 39 {vsoc::kMobileNetworkConnectedMessage, 41 {vsoc::kWifiConnectedMessage, monitor::BootEvent::WifiNetworkConnected},
|
/device/google/cuttlefish/host/commands/adbshell/ |
D | main.cpp | 60 user.replace(0, cvd_prefix.size(), vsoc::kVsocUserPrefix); in VsocUser() 79 setenv(vsoc::kCuttlefishConfigEnvVarName, CuttlefishConfigLocation().c_str(), in SetCuttlefishConfigEnv() 86 auto instance = vsoc::CuttlefishConfig::Get() in main()
|
/device/google/cuttlefish/common/libs/device_config/ |
D | device_config.h | 79 bool InitializeNetworkConfiguration(const vsoc::CuttlefishConfig& config); 80 void InitializeScreenConfiguration(const vsoc::CuttlefishConfig& config);
|
D | host_device_config.cpp | 141 auto config = vsoc::CuttlefishConfig::Get(); in Get() 152 const vsoc::CuttlefishConfig& config) { in InitializeNetworkConfiguration() 185 const vsoc::CuttlefishConfig& config) { in InitializeScreenConfiguration()
|
/device/google/cuttlefish/host/frontend/gcastv2/libsource/include/source/ |
D | AudioSource.h | 26 namespace vsoc { 36 using AudioDataRegionView = vsoc::audio_data::AudioDataRegionView;
|
/device/google/cuttlefish/tools/play_audio/ |
D | README.md | 28 `device_num` flag to specify the device corresponding to the `vsoc-##` username, 29 and you will have to add `1 - device_num` to the port that you forward (vsoc-02
|
/device/google/cuttlefish/host/commands/launch/ |
D | launch_cvd.cc | 46 std::string kAssemblerBin = vsoc::DefaultHostArtifactsPath("bin/assemble_cvd"); 47 std::string kRunnerBin = vsoc::DefaultHostArtifactsPath("bin/run_cvd"); 137 std::string instance_name = std::to_string(i + vsoc::GetInstance()); in main()
|
/device/google/cuttlefish/guest/commands/vsoc_input_service/ |
D | vsoc_input_service.h | 24 namespace vsoc {
|