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:DeInit
(Results
1 - 25
of
28
) sorted by relevance
1
2
/drivers/peripheral/display/composer/vdi_base/include/
H
A
D
hdi_device_interface.h
32
virtual void
DeInit
() = 0;
H
A
D
hdi_display.h
56
virtual void
DeInit
() {}
in DeInit()
function in OHOS::HDI::DISPLAY::HdiDisplay
H
A
D
drm_device.h
78
void
DeInit
() override;
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H
A
D
hdi_device_interface.h
31
virtual void
DeInit
() = 0;
H
A
D
hdi_display.h
51
virtual void
DeInit
() {}
in DeInit()
function in OHOS::HDI::DISPLAY::HdiDisplay
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H
A
D
allocator_manager.h
30
int32_t
DeInit
();
H
A
D
allocator_manager.cpp
57
int32_t AllocatorManager::
DeInit
()
in DeInit()
function in OHOS::HDI::DISPLAY::AllocatorManager
H
A
D
display_gralloc.cpp
95
AllocatorManager::GetInstance().
DeInit
();
in GrallocUninitialize()
/drivers/peripheral/codec/test/demo/jpeg/src/
H
A
D
jpeg_decoder.cpp
105
int32_t JpegDecoder::
DeInit
()
in DeInit()
function in JpegDecoder
110
return hdiJpeg_->
DeInit
(CODEC_IMAGE_JPEG);
in DeInit()
251
(void)decoder->
DeInit
();
in main()
258
(void)decoder->
DeInit
();
in main()
263
ret = decoder->
DeInit
();
in main()
265
HDF_LOGE("
DeInit
failed, err [%{public}d] !", ret);
in main()
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H
A
D
image_auto_initer.h
35
client_->
DeInit
(role_);
in ~ImageAutoIniter()
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H
A
D
fb_device.h
34
virtual void
DeInit
() override;
H
A
D
fb_device.cpp
78
void FbDevice::
DeInit
()
in DeInit()
function in OHOS::HDI::DISPLAY::FbDevice
/drivers/peripheral/codec/hal/idl_service/include/
H
A
D
codec_omx_core.h
39
void
DeInit
();
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H
A
D
codec_omx_core.h
38
void
DeInit
();
H
A
D
component_node.h
75
int32_t
DeInit
();
/drivers/peripheral/codec/image/hdi_service/include/
H
A
D
codec_image_service.h
43
int32_t
DeInit
(enum CodecImageRole role) override;
/drivers/peripheral/codec/test/demo/jpeg/include/
H
A
D
jpeg_decoder.h
39
int32_t
DeInit
();
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H
A
D
drm_device.h
60
virtual void
DeInit
();
/drivers/peripheral/codec/hal/idl_service/src/
H
A
D
codec_omx_core.cpp
58
void CodecOMXCore::
DeInit
()
in DeInit()
function in OHOS::Codec::Omx::CodecOMXCore
H
A
D
component_mgr.cpp
119
cores_[i]->
DeInit
();
in CleanComponent()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H
A
D
codec_omx_core.cpp
58
void CodecOMXCore::
DeInit
()
in DeInit()
function in OHOS::Codec::Omx::CodecOMXCore
H
A
D
component_mgr.cpp
119
cores_[i]->
DeInit
();
in CleanComponent()
/drivers/peripheral/codec/image/hdi_service/src/
H
A
D
codec_image_service.cpp
55
int32_t CodecImageService::
DeInit
(enum CodecImageRole role)
in DeInit()
function in OHOS::HDI::Codec::Image::V2_0::CodecImageService
/drivers/peripheral/codec/test/unittest/hdi_image/
H
A
D
codec_hdi_jpeg_test.cpp
75
hdiJpeg_->
DeInit
(CODEC_IMAGE_JPEG);
in TearDown()
/drivers/peripheral/codec/hal/src/
H
A
D
codec_adapter.cpp
252
return codecNode->node->
DeInit
();
in OmxAdapterDeInit()
Completed in 10 milliseconds
1
2