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:vdi
(Results
1 - 10
of
10
) sorted by relevance
/drivers/hdf_core/framework/core/host/test/unittest/
H
A
D
hdf_vdi_test.cpp
48
struct HdfVdiObject *
vdi
= nullptr;
in HWTEST_F()
local
49
vdi
= HdfLoadVdi("libvdi_sample1_driver.z.so");
in HWTEST_F()
50
ASSERT_TRUE(
vdi
!= nullptr);
in HWTEST_F()
51
ASSERT_TRUE(
vdi
->vdiBase != nullptr);
in HWTEST_F()
53
uint32_t version = HdfGetVdiVersion(
vdi
);
in HWTEST_F()
56
struct VdiWrapperA *vdiWrapper = reinterpret_cast<struct VdiWrapperA *>(
vdi
->vdiBase);
in HWTEST_F()
64
HdfCloseVdi(
vdi
);
in HWTEST_F()
69
struct HdfVdiObject *
vdi
= nullptr;
in HWTEST_F()
local
70
vdi
= HdfLoadVdi("libvdi_sample1_driver_error.z.so");
in HWTEST_F()
71
ASSERT_TRUE(
vdi
in HWTEST_F()
77
struct HdfVdiObject *
vdi
= nullptr;
HWTEST_F()
local
98
struct HdfVdiObject *
vdi
= nullptr;
HWTEST_F()
local
106
struct HdfVdiObject *
vdi
= nullptr;
HWTEST_F()
local
122
struct HdfVdiObject *
vdi
= nullptr;
HWTEST_F()
local
129
struct HdfVdiObject *
vdi
= nullptr;
HWTEST_F()
local
139
struct HdfVdiObject *
vdi
= &obj;
HWTEST_F()
local
[all...]
/drivers/hdf_core/framework/core/host/test/sample/
H
A
D
vdi_sample2_driver.cpp
31
int VdiSample::ServiceB(IVdiSample *
vdi
)
in ServiceB()
argument
33
VdiSample *sample = reinterpret_cast<VdiSample *>(
vdi
);
in ServiceB()
H
A
D
vdi_sample2_driver.h
27
int ServiceB(IVdiSample *
vdi
) override;
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H
A
D
display_buffer_vdi_impl.cpp
88
extern "C" void DestroyDisplayBufferVdi(IDisplayBufferVdi*
vdi
)
in DestroyDisplayBufferVdi()
argument
90
delete
vdi
;
in DestroyDisplayBufferVdi()
/drivers/peripheral/display/buffer/hdi_service/include/
H
A
D
idisplay_buffer_vdi.h
136
using DestroyDisplayBufferVdiFunc = void (*)(IDisplayBufferVdi*
vdi
);
138
extern "C" void DestroyDisplayBufferVdi(IDisplayBufferVdi*
vdi
);
/drivers/peripheral/display/buffer/vdi_base/src/
H
A
D
display_buffer_vdi_impl.cpp
124
extern "C" void DestroyDisplayBufferVdi(IDisplayBufferVdi*
vdi
)
in DestroyDisplayBufferVdi()
argument
126
delete
vdi
;
in DestroyDisplayBufferVdi()
/drivers/peripheral/display/composer/hdi_service/include/
H
A
D
idisplay_composer_vdi_v1_1.h
53
using DestroyComposerVdiFuncV1_1 = void (*)(IDisplayComposerVdiV1_1*
vdi
);
55
extern "C" void DestroyComposerVdiV1_1(IDisplayComposerVdiV1_1*
vdi
);
H
A
D
idisplay_composer_vdi.h
84
using DestroyComposerVdiFunc = void (*)(IDisplayComposerVdi*
vdi
);
86
extern "C" void DestroyComposerVdi(IDisplayComposerVdi*
vdi
);
/drivers/peripheral/display/composer/vdi_base/src/
H
A
D
display_composer_vdi_impl.cpp
335
extern "C" void DestroyComposerVdi(IDisplayComposerVdi*
vdi
)
in DestroyComposerVdi()
argument
337
delete
vdi
;
in DestroyComposerVdi()
/drivers/peripheral/display/hal/default_standard/src/display_device/
H
A
D
display_composer_vdi_impl.cpp
362
extern "C" void DestroyComposerVdi(IDisplayComposerVdi*
vdi
)
in DestroyComposerVdi()
argument
364
delete
vdi
;
in DestroyComposerVdi()
Completed in 5 milliseconds