Searched refs:import_call (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/uapp/display-test/
H A Dimage.cpp246 zx_channel_call_args_t import_call = {}; local
247 import_call.wr_bytes = &import_msg;
248 import_call.wr_handles = &vmo_dup;
249 import_call.rd_bytes = &import_rsp;
250 import_call.wr_num_bytes = sizeof(import_msg);
251 import_call.wr_num_handles = 1;
252 import_call.rd_num_bytes = sizeof(import_rsp);
254 if (zx_channel_call(dc_handle, 0, ZX_TIME_INFINITE, &import_call,
/fuchsia/zircon/system/ulib/framebuffer/
H A Dframebuffer.c330 zx_channel_call_args_t import_call = {}; local
331 import_call.wr_bytes = &import_msg;
332 import_call.wr_handles = &handle;
333 import_call.rd_bytes = &import_rsp;
334 import_call.wr_num_bytes = sizeof(import_msg);
335 import_call.wr_num_handles = 1;
336 import_call.rd_num_bytes = sizeof(import_rsp);
338 if ((status = zx_channel_call(dc_handle, 0, ZX_TIME_INFINITE, &import_call,
/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp400 zx_channel_call_args_t import_call = {}; local
401 import_call.wr_bytes = &import_msg;
402 import_call.wr_handles = &dup;
403 import_call.rd_bytes = &import_rsp;
404 import_call.wr_num_bytes = sizeof(import_msg);
405 import_call.wr_num_handles = 1;
406 import_call.rd_num_bytes = sizeof(import_rsp);
408 if ((status = zx_channel_call(dc_handle, 0, ZX_TIME_INFINITE, &import_call,

Completed in 87 milliseconds