Searched refs:client_channel_out (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-channel.cpp27 zx_status_t Channel::Activate(zx::channel* client_channel_out, argument
32 if ((client_channel_out == nullptr) || client_channel_out->is_valid())
42 res = zx::channel::create(0u, &channel, client_channel_out);
55 client_channel_out->reset();
/fuchsia/zircon/system/ulib/dispatcher-pool/include/dispatcher-pool/
H A Ddispatcher-channel.h115 zx_status_t Activate(zx::channel* client_channel_out,

Completed in 29 milliseconds