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:EngineBase
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/intelligent_voice/passthrough/engine/
H
A
D
engine_base.cpp
21
IntellVoiceStatus
EngineBase
::SetListener(std::shared_ptr<IEngineCallback> listener)
in SetListener()
27
IntellVoiceStatus
EngineBase
::Release()
in Release()
33
IntellVoiceStatus
EngineBase
::SetParameter(const std::string & /* keyValueList */)
in SetParameter()
38
IntellVoiceStatus
EngineBase
::GetParameter(const std::string & /* keyList */, getParameterCb /* cb */)
in GetParameter()
43
IntellVoiceStatus
EngineBase
::Write(const uint8_t * /* buffer */, uint32_t /* size */)
in Write()
48
IntellVoiceStatus
EngineBase
::Stop()
in Stop()
53
IntellVoiceStatus
EngineBase
::Cancel()
in Cancel()
58
IntellVoiceStatus
EngineBase
::ReadFileData(ContentType /* type */, getFileDataCb /* cb */)
in ReadFileData()
63
IntellVoiceStatus
EngineBase
::GetWakeupPcm(std::vector<uint8_t> & /* data */)
in GetWakeupPcm()
68
IntellVoiceStatus
EngineBase
[all...]
H
A
D
engine_base.h
22
class
EngineBase
: public IEngine {
class
24
EngineBase
() = default;
25
~
EngineBase
() = default;
H
A
D
engine_factory.cpp
28
std::unique_ptr<
EngineBase
> EngineFactory::CreateEngine(IntellVoiceEngineAdapterType type)
in CreateEngine()
30
std::unique_ptr<
EngineBase
> engine = nullptr;
in CreateEngine()
H
A
D
engine_factory.h
29
static std::unique_ptr<
EngineBase
> CreateEngine(IntellVoiceEngineAdapterType type);
H
A
D
wakeup_engine.h
22
class WakeupEngine : public
EngineBase
{
H
A
D
enroll_engine.h
23
class EnrollEngine : public
EngineBase
{
Completed in 1 milliseconds