Home
last modified time | relevance | path

Searched refs:hdfIntellVoiceEngineManagerHost (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/intelligent_voice/hdi_service/engine/
H A Dintell_voice_engine_driver.cpp58 …if ((hdfIntellVoiceEngineManagerHost == nullptr) || (hdfIntellVoiceEngineManagerHost->stub == null… in IntellVoiceEngineManagerDriverDispatch()
81 if (hdfIntellVoiceEngineManagerHost == nullptr) { in HdfIntellVoiceEngineManagerDriverBind()
87 hdfIntellVoiceEngineManagerHost->ioService.Open = NULL; in HdfIntellVoiceEngineManagerDriverBind()
88 hdfIntellVoiceEngineManagerHost->ioService.Release = NULL; in HdfIntellVoiceEngineManagerDriverBind()
93 delete hdfIntellVoiceEngineManagerHost; in HdfIntellVoiceEngineManagerDriverBind()
99 if (hdfIntellVoiceEngineManagerHost->stub == nullptr) { in HdfIntellVoiceEngineManagerDriverBind()
101 delete hdfIntellVoiceEngineManagerHost; in HdfIntellVoiceEngineManagerDriverBind()
105 deviceObject->service = &hdfIntellVoiceEngineManagerHost->ioService; in HdfIntellVoiceEngineManagerDriverBind()
120 if (hdfIntellVoiceEngineManagerHost != nullptr) { in HdfIntellVoiceEngineManagerDriverRelease()
121 hdfIntellVoiceEngineManagerHost->stub = nullptr; in HdfIntellVoiceEngineManagerDriverRelease()
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/intelligent_voice_engine_v1_0/cpp_target/intelligent_voice/engine/v1_0/
H A Dintell_voice_engine_manager_driver.cpp.txt61 auto *hdfIntellVoiceEngineManagerHost = new (std::nothrow) HdfIntellVoiceEngineManagerHost;
62 if (hdfIntellVoiceEngineManagerHost == nullptr) {
67 hdfIntellVoiceEngineManagerHost->ioService.Dispatch = IntellVoiceEngineManagerDriverDispatch;
68 hdfIntellVoiceEngineManagerHost->ioService.Open = NULL;
69 hdfIntellVoiceEngineManagerHost->ioService.Release = NULL;
74 delete hdfIntellVoiceEngineManagerHost;
80 if (hdfIntellVoiceEngineManagerHost->stub == nullptr) {
82 delete hdfIntellVoiceEngineManagerHost;
86 deviceObject->service = &hdfIntellVoiceEngineManagerHost->ioService;
98 if (hdfIntellVoiceEngineManagerHost != nullptr) {
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/intelligent_voice_engine_v1_1/cpp_target/intelligent_voice/engine/v1_1/
H A Dintell_voice_engine_manager_driver.cpp.txt61 auto *hdfIntellVoiceEngineManagerHost = new (std::nothrow) HdfIntellVoiceEngineManagerHost;
62 if (hdfIntellVoiceEngineManagerHost == nullptr) {
67 hdfIntellVoiceEngineManagerHost->ioService.Dispatch = IntellVoiceEngineManagerDriverDispatch;
68 hdfIntellVoiceEngineManagerHost->ioService.Open = NULL;
69 hdfIntellVoiceEngineManagerHost->ioService.Release = NULL;
74 delete hdfIntellVoiceEngineManagerHost;
80 if (hdfIntellVoiceEngineManagerHost->stub == nullptr) {
82 delete hdfIntellVoiceEngineManagerHost;
86 deviceObject->service = &hdfIntellVoiceEngineManagerHost->ioService;
98 if (hdfIntellVoiceEngineManagerHost != nullptr) {
[all …]