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:SetReleaseFence
(Results
1 - 10
of
10
) sorted by relevance
/drivers/peripheral/display/composer/test/common/
H
A
D
hdi_test_layer.h
36
void
SetReleaseFence
(int fd);
84
void
SetReleaseFence
(int fd);
H
A
D
hdi_test_layer.cpp
73
void HdiGrallocBuffer::
SetReleaseFence
(int fd)
in SetReleaseFence()
function in OHOS::HDI::Display::TEST::HdiGrallocBuffer
277
void HdiTestLayer::
SetReleaseFence
(int fd)
in SetReleaseFence()
function in OHOS::HDI::Display::TEST::HdiTestLayer
281
currentBuffer_->
SetReleaseFence
(fd);
in SetReleaseFence()
H
A
D
hdi_test_display.cpp
141
layer->
SetReleaseFence
(fences[i]);
in GetLayersReleaseFence()
201
buffer->
SetReleaseFence
(fenceFd);
in Commit()
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H
A
D
fb_display.cpp
37
layer->
SetReleaseFence
(-1); // the fd display will return the current buffer fence.
in CreateHdiLayer()
86
mClientLayer->
SetReleaseFence
(-1);
in Init()
H
A
D
fb_composition.cpp
79
layer->
SetReleaseFence
(fence);
in Apply()
/drivers/peripheral/display/composer/vdi_base/include/
H
A
D
hdi_layer.h
133
void
SetReleaseFence
(int fd)
in SetReleaseFence()
function in OHOS::HDI::DISPLAY::HdiLayer
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H
A
D
hdi_video_composition.cpp
121
hdiLayer->
SetReleaseFence
(-1); // todo check the fence whether use the last fence.
in Apply()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H
A
D
hdi_layer.h
154
void
SetReleaseFence
(int fd)
in SetReleaseFence()
function in OHOS::HDI::DISPLAY::HdiLayer
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H
A
D
hdi_drm_composition.cpp
162
layer->
SetReleaseFence
(dup(static_cast<int32_t>(crtcOutFence)));
in Apply()
/drivers/peripheral/display/composer/vdi_base/src/
H
A
D
hdi_drm_composition.cpp
309
layer->
SetReleaseFence
(static_cast<int>(crtcOutFence));
in Apply()
Completed in 5 milliseconds