Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dbootconfig_args.cpp103 std::to_string(instance.enable_bootanimation()); in BootconfigArgsFromConfig()
Dflags.cc324 DEFINE_vec(enable_bootanimation,
1139 CF_EXPECT(GET_FLAG_BOOL_VALUE(enable_bootanimation)); in InitializeCuttlefishConfiguration()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h577 bool enable_bootanimation() const;
795 void set_enable_bootanimation(const bool enable_bootanimation);
Dcuttlefish_config_instance.cpp878 bool CuttlefishConfig::InstanceSpecific::enable_bootanimation() const { in enable_bootanimation() function in cuttlefish::CuttlefishConfig::InstanceSpecific
882 bool enable_bootanimation) { in set_enable_bootanimation() argument
883 (*Dictionary())[kEnableBootAnimation] = enable_bootanimation; in set_enable_bootanimation()
/device/google/cuttlefish/shared/config/
Dinit.vendor.rc124 on early-init && property:ro.boot.enable_bootanimation=0