Home
last modified time | relevance | path

Searched refs:questionlen (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/vibrator/
Dqemu.c350 extern int qemu_control_query( const char* question, int questionlen, in qemu_control_query() argument
356 if (questionlen <= 0) { in qemu_control_query()
365 ret = qemu_fd_write( fd, question, questionlen ); in qemu_control_query()
366 if (ret != questionlen) { in qemu_control_query()
368 ret, questionlen); in qemu_control_query()
/device/generic/goldfish/include/
Dqemu.h81 extern int qemu_control_query( const char* question, int questionlen,