Searched refs:Suspend (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/kernel/object/
H A Dsuspend_token_dispatcher.cpp19 zx_status_t status = thread->Suspend();
H A Dthread_dispatcher.cpp253 zx_status_t ThreadDispatcher::Suspend() { function in class:ThreadDispatcher
294 // Otherwise there's still an out-standing Suspend() call so keep it suspended.
/fuchsia/zircon/system/core/devmgr/
H A Ddevice-internal.h42 zx_status_t Suspend(uint32_t flags) { function in struct:zx_device
H A Ddevhost-rpc-server.cpp220 return dev->Suspend(0);
/fuchsia/zircon/system/ulib/intel-hda/include/intel-hda/codec-utils/
H A Dcodec-driver-base.h28 virtual zx_status_t Suspend(uint32_t flags);
/fuchsia/zircon/system/ulib/ddktl/include/ddktl/
H A Ddevice.h273 proto->suspend = Suspend;
277 static zx_status_t Suspend(void* ctx, uint32_t flags) { function in class:ddk::Suspendable
/fuchsia/zircon/system/ulib/intel-hda/codec-utils/
H A Dcodec-driver-base.cpp49 return DEV(ctx)->Suspend(flags);
178 zx_status_t IntelHDACodecDriverBase::Suspend(uint32_t flags) { function in class:audio::intel_hda::codecs::IntelHDACodecDriverBase
/fuchsia/zircon/kernel/object/include/object/
H A Dthread_dispatcher.h130 zx_status_t Suspend();
277 // Tracks the number of times Suspend() has been called. Resume() will resume this thread
/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Dintel-audio-dsp.h62 zx_status_t Suspend(uint32_t flags) override final;
H A Dintel-audio-dsp.cpp300 zx_status_t IntelAudioDsp::Suspend(uint32_t flags) { function in class:audio::intel_hda::IntelAudioDsp

Completed in 102 milliseconds