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 - 15
of
15
) sorted by relevance
/drivers/peripheral/intelligent_voice/hdi_service/engine/
H
A
D
intell_voice_engine_manager_impl.h
31
namespace
Engine
{
namespace
32
using OHOS::HDI::IntelligentVoice::
Engine
::V1_2::IIntellVoiceEngineManager;
33
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::IIntellVoiceEngineAdapter;
34
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::IntellVoiceEngineAdapterType;
35
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::IntellVoiceEngineAdapterDescriptor;
36
using OHOS::HDI::IntelligentVoice::
Engine
::V1_1::IIntellVoiceDataOprCallback;
37
using OHOS::HDI::IntelligentVoice::
Engine
::V1_1::IntellVoiceDataOprType;
38
using OHOS::HDI::IntelligentVoice::
Engine
::V1_2::UploadHdiFile;
65
sptr<HDI::IntelligentVoice::
Engine
::V1_0::IIntellVoiceEngineAdapter> &adapter) override;
70
sptr<HDI::IntelligentVoice::
Engine
[all...]
H
A
D
intell_voice_engine_adapter_impl.h
28
namespace
Engine
{
namespace
29
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::IIntellVoiceEngineCallback;
30
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::IntellVoiceEngineCallBackEvent;
31
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::IntellVoiceEngineAdapterInfo;
32
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::StartInfo;
33
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::ContentType;
34
using OHOS::HDI::IntelligentVoice::
Engine
::V1_2::EvaluationResultInfo;
45
class IntellVoiceEngineAdapterImpl : public HDI::IntelligentVoice::
Engine
::V1_2::IIntellVoiceEngineAdapter {
H
A
D
intell_voice_engine_manager_impl.cpp
31
namespace
Engine
{
namespace
103
sptr<HDI::IntelligentVoice::
Engine
::V1_0::IIntellVoiceEngineAdapter> &adapter)
in CreateAdapter()
109
sptr<HDI::IntelligentVoice::
Engine
::V1_2::IIntellVoiceEngineAdapter> &adapter)
in CreateAdapter_V_2()
132
adapter = sptr<HDI::IntelligentVoice::
Engine
::V1_2::IIntellVoiceEngineAdapter>
in CreateAdapterInner()
199
if (type == OHOS::HDI::IntelligentVoice::
Engine
::V1_1::ENCRYPT_TYPE) {
in OnDataOprEvent()
201
} else if (type == OHOS::HDI::IntelligentVoice::
Engine
::V1_1::DECRYPT_TYPE) {
in OnDataOprEvent()
H
A
D
intell_voice_engine_driver.cpp
90
auto serviceImpl = OHOS::HDI::IntelligentVoice::
Engine
::V1_2::IIntellVoiceEngineManager::Get(true);
in HdfIntellVoiceEngineManagerDriverBind()
98
OHOS::HDI::IntelligentVoice::
Engine
::V1_2::IIntellVoiceEngineManager::GetDescriptor());
in HdfIntellVoiceEngineManagerDriverBind()
H
A
D
intell_voice_engine_adapter_impl.cpp
31
namespace
Engine
{
namespace
/drivers/peripheral/intelligent_voice/interfaces/
H
A
D
i_engine.h
26
namespace
Engine
{
namespace
27
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::IntellVoiceEngineCallBackEvent;
28
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::IntellVoiceEngineAdapterInfo;
29
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::StartInfo;
30
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::IntellVoiceEngineAdapterDescriptor;
31
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::ContentType;
32
using OHOS::HDI::IntelligentVoice::
Engine
::V1_1::IntellVoiceDataOprType;
33
using OHOS::HDI::IntelligentVoice::
Engine
::V1_2::UploadHdiFile;
34
using OHOS::HDI::IntelligentVoice::
Engine
::V1_2::EvaluationResultInfo;
/drivers/peripheral/intelligent_voice/passthrough/engine/
H
A
D
intell_voice_engine_manager.cpp
23
using namespace OHOS::HDI::IntelligentVoice::
Engine
::V1_0;
27
namespace
Engine
{
namespace
101
__attribute__((visibility("default"))) OHOS::IntelligentVoice::
Engine
::IEngineManager *GetIntellVoiceEngineManagerHalInst(void)
in GetIntellVoiceEngineManagerHalInst()
104
return OHOS::IntelligentVoice::
Engine
::IntellVoiceEngineManager::GetInstance();
in GetIntellVoiceEngineManagerHalInst()
H
A
D
engine_factory.h
22
namespace
Engine
{
namespace
23
using OHOS::HDI::IntelligentVoice::
Engine
::V1_0::IntellVoiceEngineAdapterType;
H
A
D
engine_factory.cpp
23
using namespace OHOS::HDI::IntelligentVoice::
Engine
::V1_0;
27
namespace
Engine
{
namespace
H
A
D
wakeup_engine.cpp
25
using namespace OHOS::HDI::IntelligentVoice::
Engine
::V1_0;
29
namespace
Engine
{
namespace
H
A
D
enroll_engine.cpp
24
using namespace OHOS::HDI::IntelligentVoice::
Engine
::V1_0;
28
namespace
Engine
{
namespace
H
A
D
wakeup_engine.h
21
namespace
Engine
{
namespace
H
A
D
enroll_engine.h
22
namespace
Engine
{
namespace
H
A
D
engine_base.cpp
20
namespace
Engine
{
namespace
H
A
D
engine_base.h
21
namespace
Engine
{
namespace
Completed in 5 milliseconds