Home
last modified time | relevance | path

Searched refs:vc_input_create (Results 1 – 3 of 3) sorted by relevance

/system/core/virtcon/
A Dkeyboard.h25 zx_status_t vc_input_create(vc_input_t** out, keypress_handler_t handler, int fd);
A Dkeyboard.cpp180 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 Dkeyboard-test.cpp48 EXPECT_EQ(vc_input_create(&vi_, keypress_handler, -1), ZX_OK, ""); in KeyboardInputHelper()

Completed in 8 milliseconds