Lines Matching refs:SurfaceDev
23 std::vector<std::string> SurfaceDev::fbDeviceList_ {FB_DEV_PATH};
25 std::unique_ptr<GraphicDrv> SurfaceDev::MakeDevDrv(DevType devType)
42 void SurfaceDev::Flip(const uint8_t *buf) const
53 DevType SurfaceDev::GetDevType() const
70 bool SurfaceDev::Init()
79 void SurfaceDev::Blank(bool blank)
86 void SurfaceDev::Exit(void)
93 void SurfaceDev::AddFbDevice(const std::string &devicePath)
98 void SurfaceDev::GetScreenSize(uint16_t &w, uint16_t &h, GrSurface &surface) const
108 SurfaceDev::~SurfaceDev()
110 LOG(INFO) << "SurfaceDev end";