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:ReleaseSurface
(Results
1 - 25
of
25
) sorted by relevance
/foundation/graphic/graphic_surface/surface/src/
H
A
D
surface_delegate.cpp
39
SurfaceDelegateError SurfaceDelegate::
ReleaseSurface
()
in ReleaseSurface()
function in OHOS::SurfaceDelegate
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H
A
D
rs_sub_thread.h
43
void
ReleaseSurface
();
H
A
D
rs_sub_thread_manager.h
49
void
ReleaseSurface
(uint32_t threadIndex) const;
H
A
D
rs_sub_thread_manager.cpp
317
void RSSubThreadManager::
ReleaseSurface
(uint32_t threadIndex) const
in ReleaseSurface()
function in OHOS::Rosen::RSSubThreadManager
324
subThread->
ReleaseSurface
();
in ReleaseSurface()
H
A
D
rs_sub_thread.cpp
457
void RSSubThread::
ReleaseSurface
()
in ReleaseSurface()
function in OHOS::Rosen::RSSubThread
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
surface_delegate.h
124
SurfaceDelegateError
ReleaseSurface
();
/foundation/window/window_manager_lite/services/wms/
H
A
D
lite_win.h
93
static void
ReleaseSurface
();
H
A
D
lite_win.cpp
97
void LiteWindow::
ReleaseSurface
()
in ReleaseSurface()
function in OHOS::LiteWindow
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/parallel_render/
H
A
D
rs_sub_thread_manager_unit_test.cpp
305
* @tc.desc: Verify function
ReleaseSurface
314
rsSubThreadManager->
ReleaseSurface
(2);
in HWTEST_F()
315
rsSubThreadManager->
ReleaseSurface
(0);
in HWTEST_F()
H
A
D
rs_sub_thread_unit_test.cpp
203
* @tc.desc: Verify function
ReleaseSurface
212
curThread->
ReleaseSurface
();
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/parallel_render/
H
A
D
rs_sub_thread_manager_test.cpp
305
* @tc.desc: Verify function
ReleaseSurface
314
rsSubThreadManager->
ReleaseSurface
(2);
in HWTEST_F()
315
rsSubThreadManager->
ReleaseSurface
(0);
in HWTEST_F()
H
A
D
rs_sub_thread_test.cpp
217
* @tc.desc: Verify function
ReleaseSurface
226
curThread->
ReleaseSurface
();
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_uni_render_thread.h
117
void
ReleaseSurface
();
H
A
D
rs_uni_render_util.cpp
1157
instance->
ReleaseSurface
();
in PostReleaseSurfaceTask()
1163
instance->
ReleaseSurface
();
in PostReleaseSurfaceTask()
1170
instance->
ReleaseSurface
(threadIndex);
in PostReleaseSurfaceTask()
H
A
D
rs_main_thread.h
205
void
ReleaseSurface
();
H
A
D
rs_uni_render_thread.cpp
399
void RSUniRenderThread::
ReleaseSurface
()
in ReleaseSurface()
function in OHOS::Rosen::RSUniRenderThread
H
A
D
rs_main_thread.cpp
4106
void RSMainThread::
ReleaseSurface
()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H
A
D
metadata_output.cpp
116
ReleaseSurface
();
in ~MetadataOutput()
342
ReleaseSurface
();
in Release()
347
void MetadataOutput::
ReleaseSurface
()
in ReleaseSurface()
function in OHOS::MetadataOutput
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H
A
D
xcomponent_element.cpp
383
surfaceDelegate_->
ReleaseSurface
();
in ReleasePlatformResource()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_client_impl.h
71
void
ReleaseSurface
() override;
H
A
D
web_client_impl.cpp
893
void ReleaseSurfaceImpl::
ReleaseSurface
()
in ReleaseSurface()
function in OHOS::Ace::ReleaseSurfaceImpl
901
surfaceDelegate_->
ReleaseSurface
();
in ReleaseSurface()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H
A
D
metadata_output.h
400
void
ReleaseSurface
();
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
rosen_render_surface.cpp
81
surfaceDelegate_->
ReleaseSurface
();
in ~RosenRenderSurface()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H
A
D
video_element.cpp
155
surfaceDelegate_->
ReleaseSurface
();
in ~VideoElement()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_main_thread_test.cpp
3060
* @tc.name:
ReleaseSurface
3061
* @tc.desc:
ReleaseSurface
Test
3065
HWTEST_F(RSMainThreadTest,
ReleaseSurface
, TestSize.Level1)
in HWTEST_F()
3070
mainThread->
ReleaseSurface
();
in HWTEST_F()
Completed in 35 milliseconds