Home
last modified time | relevance | path

Searched refs:SurfaceDev (Results 1 - 4 of 4) sorted by relevance

/base/update/updater/services/ui/driver/
H A Dsurface_dev.cpp23 std::vector<std::string> SurfaceDev::fbDeviceList_ {FB_DEV_PATH};
25 std::unique_ptr<GraphicDrv> SurfaceDev::MakeDevDrv(DevType devType) in MakeDevDrv()
42 void SurfaceDev::Flip(const uint8_t *buf) const in Flip()
53 DevType SurfaceDev::GetDevType() const in GetDevType()
70 bool SurfaceDev::Init() in Init()
79 void SurfaceDev::Blank(bool blank) in Blank()
86 void SurfaceDev::Exit(void) in Exit()
93 void SurfaceDev::AddFbDevice(const std::string &devicePath) in AddFbDevice()
98 void SurfaceDev::GetScreenSize(uint16_t &w, uint16_t &h, GrSurface &surface) const in GetScreenSize()
108 SurfaceDev
[all...]
H A Dsurface_dev.h29 class SurfaceDev { class
30 DISALLOW_COPY_MOVE(SurfaceDev);
32 SurfaceDev() = default;
33 ~SurfaceDev();
H A Dgraphic_engine.h49 std::unique_ptr<SurfaceDev> sfDev_ = nullptr;
65 void PostInitSurfDev(std::unique_ptr<SurfaceDev> &surfDev, GrSurface &surface);
H A Dgraphic_engine.cpp40 __attribute__((weak)) void PostInitSurfDev(std::unique_ptr<SurfaceDev> &surfDev, GrSurface &surface) in PostInitSurfDev()
51 sfDev_ = std::make_unique<SurfaceDev>(); in Init()

Completed in 2 milliseconds