Searched refs:CallDevice (Results 1 – 5 of 5) sorted by relevance
40 zx_status_t CallDevice(const ReqType& req, RespType* resp, uint64_t timeout_msec = 100) {57 return CallDevice(args, timeout_msec);74 zx_status_t CallDevice(const zx_channel_call_args_t& args, uint64_t timeout_msec);
22 res = CallDevice(req, &resp); in Probe()
51 zx_status_t ZirconDevice::CallDevice(const zx_channel_call_args_t& args, uint64_t timeout_msec) { in CallDevice() function in audio::intel_hda::ZirconDevice
136 res = CallDevice(req, &resp); in DumpRegs()
887 zx_status_t res = CallDevice(req, &resp); in DoCodecCmd()
Completed in 6 milliseconds