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:GetPhyAddr
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/surface_lite/interfaces/kits/
H
A
D
surface_buffer.h
72
virtual uint64_t
GetPhyAddr
() const = 0;
/foundation/window/window_manager_lite/frameworks/wms/
H
A
D
lite_proxy_surface.cpp
47
uintptr_t phyAddr = buffer_->
GetPhyAddr
();
in Lock()
/foundation/graphic/surface_lite/test/unittest/
H
A
D
graphic_surface_test.cpp
73
EXPECT_EQ(0, buffer->
GetPhyAddr
());
in HWTEST_F()
106
EXPECT_EQ(0, buffer->
GetPhyAddr
());
in HWTEST_F()
133
EXPECT_EQ(0, buffer.
GetPhyAddr
());
in HWTEST_F()
136
EXPECT_EQ(phyAddr, buffer.
GetPhyAddr
());
in HWTEST_F()
/foundation/graphic/graphic_surface/surface/include/
H
A
D
surface_buffer_impl.h
48
uint64_t
GetPhyAddr
() const override;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
surface_buffer.h
43
virtual uint64_t
GetPhyAddr
() const = 0;
/foundation/graphic/surface_lite/frameworks/
H
A
D
buffer_manager.cpp
104
bufferHandle->phyAddr = buffer.
GetPhyAddr
();
in AllocateBufferHandle()
202
BufferKey key = {(*buffer)->GetKey(), (*buffer)->
GetPhyAddr
()};
in FreeBuffer()
/foundation/graphic/surface_lite/interfaces/innerkits/
H
A
D
surface_buffer_impl.h
110
uint64_t
GetPhyAddr
() const override
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
surface_buffer_impl_test.cpp
110
ASSERT_EQ(buffer->
GetPhyAddr
(), 0);
in HWTEST_F()
/foundation/window/window_manager_lite/services/wms/
H
A
D
lite_win.cpp
236
uintptr_t phyaddr = backBuf_->
GetPhyAddr
();
in Flush()
/foundation/graphic/graphic_surface/surface/src/
H
A
D
surface_buffer_impl.cpp
397
uint64_t SurfaceBufferImpl::
GetPhyAddr
() const
in GetPhyAddr()
function in OHOS::SurfaceBufferImpl
Completed in 6 milliseconds