Searched refs:hdfIntellVoiceEngineManagerHost (Results 1 – 3 of 3) sorted by relevance
58 …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 …]
61 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 …]