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.cpp104 std::to_string(instance.enable_bootanimation()); in BootconfigArgsFromConfig()
Dflags.cc344 DEFINE_vec(enable_bootanimation,
1288 CF_EXPECT(GET_FLAG_BOOL_VALUE(enable_bootanimation)); in InitializeCuttlefishConfiguration()
/device/google/cuttlefish/shared/config/
Dinit.vendor.rc138 on early-init && property:ro.boot.enable_bootanimation=0
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h629 bool enable_bootanimation() const;
867 void set_enable_bootanimation(const bool enable_bootanimation);
Dcuttlefish_config_instance.cpp1042 bool CuttlefishConfig::InstanceSpecific::enable_bootanimation() const { in enable_bootanimation() function in cuttlefish::CuttlefishConfig::InstanceSpecific
1046 bool enable_bootanimation) { in set_enable_bootanimation() argument
1047 (*Dictionary())[kEnableBootAnimation] = enable_bootanimation; in set_enable_bootanimation()