Searched refs:Shutdown (Results 1 – 11 of 11) sorted by relevance
30 void (*Shutdown)(struct MessageDispatcher * dispatcher); \
64 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()
44 void (*Shutdown)(struct RemoteService * service); \
416 localDispatcher->Shutdown = ShutdownDispatcher; in CreateLocalDispatcher()
93 int32_t (*Shutdown)(const struct AudioCard *audioCard, const struct DaiDevice *dai); member
25 .Shutdown = AudioHdmiCodecDaiShutdown,
30 handlerTimer_->Shutdown(); in ~RunningLockTimerHandler()
284 cpuDai->devData->ops->Shutdown != NULL) { in CpuDaiDevShutdown()285 ret = cpuDai->devData->ops->Shutdown(audioCard, cpuDai); in CpuDaiDevShutdown()304 codecDai->devData->ops->Shutdown != NULL) { in CodecDaiDevShutdown()305 ret = codecDai->devData->ops->Shutdown(audioCard, codecDai); in CodecDaiDevShutdown()325 dspDai->devData->ops->Shutdown != NULL) { in DspDaiDevShutdown()326 ret = dspDai->devData->ops->Shutdown(audioCard, dspDai); in DspDaiDevShutdown()
35 unloadSelftimer_.Shutdown(); in ~ExtDeviceManager()438 unloadSelftimer_.Shutdown(); in UnLoadSelf()
166 service->Shutdown = ShutdownLocalService; in CreateLocalNodeService()
391 ::benchmark::Shutdown(); in main()