Searched refs:Deactivate (Results 1 - 25 of 25) sorted by relevance

/fuchsia/zircon/system/ulib/dispatcher-pool/include/dispatcher-pool/
H A Ddispatcher-execution-domain.h37 // context of a dispatch operation, callers use the Deactivate method and will
39 // after Deactivate() returns, all dispatch operatons are guaranteed to be
86 // // This fails, we should call not Deactivate from within the domain.
87 // Deactivate();
101 void Deactivate() __TA_EXCLUDES(domain_token_) { Deactivate(true); }
102 void DeactivateFromWithinDomain() __TA_REQUIRES(domain_token_) { Deactivate(false); }
130 void Deactivate(bool sync_dispatch);
H A Ddispatcher-wakeup-event.h51 virtual void Deactivate() __TA_EXCLUDES(obj_lock_) override;
H A Ddispatcher-timer.h61 virtual void Deactivate() __TA_EXCLUDES(obj_lock_) override;
H A Ddispatcher-interrupt.h47 virtual void Deactivate() __TA_EXCLUDES(obj_lock_) override;
H A Ddispatcher-channel.h129 void Deactivate() __TA_EXCLUDES(obj_lock_) override;
H A Ddispatcher-event-source.h49 virtual void Deactivate() __TA_EXCLUDES(obj_lock_) = 0;
/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Dintel-dsp-stream.cpp94 stream_channel()->Deactivate();
141 rb_channel_->Deactivate();
166 rb_channel_->Deactivate();
228 rb_channel_->Deactivate();
231 // Deactivate the client channel.
233 client_rb_channel_->Deactivate();
292 client_rb_channel_->Deactivate();
295 // Deactivate the upstream channel.
297 rb_channel_->Deactivate();
/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-interrupt.cpp52 void Interrupt::Deactivate() { function in class:dispatcher::Interrupt
H A Ddispatcher-wakeup-event.cpp51 void WakeupEvent::Deactivate() { function in class:dispatcher::WakeupEvent
H A Ddispatcher-execution-domain.cpp56 void ExecutionDomain::Deactivate(bool sync_dispatch) { function in class:dispatcher::ExecutionDomain
90 source.Deactivate();
152 // Deactivate), but it is not in the ExecutionDomain's sources_ list, so
H A Ddispatcher-timer.cpp51 void Timer::Deactivate() { function in class:dispatcher::Timer
H A Ddispatcher-channel.cpp90 void Channel::Deactivate() { function in class:dispatcher::Channel
H A Ddispatcher-thread-pool.cpp208 // Deactivate any domains we may have still had assigned to us, then let go
213 domain.Deactivate();
/fuchsia/zircon/system/ulib/intel-hda/codec-utils/
H A Dcodec-driver-base.cpp165 delete_me->Deactivate();
354 device_channel_->Deactivate();
444 stream->Deactivate();
H A Dstream-base.cpp110 void IntelHDAStreamBase::Deactivate() { function in class:audio::intel_hda::codecs::IntelHDAStreamBase
131 default_domain_->Deactivate();
166 DEBUG_LOG("Deactivate complete\n");
272 stream_channel_->Deactivate();
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-stream.cpp192 Deactivate();
238 void IntelHDAStream::Deactivate() { function in class:audio::intel_hda::IntelHDAStream
274 channel->Deactivate();
369 channel_->Deactivate();
H A Dintel-hda-stream.h61 void Deactivate() TA_EXCL(channel_lock_);
H A Dintel-hda-codec.cpp212 default_domain_->Deactivate();
392 stream->Deactivate();
496 stream->Deactivate();
H A Dintel-hda-dsp.cpp217 default_domain_->Deactivate();
441 stream->Deactivate();
505 stream->Deactivate();
H A Dintel-hda-controller.cpp180 default_domain_->Deactivate();
/fuchsia/zircon/system/dev/audio/gauss-pdm-input/
H A Dgauss-pdm-input-stream.cpp101 default_domain_->Deactivate();
373 rb_channel_->Deactivate();
421 rb_channel_->Deactivate();
748 rb_channel_->Deactivate();
/fuchsia/zircon/system/dev/audio/lib/simple-audio-stream/
H A Dsimple-audio-stream.cpp15 domain_->Deactivate();
360 rb_channel_->Deactivate();
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-stream.cpp244 default_domain_->Deactivate();
539 rb_channel_->Deactivate();
1043 rb_channel_->Deactivate();
1048 stream_channel_->Deactivate();
/fuchsia/zircon/system/ulib/intel-hda/include/intel-hda/codec-utils/
H A Dstream-base.h36 void Deactivate() __TA_EXCLUDES(obj_lock_, default_domain_->token());
/fuchsia/zircon/system/dev/audio/gauss-tdm/
H A Dgauss-tdm-stream.cpp165 default_domain_->Deactivate();
429 rb_channel_->Deactivate();

Completed in 110 milliseconds