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:FbDisplay
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H
A
D
fb_display.cpp
33
std::unique_ptr<HdiLayer>
FbDisplay
::CreateHdiLayer(LayerType type)
in CreateHdiLayer()
41
FbDisplay
::
FbDisplay
(const std::vector<int> &fds)
in FbDisplay()
function in OHOS::HDI::DISPLAY::FbDisplay
47
FbDisplay
::~
FbDisplay
()
in ~FbDisplay()
52
int32_t
FbDisplay
::Init()
in Init()
90
int32_t
FbDisplay
::GetDisplayCapability(DisplayCapability *info)
in GetDisplayCapability()
98
int32_t
FbDisplay
::GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes)
in GetDisplaySupportedModes()
113
int32_t
FbDisplay
::GetDisplayMode(uint32_t *modeId)
in GetDisplayMode()
124
int32_t
FbDisplay
[all...]
H
A
D
fb_display.h
28
class
FbDisplay
: public HdiDisplay {
class
30
explicit
FbDisplay
(const std::vector<int> &fds);
31
virtual ~
FbDisplay
();
H
A
D
fb_device.cpp
71
std::shared_ptr<HdiDisplay> display = std::make_shared<
FbDisplay
>(fds);
in Init()
Completed in 1 milliseconds