Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SurfaceDev
(Results
1 - 4
of
4
) sorted by relevance
/base/update/updater/services/ui/driver/
H
A
D
surface_dev.cpp
23
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
D
surface_dev.h
29
class
SurfaceDev
{
class
30
DISALLOW_COPY_MOVE(
SurfaceDev
);
32
SurfaceDev
() = default;
33
~
SurfaceDev
();
H
A
D
graphic_engine.h
49
std::unique_ptr<
SurfaceDev
> sfDev_ = nullptr;
65
void PostInitSurfDev(std::unique_ptr<
SurfaceDev
> &surfDev, GrSurface &surface);
H
A
D
graphic_engine.cpp
40
__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