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:dsInfo
(Results
1 - 6
of
6
) sorted by relevance
/base/powermgr/battery_manager/charger/src/dev/
H
A
D
graphic_dev.cpp
86
DisplayInfo
dsInfo
{0};
in GetScreenSize()
88
drv_->GetDisplayInfo(
dsInfo
);
in GetScreenSize()
90
w =
dsInfo
.width;
in GetScreenSize()
91
h =
dsInfo
.height;
in GetScreenSize()
H
A
D
fbdev_driver.cpp
87
void FbdevDriver::GetDisplayInfo(DisplayInfo&
dsInfo
)
in GetDisplayInfo()
argument
89
dsInfo
.width = static_cast<int>(vinfo_.xres);
in GetDisplayInfo()
90
dsInfo
.height = static_cast<int>(vinfo_.yres);
in GetDisplayInfo()
91
dsInfo
.rowBytes = finfo_.line_length;
in GetDisplayInfo()
92
dsInfo
.pixelBytes = vinfo_.bits_per_pixel / 8; // 8: byte bit len
in GetDisplayInfo()
H
A
D
drm_driver.cpp
43
void DrmDriver::GetDisplayInfo(DisplayInfo&
dsInfo
)
in GetDisplayInfo()
argument
45
dsInfo
.width = static_cast<int>(buff_.width);
in GetDisplayInfo()
46
dsInfo
.height = static_cast<int>(buff_.height);
in GetDisplayInfo()
47
dsInfo
.rowBytes = 0;
in GetDisplayInfo()
48
dsInfo
.pixelBytes = 0;
in GetDisplayInfo()
/base/powermgr/battery_manager/charger/include/dev/
H
A
D
display_drv.h
36
virtual void GetDisplayInfo(DisplayInfo&
dsInfo
) = 0;
H
A
D
fbdev_driver.h
43
void GetDisplayInfo(DisplayInfo&
dsInfo
) override;
H
A
D
drm_driver.h
54
void GetDisplayInfo(DisplayInfo&
dsInfo
) override;
Completed in 2 milliseconds