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:factLib
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/audio/effect/model/src/
H
A
D
effect_core.c
40
int32_t RegisterEffectLibToList(void *handle, struct EffectFactory *
factLib
)
in RegisterEffectLibToList()
argument
43
if (
factLib
== NULL) {
in RegisterEffectLibToList()
54
node->
factLib
=
factLib
;
in RegisterEffectLibToList()
91
if (tmpNode->
factLib
!= NULL && tmpNode->
factLib
->effectLibName != NULL) {
in GetEffectLibFromList()
92
if (strcmp(tmpNode->
factLib
->effectLibName, effectLibName) == 0) {
in GetEffectLibFromList()
93
return tmpNode->
factLib
;
in GetEffectLibFromList()
H
A
D
effect_model.c
48
struct EffectFactory *
factLib
= NULL;
in EffectModelGetAllEffectDescriptors()
local
61
factLib
= GetEffectLibFromList(g_cfgDescs->effectCfgDescs[i].library);
in EffectModelGetAllEffectDescriptors()
62
if (
factLib
== NULL) {
in EffectModelGetAllEffectDescriptors()
66
ret =
factLib
->GetDescriptor(
factLib
, g_cfgDescs->effectCfgDescs[i].effectId, &descsVdi[descNum]);
in EffectModelGetAllEffectDescriptors()
84
struct EffectFactory *
factLib
= NULL;
in EffectModelGetEffectDescriptor()
local
95
factLib
= GetEffectLibFromList(g_cfgDescs->effectCfgDescs[i].library);
in EffectModelGetEffectDescriptor()
96
if (
factLib
== NULL) {
in EffectModelGetEffectDescriptor()
101
if (
factLib
->GetDescriptor(
factLib
, uui
in EffectModelGetEffectDescriptor()
213
struct EffectFactory *
factLib
= NULL;
RegLibraryInstByName()
local
[all...]
/drivers/peripheral/audio/effect/model/include/
H
A
D
effect_core.h
31
struct EffectFactory *
factLib
;
member
43
int32_t RegisterEffectLibToList(void *handle, struct EffectFactory *
factLib
);
Completed in 2 milliseconds