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:csurface_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
display_test_utils.cpp
26
if (
csurface_
!= nullptr) {
in ~DisplayTestUtils()
28
SurfaceError ret =
csurface_
->ReleaseBuffer(prevBuffer_, -1);
in ~DisplayTestUtils()
35
csurface_
->UnregisterConsumerListener();
in ~DisplayTestUtils()
38
csurface_
= nullptr;
in ~DisplayTestUtils()
68
csurface_
= IConsumerSurface::Create();
in CreateSurface()
69
if (
csurface_
== nullptr) {
in CreateSurface()
74
auto producer =
csurface_
->GetProducer();
in CreateSurface()
82
SurfaceError ret =
csurface_
->RegisterConsumerListener(listener_);
in CreateSurface()
98
if (
csurface_
== nullptr) {
in OnVsync()
99
WLOGFE("
csurface_
i
in OnVsync()
[all...]
H
A
D
display_test_utils.h
67
sptr<IConsumerSurface>
csurface_
= nullptr; // cosumer surface
member in OHOS::Rosen::DisplayTestUtils
/foundation/window/window_manager/utils/src/
H
A
D
surface_reader.cpp
38
if (
csurface_
!= nullptr) {
in ~SurfaceReader()
39
csurface_
->UnregisterConsumerListener();
in ~SurfaceReader()
42
csurface_
= nullptr;
in ~SurfaceReader()
47
csurface_
= IConsumerSurface::Create();
in Init()
48
if (
csurface_
== nullptr) {
in Init()
52
auto producer =
csurface_
->GetProducer();
in Init()
59
SurfaceError ret =
csurface_
->RegisterConsumerListener(listener_);
in Init()
74
auto sret =
csurface_
->AcquireBuffer(cbuffer, fence, timestamp, damage);
in OnVsync()
89
SurfaceError ret =
csurface_
->ReleaseBuffer(prevBuffer_, -1);
in OnVsync()
/foundation/window/window_manager/test/common/utils/src/
H
A
D
screen_manager_utils.cpp
26
csurface_
= IConsumerSurface::Create();
in CreateSurface()
27
if (
csurface_
== nullptr) {
in CreateSurface()
32
auto producer =
csurface_
->GetProducer();
in CreateSurface()
/foundation/window/window_manager/test/common/utils/include/
H
A
D
screen_manager_utils.h
31
sptr<IConsumerSurface>
csurface_
= nullptr; // cosumer surface
member in OHOS::Rosen::ScreenManagerUtils
/foundation/window/window_manager/utils/include/
H
A
D
surface_reader.h
58
sptr<IConsumerSurface>
csurface_
= nullptr; // cosumer surface
member in OHOS::Rosen::SurfaceReader
Completed in 2 milliseconds