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:Flip
(Results
1 - 16
of
16
) sorted by relevance
/base/powermgr/battery_manager/charger/src/dev/
H
A
D
graphic_dev.cpp
40
void GraphicDev::
Flip
(const uint8_t* buf)
in Flip()
function in OHOS::PowerMgr::GraphicDev
47
drv_->
Flip
(buf);
in Flip()
H
A
D
fbdev_driver.cpp
77
void FbdevDriver::
Flip
(const uint8_t* buf)
in Flip()
function in OHOS::PowerMgr::FbdevDriver
H
A
D
drm_driver.cpp
24
void DrmDriver::
Flip
(const uint8_t* buf)
in Flip()
function in OHOS::PowerMgr::DrmDriver
28
BATTERY_HILOGE(FEATURE_CHARGING, "DrmDriver::
Flip
memcpy_s fail");
in Flip()
/base/update/updater/services/ui/driver/
H
A
D
surface_dev.cpp
42
void SurfaceDev::
Flip
(const uint8_t *buf) const
in Flip()
function in Updater::SurfaceDev
49
drv_->
Flip
(buf);
in Flip()
H
A
D
graphic_drv.h
31
virtual void
Flip
(const uint8_t *buf) = 0;
H
A
D
surface_dev.h
34
void
Flip
(const uint8_t* buf) const;
H
A
D
fbdev_driver.h
41
void
Flip
(const uint8_t *buf) override;
H
A
D
graphic_engine.cpp
116
sfDev_->
Flip
(reinterpret_cast<uint8_t *>(buffInfo_->virAddr));
in FlushThreadLoop()
171
sfDev_->
Flip
(reinterpret_cast<uint8_t *>(buffInfo_->virAddr));
in Flush()
H
A
D
drm_driver.h
49
void
Flip
(const uint8_t *buf) override;
H
A
D
fbdev_driver.cpp
113
void FbdevDriver::
Flip
(const uint8_t *buf)
in Flip()
function in Updater::FbdevDriver
H
A
D
drm_driver.cpp
24
void DrmDriver::
Flip
(const uint8_t *buf)
in Flip()
function in Updater::DrmDriver
/base/powermgr/battery_manager/charger/include/dev/
H
A
D
display_drv.h
35
virtual void
Flip
(const uint8_t* buf) = 0;
H
A
D
graphic_dev.h
32
void
Flip
(const uint8_t* buf);
H
A
D
fbdev_driver.h
42
void
Flip
(const uint8_t* buf) override;
H
A
D
drm_driver.h
51
void
Flip
(const uint8_t* buf) override;
/base/powermgr/battery_manager/charger/src/
H
A
D
charger_graphic_engine.cpp
137
sfDev_->
Flip
(reinterpret_cast<const uint8_t*>(buffInfo_->virAddr));
in Flush()
Completed in 5 milliseconds