Searched refs:answer (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dqemud.h68 char answer[2]; local
93 /* read answer from daemon */
94 if (qemud_fd_read(fd, answer, 2) != 2 ||
95 answer[0] != 'O' || answer[1] != 'K') {
/hardware/libhardware_legacy/
H A Dqemu.h77 /* sends a question to the hw-control channel, then receive an answer in
78 * a user-allocated buffer. returns the length of the answer, or -1
84 char* answer, int answersize );
/hardware/libhardware_legacy/qemu/
H A Dqemu.c98 char answer[2]; local
116 /* read answer from daemon */
117 if (qemu_fd_read(fd, answer, 2) != 2 ||
118 answer[0] != 'O' || answer[1] != 'K') {
351 char* answer, int answersize )
388 /* read the answer */
389 ret = qemu_fd_read( fd, answer, len );
391 D("%s: could not read all of answer %d < %d",
350 qemu_control_query( const char* question, int questionlen, char* answer, int answersize ) argument
/hardware/ril/reference-ril/
H A Dreference-ril.c53 // 1) Make incoming call, do not answer
1210 * finally, a +CGREG: answer may have a fifth value that corresponds
2948 /* No auto-answer */
3252 char answer[2]; local
3255 read(fd, answer, 2) != 2 ||
3256 memcmp(answer, "OK", 2) != 0)

Completed in 1619 milliseconds