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

/fuchsia/zircon/system/uapp/ihda/
H A Dzircon_device.cpp21 if (dev_channel_ != ZX_HANDLE_INVALID)
33 &dev_channel_, sizeof(dev_channel_));
45 if (dev_channel_ != ZX_HANDLE_INVALID) {
46 ::zx_handle_close(dev_channel_);
47 dev_channel_ = ZX_HANDLE_INVALID;
64 return zx_channel_call(dev_channel_, 0, deadline, &args, &resp_size, &resp_handles);
H A Dzircon_device.h71 zx_handle_t dev_channel_ = ZX_HANDLE_INVALID; member in class:audio::intel_hda::ZirconDevice

Completed in 76 milliseconds