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:engine
(Results
1 - 8
of
8
) sorted by relevance
/drivers/peripheral/intelligent_voice/passthrough/engine/
H
A
D
engine_factory.cpp
30
std::unique_ptr<EngineBase>
engine
= nullptr;
in CreateEngine()
local
34
engine
= std::make_unique<EnrollEngine>();
in CreateEngine()
37
engine
= std::make_unique<WakeupEngine>();
in CreateEngine()
44
return
engine
;
in CreateEngine()
H
A
D
intell_voice_engine_manager.cpp
31
std::unique_ptr<IEngine> &
engine
) override
34
engine
= EngineFactory::CreateEngine(descriptor.adapterType);
35
if (
engine
== nullptr) {
36
INTELLIGENT_VOICE_LOGE("failed to create
engine
");
103
INTELLIGENT_VOICE_LOGD("enter to
engine
manager stub");
in GetIntellVoiceEngineManagerHalInst()
/drivers/hdf_core/framework/support/platform/test/fuzztest/
H
A
D
random.h
18
std::default_random_engine
engine
(rd());
in randNum()
20
return randomNum(
engine
);
in randNum()
/drivers/peripheral/intelligent_voice/hdi_service/engine/
H
A
D
intell_voice_engine_manager_impl.cpp
125
std::unique_ptr<IEngine>
engine
= nullptr;
in CreateAdapterInner()
local
126
inst_->CreateAdapter(descriptor,
engine
);
in CreateAdapterInner()
127
if (
engine
== nullptr) {
in CreateAdapterInner()
133
(new (std::nothrow) IntellVoiceEngineAdapterImpl(std::move(
engine
)));
in CreateAdapterInner()
H
A
D
intell_voice_engine_adapter_impl.cpp
32
IntellVoiceEngineAdapterImpl::IntellVoiceEngineAdapterImpl(std::unique_ptr<IEngine>
engine
)
in IntellVoiceEngineAdapterImpl()
argument
33
: engine_(std::move(
engine
))
in IntellVoiceEngineAdapterImpl()
H
A
D
intell_voice_engine_adapter_impl.h
47
explicit IntellVoiceEngineAdapterImpl(std::unique_ptr<IEngine>
engine
);
/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdi_fuzzer/
H
A
D
batteryhdi_fuzz.cpp
191
std::default_random_engine
engine
(rd());
in BatteryHdiFuzzTest()
193
int32_t number = randomNum(
engine
);
in BatteryHdiFuzzTest()
/drivers/peripheral/intelligent_voice/interfaces/
H
A
D
i_engine.h
80
std::unique_ptr<IEngine> &
engine
) = 0;
Completed in 5 milliseconds