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

/fuchsia/zircon/system/core/virtcon/
H A Dkeyboard.h23 typedef struct vc_input vc_input_t; typedef in typeref:struct:vc_input
25 zx_status_t vc_input_create(vc_input_t** out, keypress_handler_t handler, int fd);
27 bool vc_input_process(vc_input_t* vi, uint8_t report[8]);
H A Dkeyboard.cpp83 bool vc_input_process(vc_input_t* vi, uint8_t report[8]) {
117 static void vc_input_destroy(vc_input_t* vi) {
128 vc_input_t* vi = containerof(ph, vc_input_t, th);
148 vc_input_t* vi = containerof(fh, vc_input_t, fh);
176 zx_status_t vc_input_create(vc_input_t** out, keypress_handler_t handler, int fd) {
177 vc_input_t* vi = reinterpret_cast<vc_input_t*>(calloc(1, sizeof(vc_input_t)));
[all...]
H A Dkeyboard-test.cpp67 vc_input_t* vi_;

Completed in 36 milliseconds