Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/qemu/
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()
/hardware/libhardware_legacy/
Dqemu.h83 extern int qemu_control_query( const char* question, int questionlen,