Home
last modified time | relevance | path

Searched refs:Shutdown (Results 1 - 14 of 14) sorted by relevance

/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dmessage_dispatcher.h30 void (*Shutdown)(struct MessageDispatcher * dispatcher); \
H A Dmessage_router_inner.h44 void (*Shutdown)(struct RemoteService * service); \
/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_timer_handler.cpp30 handlerTimer_->Shutdown(); in ~RunningLockTimerHandler()
128 handlerTimer_->Shutdown(); in Clean()
/drivers/hdf_core/framework/include/audio/
H A Daudio_dai_if.h93 int32_t (*Shutdown)(const struct AudioCard *audioCard, const struct DaiDevice *dai); member
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_router.c64 if (service->Shutdown != NULL) { in ReleaseRemoteService()
65 service->Shutdown(service); in ReleaseRemoteService()
174 if (errCode != ME_SUCCESS && dispatcher->Shutdown != NULL) { in AddDispatcher()
175 dispatcher->Shutdown(dispatcher); in AddDispatcher()
670 if (g_dispatchers[i] != NULL && g_dispatchers[i]->Shutdown != NULL) { in DoShutdownMessageRouter()
671 g_dispatchers[i]->Shutdown(g_dispatchers[i]); in DoShutdownMessageRouter()
689 HDF_LOGW("%s:Shutdown router...", __func__); in ShutdownMessageRouter()
H A Dmessage_dispatcher.c416 localDispatcher->Shutdown = ShutdownDispatcher; in CreateLocalDispatcher()
/drivers/hdf_core/framework/model/audio/hdmi/src/
H A Daudio_hdmi_codec_adapter.c25 .Shutdown = AudioHdmiCodecDaiShutdown,
/drivers/peripheral/nfc/hdi_service/
H A Dnfc_impl.h43 int32_t Shutdown(NfcStatus &status) override;
H A Dnfc_impl.cpp233 int32_t NfcImpl::Shutdown(NfcStatus &status) in Shutdown() function in OHOS::HDI::Nfc::V1_1::NfcImpl
/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
H A Detx_device_mgr.cpp36 unloadSelftimer_.Shutdown(); in ~ExtDeviceManager()
397 unloadSelftimer_.Shutdown(); in UnLoadSelf()
/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_stream_dispatch.c284 cpuDai->devData->ops->Shutdown != NULL) { in CpuDaiDevShutdown()
285 ret = cpuDai->devData->ops->Shutdown(audioCard, cpuDai); in CpuDaiDevShutdown()
287 ADM_LOG_ERR("cpuDai Shutdown failed ret=%d.", ret); in CpuDaiDevShutdown()
291 ADM_LOG_DEBUG("cpu dai Shutdown is null."); in CpuDaiDevShutdown()
304 codecDai->devData->ops->Shutdown != NULL) { in CodecDaiDevShutdown()
305 ret = codecDai->devData->ops->Shutdown(audioCard, codecDai); in CodecDaiDevShutdown()
307 ADM_LOG_ERR("codecDai Shutdown failed ret=%d.", ret); in CodecDaiDevShutdown()
311 ADM_LOG_DEBUG("codec dai Shutdown is null."); in CodecDaiDevShutdown()
325 dspDai->devData->ops->Shutdown != NULL) { in DspDaiDevShutdown()
326 ret = dspDai->devData->ops->Shutdown(audioCar in DspDaiDevShutdown()
[all...]
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/nodes/
H A Dlocal_node.c166 service->Shutdown = ShutdownLocalService; in CreateLocalNodeService()
/drivers/peripheral/nfc/test/unittest/nfc_impl_test/
H A Dnfc_impl_test.cpp294 * @tc.desc: Test NfcImplTest Shutdown.
301 int ret = nfcImpl->Shutdown(status); in HWTEST_F()
/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp718 ::benchmark::Shutdown(); in main()

Completed in 9 milliseconds