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:GfxFuncs
(Results
1 - 9
of
9
) sorted by relevance
/drivers/peripheral/display/composer/vdi_base/include/
H
A
D
display_gfx.h
27
using
GfxFuncs
= struct {
135
int32_t GfxInitialize(
GfxFuncs
**funcs);
146
int32_t GfxUninitialize(
GfxFuncs
*funcs);
H
A
D
hdi_gfx_composition.h
42
GfxFuncs
*mGfxFuncs = nullptr;
/drivers/peripheral/display/hal/default_standard/src/display_device/
H
A
D
display_gfx.h
27
using
GfxFuncs
= struct {
135
int32_t GfxInitialize(
GfxFuncs
**funcs);
146
int32_t GfxUninitialize(
GfxFuncs
*funcs);
/drivers/peripheral/display/interfaces/include/
H
A
D
display_gfx.h
162
}
GfxFuncs
;
typedef
177
int32_t GfxInitialize(
GfxFuncs
**funcs);
190
int32_t GfxUninitialize(
GfxFuncs
*funcs);
/drivers/peripheral/display/hal/default/
H
A
D
display_gfx.c
21
int32_t GfxInitialize(
GfxFuncs
**funcs)
in GfxInitialize()
32
int32_t GfxUninitialize(
GfxFuncs
*funcs)
in GfxUninitialize()
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H
A
D
hdi_gfx_composition.h
41
GfxFuncs
*mGfxFuncs = nullptr;
H
A
D
hdi_gfx_composition.cpp
58
using InitFunc = int32_t (*)(
GfxFuncs
**funcs);
in GfxModuleInit()
73
using DeinitFunc = int32_t (*)(
GfxFuncs
*funcs);
in GfxModuleDeinit()
/drivers/peripheral/display/test/unittest/lite/
H
A
D
display_test.h
71
GfxFuncs
*gfxFuncs;
/drivers/peripheral/display/composer/vdi_base/src/
H
A
D
hdi_gfx_composition.cpp
56
using InitFunc = int32_t (*)(
GfxFuncs
**funcs);
in GfxModuleInit()
71
using DeinitFunc = int32_t (*)(
GfxFuncs
*funcs);
in GfxModuleDeinit()
Completed in 6 milliseconds