HomeSort by relevance Sort by last modified time
    Searched refs:ASYNC_ERROR (Results 1 - 10 of 10) 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 46 return ASYNC_ERROR;
55 return ASYNC_ERROR;
92 return ASYNC_ERROR;
100 return ASYNC_ERROR;
132 return ASYNC_ERROR;
141 return ASYNC_ERROR;
150 return ASYNC_ERROR;
162 return ASYNC_ERROR;
233 return ASYNC_ERROR;
242 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
147 * ASYNC_ERROR with errno == ENOMEM.
163 * ASYNC_ERROR: An error occured. Note that in case of disconnection,
hw-pipe-net.c 151 else if (status == ASYNC_ERROR) {
211 if (status == ASYNC_ERROR) {
main-common.c 986 if (status == ASYNC_ERROR) {
    [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 447 milliseconds