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:InvalidFence
(Results
1 - 25
of
25
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H
A
D
rs_surface_handler.h
66
acquireFence = SyncFence::
InvalidFence
();
in Reset()
67
releaseFence = SyncFence::
InvalidFence
();
in Reset()
74
sptr<SyncFence> acquireFence = SyncFence::
InvalidFence
();
75
sptr<SyncFence> releaseFence = SyncFence::
InvalidFence
();
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_base_render_util.h
48
sptr<SyncFence> fence = SyncFence::
InvalidFence
();
65
sptr<SyncFence> acquireFence = SyncFence::
InvalidFence
();
H
A
D
rs_hardware_thread.h
108
sptr<SyncFence> releaseFence_ = SyncFence::
InvalidFence
();
H
A
D
rs_uni_render_thread.h
238
sptr<SyncFence> acquireFence_ = SyncFence::
InvalidFence
();
H
A
D
rs_base_render_util.cpp
896
returnValue.fence = SyncFence::
InvalidFence
();
/foundation/graphic/graphic_surface/interfaces/inner_api/utils/
H
A
D
sync_fence.h
72
static sptr<SyncFence>
InvalidFence
();
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H
A
D
rs_rcd_render_visitor.cpp
43
sptr<SyncFence> acquireFence = SyncFence::
InvalidFence
();
in ConsumeAndUpdateBuffer()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H
A
D
hdi_framebuffer_surface.cpp
118
sptr<SyncFence> acquireFence = SyncFence::
InvalidFence
();
in OnBufferAvailable()
H
A
D
hdi_backend.cpp
202
sptr<SyncFence> fbFence = SyncFence::
InvalidFence
();
in Repaint()
H
A
D
hdi_output.cpp
629
releaseFence = SyncFence::
InvalidFence
();
in ReleaseSurfaceBuffer()
643
releaseBuffer(preBuffer, SyncFence::
InvalidFence
(), consumer);
in ReleaseSurfaceBuffer()
H
A
D
hdi_layer.cpp
614
return SyncFence::
InvalidFence
();
in GetReleaseFence()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H
A
D
hdi_layer.h
78
sptr<SyncFence> releaseFence_ = SyncFence::
InvalidFence
();
H
A
D
hdi_output.h
107
sptr<SyncFence> thirdFrameAheadPresentFence_ = SyncFence::
InvalidFence
();
H
A
D
hdi_layer_info.h
594
sptr<SyncFence> acquireFence_ = SyncFence::
InvalidFence
();
/foundation/graphic/graphic_surface/surface/include/
H
A
D
buffer_producer_listener.h
116
sptr<SyncFence> fence = SyncFence::
InvalidFence
();
in OnBufferReleasedWithFenceRemote()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H
A
D
surface_image.cpp
127
sptr<SyncFence> acquireFence = SyncFence::
InvalidFence
();
in UpdateSurfaceImage()
421
sptr<SyncFence> acquireFence = SyncFence::
InvalidFence
();
in AcquireNativeWindowBuffer()
/foundation/graphic/graphic_surface/sync_fence/src/
H
A
D
sync_fence.cpp
268
sptr<SyncFence> SyncFence::
InvalidFence
()
in InvalidFence()
function in OHOS::SyncFence
/foundation/graphic/graphic_surface/surface/src/
H
A
D
native_window.cpp
170
OHOS::sptr<OHOS::SyncFence> releaseFence = OHOS::SyncFence::
InvalidFence
();
in NativeWindowRequestBuffer()
265
OHOS::sptr<OHOS::SyncFence> acquireFence = OHOS::SyncFence::
InvalidFence
();
in GetLastFlushedBuffer()
774
OHOS::sptr<OHOS::SyncFence> acquireFence = OHOS::SyncFence::
InvalidFence
();
in GetLastFlushedBufferV2()
H
A
D
buffer_queue.cpp
260
retval.fence = SyncFence::
InvalidFence
();
in SetReturnValue()
578
ret = ReleaseBuffer(buffer, SyncFence::
InvalidFence
());
in DelegatorQueueBuffer()
1029
.fence = SyncFence::
InvalidFence
(),
in AllocBuffer()
1163
.fence = SyncFence::
InvalidFence
(),
in AttachBufferToQueue()
H
A
D
consumer_surface.cpp
136
sptr<SyncFence> syncFence = SyncFence::
InvalidFence
();
in AcquireBuffer()
H
A
D
producer_surface.cpp
341
sptr<SyncFence> syncFence = SyncFence::
InvalidFence
();
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H
A
D
rs_surface_render_params.h
557
sptr<SyncFence> acquireFence_ = SyncFence::
InvalidFence
();
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H
A
D
pixel_map_from_surface.cpp
521
sptr<SyncFence> fence = SyncFence::
InvalidFence
();
in GetNativeWindowBufferFromSurface()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H
A
D
rs_main_thread_unit_test.cpp
2130
sptr<SyncFence> acquireFence = SyncFence::
InvalidFence
();
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_main_thread_test.cpp
2134
sptr<SyncFence> acquireFence = SyncFence::
InvalidFence
();
in HWTEST_F()
Completed in 34 milliseconds