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:vinfo_
(Results
1 - 4
of
4
) sorted by relevance
/base/update/updater/services/ui/driver/
H
A
D
fbdev_driver.cpp
48
LOG(INFO) << "The xres=" <<
vinfo_
.xres;
in FBLog()
49
LOG(INFO) << "The yres=" <<
vinfo_
.yres;
in FBLog()
50
LOG(INFO) << "xres_virtual=" <<
vinfo_
.xres_virtual;
in FBLog()
51
LOG(INFO) << "yres_virtual=" <<
vinfo_
.yres_virtual;
in FBLog()
52
LOG(INFO) << "xoffset=" <<
vinfo_
.xoffset;
in FBLog()
53
LOG(INFO) << "yoffset=" <<
vinfo_
.yoffset;
in FBLog()
54
LOG(INFO) << "bits_per_pixel is :" <<
vinfo_
.bits_per_pixel;
in FBLog()
55
LOG(INFO) << "red.offset=" <<
vinfo_
.red.offset;
in FBLog()
56
LOG(INFO) << "red.length=" <<
vinfo_
.red.length;
in FBLog()
57
LOG(INFO) << "red.msb_right=" <<
vinfo_
in FBLog()
[all...]
H
A
D
fbdev_driver.h
52
struct fb_var_screeninfo
vinfo_
{};
struct in Updater::FbdevDriver
/base/powermgr/battery_manager/charger/src/dev/
H
A
D
fbdev_driver.cpp
57
if (ioctl(fd, FBIOGET_VSCREENINFO, &
vinfo_
) < 0) {
in Init()
63
buff_.width =
vinfo_
.xres;
in Init()
64
buff_.height =
vinfo_
.yres;
in Init()
65
buff_.size = finfo_.line_length *
vinfo_
.yres;
in Init()
82
if (ioctl(fd_, FBIOPAN_DISPLAY, &
vinfo_
) < 0) {
in Flip()
89
dsInfo.width = static_cast<int>(
vinfo_
.xres);
in GetDisplayInfo()
90
dsInfo.height = static_cast<int>(
vinfo_
.yres);
in GetDisplayInfo()
92
dsInfo.pixelBytes =
vinfo_
.bits_per_pixel / 8; // 8: byte bit len
in GetDisplayInfo()
/base/powermgr/battery_manager/charger/include/dev/
H
A
D
fbdev_driver.h
53
struct fb_var_screeninfo
vinfo_
{};
struct in OHOS::PowerMgr::FbdevDriver
Completed in 1 milliseconds