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

/fuchsia/zircon/system/core/virtcon/
H A Dkeyboard.cpp73 uint8_t report_buf[8]; member in struct:vc_input
133 vc_input_process(vi, vi->report_buf);
154 memcpy(vi->previous_report_buf, vi->report_buf, sizeof(vi->report_buf));
155 r = read(vi->fd, vi->report_buf, sizeof(vi->report_buf));
161 if ((size_t)(r) != sizeof(vi->report_buf)) {
166 if (vc_input_process(vi, vi->report_buf) && vi->repeat_enabled) {

Completed in 104 milliseconds