Searched refs:vc_input_create (Results 1 – 3 of 3) sorted by relevance
| /system/core/virtcon/ |
| A D | keyboard.h | 25 zx_status_t vc_input_create(vc_input_t** out, keypress_handler_t handler, int fd);
|
| A D | keyboard.cpp | 180 zx_status_t vc_input_create(vc_input_t** out, keypress_handler_t handler, int fd) { in vc_input_create() function 249 if ((status = vc_input_create(&vi, handler, fd)) < 0) { in new_input_device()
|
| A D | keyboard-test.cpp | 48 EXPECT_EQ(vc_input_create(&vi_, keypress_handler, -1), ZX_OK, ""); in KeyboardInputHelper()
|
Completed in 8 milliseconds