Searched refs:enable_bootanimation (Results 1 – 5 of 5) sorted by relevance
104 std::to_string(instance.enable_bootanimation()); in BootconfigArgsFromConfig()
344 DEFINE_vec(enable_bootanimation,1288 CF_EXPECT(GET_FLAG_BOOL_VALUE(enable_bootanimation)); in InitializeCuttlefishConfiguration()
138 on early-init && property:ro.boot.enable_bootanimation=0
629 bool enable_bootanimation() const;867 void set_enable_bootanimation(const bool enable_bootanimation);
1042 bool CuttlefishConfig::InstanceSpecific::enable_bootanimation() const { in enable_bootanimation() function in cuttlefish::CuttlefishConfig::InstanceSpecific1046 bool enable_bootanimation) { in set_enable_bootanimation() argument1047 (*Dictionary())[kEnableBootAnimation] = enable_bootanimation; in set_enable_bootanimation()