Searched refs:setparam (Results 1 – 4 of 4) sorted by relevance
| /system/core/virtcon/ |
| A D | textcon.h | 59 void (*setparam)(void* cookie, int param, uint8_t* arg, size_t arglen); member
|
| A D | textcon.cpp | 22 static inline void setparam(textcon_t* tc, int param, uint8_t* arg, in setparam() function 24 tc->setparam(tc->cookie, param, arg, arglen); in setparam() 261 setparam(tc, TC_SHOW_CURSOR, NULL, 0); in putc_dec() 265 setparam(tc, TC_HIDE_CURSOR, NULL, 0); in putc_dec() 288 setparam(tc, param, tc->argstr, tc->argstr_size); in putc_osc2()
|
| A D | textcon-test.cpp | 62 textcon.setparam = setparam_callback; in TextconHelper()
|
| A D | vc-device.cpp | 319 vc->textcon.setparam = vc_tc_setparam; in vc_reset()
|
Completed in 14 milliseconds