Searched refs:Activate (Results 1 - 23 of 23) sorted by relevance

/fuchsia/zircon/system/ulib/dispatcher-pool/include/dispatcher-pool/
H A Ddispatcher-wakeup-event.h50 zx_status_t Activate(fbl::RefPtr<ExecutionDomain> domain, ProcessHandler process_handler);
H A Ddispatcher-channel.h45 // Two forms of the Activate method are provided. One requires that a valid
91 // return ch->Activate(fbl::move(ch_handle),
108 // Activate a channel, creating the channel pair and retuning the client's
115 zx_status_t Activate(zx::channel* client_channel_out,
121 // Activate a channel, binding to the user supplied channel endpoint in the
123 zx_status_t Activate(zx::channel channel,
H A Ddispatcher-timer.h54 // Activate a timer object, creating the kernel timer and binding the Timer
59 zx_status_t Activate(fbl::RefPtr<ExecutionDomain> domain,
H A Ddispatcher-interrupt.h44 zx_status_t Activate(fbl::RefPtr<ExecutionDomain> domain,
/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-channel.cpp27 zx_status_t Channel::Activate(zx::channel* client_channel_out, function in class:dispatcher::Channel
47 res = Activate(fbl::move(channel),
60 zx_status_t Channel::Activate(zx::channel channel, function in class:dispatcher::Channel
H A Ddispatcher-interrupt.cpp27 zx_status_t Interrupt::Activate(fbl::RefPtr<ExecutionDomain> domain, function in class:dispatcher::Interrupt
H A Ddispatcher-wakeup-event.cpp25 zx_status_t WakeupEvent::Activate(fbl::RefPtr<ExecutionDomain> domain, function in class:dispatcher::WakeupEvent
H A Ddispatcher-timer.cpp26 zx_status_t Timer::Activate(fbl::RefPtr<ExecutionDomain> domain, function in class:dispatcher::Timer
/fuchsia/zircon/kernel/vm/include/vm/
H A Dvm_address_region.h173 virtual void Activate() = 0;
286 void Activate() override;
411 void Activate() override {
489 void Activate() override;
491 // Version of Activate that does not take the object_ lock.
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dutils.cpp120 zx_status_t res = channel->Activate(remote_endpoint_out,
H A Dintel-hda-controller-init.cpp270 res = irq_->Activate(default_domain_, fbl::move(irq), fbl::move(irq_handler));
570 res = irq_wakeup_event_->Activate(
/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Dintel-dsp-stream.cpp127 zx_status_t res = channel->Activate(fbl::move(ring_buffer_channel),
158 res = client_channel->Activate(out_client_channel,
/fuchsia/zircon/system/ulib/intel-hda/codec-utils/
H A Dcodec-driver-base.cpp93 // Activate our device channel. If something goes wrong, clear out the
107 res = device_channel->Activate(fbl::move(channel),
418 return stream->Activate(fbl::WrapRefPtr(this), device_channel);
H A Dstream-base.cpp65 zx_status_t IntelHDAStreamBase::Activate(fbl::RefPtr<IntelHDACodecDriverBase>&& parent_codec, function in class:audio::intel_hda::codecs::IntelHDAStreamBase
381 zx_status_t res = channel->Activate(&client_endpoint,
/fuchsia/zircon/system/dev/audio/astro-tdm-output/
H A Daudio-stream-out.cpp129 return notify_timer_->Activate(domain_, fbl::move(thandler));
/fuchsia/zircon/system/dev/audio/astro-pdm-input/
H A Daudio-stream-in.cpp170 return notify_timer_->Activate(domain_, fbl::move(thandler));
/fuchsia/zircon/system/dev/audio/lib/simple-audio-stream/
H A Dsimple-audio-stream.cpp148 zx_status_t res = channel->Activate(&client_endpoint,
393 resp.result = rb_channel_->Activate(&client_rb_channel,
/fuchsia/zircon/system/ulib/intel-hda/include/intel-hda/codec-utils/
H A Dstream-base.h32 zx_status_t Activate(fbl::RefPtr<IntelHDACodecDriverBase>&& parent_codec,
/fuchsia/zircon/kernel/vm/
H A Dvm_address_region.cpp48 // Activate the kernel root aspace immediately
188 vmar->Activate();
294 vmar->Activate();
607 void VmAddressRegion::Activate() { function in class:VmAddressRegion
H A Dvm_mapping.cpp766 void VmMapping::Activate() { function in class:VmMapping
/fuchsia/zircon/system/dev/audio/gauss-tdm/
H A Dgauss-tdm-stream.cpp90 stream->notify_timer_->Activate(stream->default_domain_, fbl::move(thandler));
228 zx_status_t res = channel->Activate(&client_endpoint,
455 resp.result = rb_channel_->Activate(&client_rb_channel,
/fuchsia/zircon/system/dev/audio/gauss-pdm-input/
H A Dgauss-pdm-input-stream.cpp167 channel->Activate(&client_endpoint, default_domain_,
403 rb_channel_->Activate(&client_rb_channel, default_domain_,
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-stream.cpp301 zx_status_t res = channel->Activate(&client_endpoint,
596 resp.result = rb_channel_->Activate(&client_rb_channel,
855 // Activate the format.

Completed in 102 milliseconds