Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp553 const auto gpu_capture_enabled = !instance.gpu_capture_binary().empty(); in StartCommands()
897 android::base::Basename(instance.gpu_capture_binary()); in StartCommands()
909 Command gpu_capture_command(instance.gpu_capture_binary()); in StartCommands()
931 "Unhandled GPU capture binary: " << instance.gpu_capture_binary()); in StartCommands()
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc150 DEFINE_vec(gpu_capture_binary, CF_DEFAULTS_GPU_CAPTURE_BINARY,
1236 CF_EXPECT(GET_FLAG_STR_VALUE(gpu_capture_binary)); in InitializeCuttlefishConfiguration()
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h617 std::string gpu_capture_binary() const;
Dcuttlefish_config_instance.cpp783 std::string CuttlefishConfig::InstanceSpecific::gpu_capture_binary() const { in gpu_capture_binary() function in cuttlefish::CuttlefishConfig::InstanceSpecific