Home
last modified time | relevance | path

Searched refs:kHwComposerNone (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp159 const bool has_gpu = instance.hwcomposer() != kHwComposerNone; in ConfigureBootDevices()
280 if (instance.hwcomposer() != kHwComposerNone) { in BuildVhostUserGpu()
408 if (instance.hwcomposer() != kHwComposerNone) { in ConfigureGpu()
522 if (instance.hwcomposer() != kHwComposerNone) { in StartCommands()
Dqemu_manager.cpp198 const int num_gpu = instance.hwcomposer() != kHwComposerNone; in ConfigureBootDevices()
321 if (instance.hwcomposer() != kHwComposerNone) { in StartCommands()
428 if (instance.hwcomposer() != kHwComposerNone) { in StartCommands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp69 const char* const kHwComposerNone = "none"; variable
Dcuttlefish_config.h1035 extern const char* const kHwComposerNone;
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc1622 instance.set_hwcomposer(kHwComposerNone); in InitializeCuttlefishConfiguration()