Searched refs:CreateDisplaySurface (Results 1 – 3 of 3) sorted by relevance
112 MOCK_METHOD(int, CreateDisplaySurface, (const std::string& name, GRSurface** surface));142 EXPECT_CALL(*charger, CreateDisplaySurface(StrEq(root + "charger/battery_fail.png"), _)) in ExpectChargerResAt()
789 ret = CreateDisplaySurface(batt_anim_.fail_file, &surf_unknown_); in OnInit()793 ret = CreateDisplaySurface((system_animation_root + "charger/battery_fail.png"s).c_str(), in OnInit()841 int Charger::CreateDisplaySurface(const std::string& name, GRSurface** surface) { in CreateDisplaySurface() function in android::Charger
91 virtual int CreateDisplaySurface(const std::string& name, GRSurface** surface);