HomeSort by relevance Sort by last modified time
    Searched refs:ASYNC_ERROR (Results 1 - 11 of 11) sorted by null

  /external/qemu/android/
async-console.c 77 return ASYNC_ERROR;
82 if (status == ASYNC_ERROR)
93 if (status == ASYNC_ERROR)
104 if (status == ASYNC_ERROR)
122 if (status == ASYNC_ERROR)
146 return ASYNC_ERROR;
async-utils.c 47 return ASYNC_ERROR;
56 return ASYNC_ERROR;
94 return ASYNC_ERROR;
102 return ASYNC_ERROR;
135 return ASYNC_ERROR;
144 return ASYNC_ERROR;
153 return ASYNC_ERROR;
165 return ASYNC_ERROR;
238 return ASYNC_ERROR;
247 return ASYNC_ERROR;
    [all...]
async-utils.h 27 * will return ASYNC_ERROR and set 'errno' to ECONNRESET instead.
31 ASYNC_ERROR, /* an error occurred, look at errno */
73 * ASYNC_ERROR: If an error occured (see errno). The error will be
114 * ASYNC_ERROR: If an error occured (see errno). The error will be
148 * ASYNC_ERROR with errno == ENOMEM.
175 * ASYNC_ERROR: An error occured. Note that in case of disconnection,
async-socket-connector.c 190 case ASYNC_ERROR:
273 status = ASYNC_ERROR;
395 status = ASYNC_ERROR;
hw-pipe-net.c 151 else if (status == ASYNC_ERROR) {
210 if (status == ASYNC_ERROR) {
main-common.c     [all...]
  /external/qemu/android/protocol/
attach-ui-proxy.c 72 if (status != ASYNC_ERROR) {
fb-updates-proxy.c 164 case ASYNC_ERROR:
225 case ASYNC_ERROR:
329 case ASYNC_ERROR:
ui-commands-proxy.c 121 if (status != ASYNC_ERROR) {
user-events-impl.c 166 case ASYNC_ERROR:
core-commands-impl.c 389 case ASYNC_ERROR:

Completed in 245 milliseconds