Home
last modified time | relevance | path

Searched refs:apply_msg (Results 1 – 4 of 4) sorted by relevance

/system/uapp/display-test/
A Dmain.cpp214 fuchsia_hardware_display_ControllerApplyConfigRequest apply_msg; in apply_config() local
215 apply_msg.hdr.ordinal = fuchsia_hardware_display_ControllerApplyConfigOrdinal; in apply_config()
216 if (zx_channel_write(dc_handle, 0, &apply_msg, sizeof(apply_msg), nullptr, 0) != ZX_OK) { in apply_config()
/system/ulib/framebuffer/
A Dframebuffer.c411 fuchsia_hardware_display_ControllerApplyConfigRequest apply_msg; in fb_present_image() local
412 apply_msg.hdr.txid = txid++; in fb_present_image()
413 apply_msg.hdr.ordinal = fuchsia_hardware_display_ControllerApplyConfigOrdinal; in fb_present_image()
414 return zx_channel_write(dc_handle, 0, &apply_msg, sizeof(apply_msg), NULL, 0); in fb_present_image()
/system/core/virtcon/
A Dvc-display.cpp410 fuchsia_hardware_display_ControllerApplyConfigRequest apply_msg; in apply_configuration() local
411 apply_msg.hdr.ordinal = fuchsia_hardware_display_ControllerApplyConfigOrdinal; in apply_configuration()
413 &apply_msg, sizeof(apply_msg), nullptr, 0)) != ZX_OK) { in apply_configuration()
/system/uapp/gfxlatency/
A Dmain.cpp592 fuchsia_hardware_display_ControllerApplyConfigRequest apply_msg; in apply_config() local
593 apply_msg.hdr.txid = txid++; in apply_config()
594 apply_msg.hdr.ordinal = fuchsia_hardware_display_ControllerApplyConfigOrdinal; in apply_config()
595 return zx_channel_write(dc_handle, 0, &apply_msg, sizeof(apply_msg), NULL, in apply_config()

Completed in 738 milliseconds