Searched refs:remote_endpoint_out (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dutils.cpp92 zx::channel remote_endpoint_out; local
97 &remote_endpoint_out);
99 *(reinterpret_cast<zx_handle_t*>(out_buf)) = remote_endpoint_out.release();
110 zx::channel* remote_endpoint_out) {
111 if (remote_endpoint_out == nullptr) {
120 zx_status_t res = channel->Activate(remote_endpoint_out,
106 CreateAndActivateChannel(const fbl::RefPtr<dispatcher::ExecutionDomain>& domain, dispatcher::Channel::ProcessHandler phandler, dispatcher::Channel::ChannelClosedHandler chandler, fbl::RefPtr<dispatcher::Channel>* local_endpoint_out, zx::channel* remote_endpoint_out) argument
H A Dutils.h134 zx::channel* remote_endpoint_out);
H A Dintel-hda-codec.cpp556 zx_status_t IntelHDACodec::CodecGetDispatcherChannel(zx_handle_t* remote_endpoint_out) { argument
557 if (!remote_endpoint_out)
591 *remote_endpoint_out = client_channel.release();
H A Dintel-hda-dsp.cpp307 zx_status_t IntelHDADSP::CodecGetDispatcherChannel(zx_handle_t* remote_endpoint_out) { argument
308 if (!remote_endpoint_out)
342 *remote_endpoint_out = client_channel.release();

Completed in 122 milliseconds