OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsyncIOAction
(Results
1 - 10
of
10
) sorted by null
/external/qemu/android/
async-io-common.h
58
typedef enum
AsyncIOAction
{
65
}
AsyncIOAction
;
async-socket-connector.h
80
* One of
AsyncIOAction
values.
82
typedef
AsyncIOAction
(*asc_event_cb)(void* opaque,
sdk-controller-socket.h
148
* One of the
AsyncIOAction
values.
150
typedef
AsyncIOAction
(*on_sdkctl_socket_connection_cb)(void* client_opaque,
232
* One of the
AsyncIOAction
values.
234
typedef
AsyncIOAction
(*on_sdkctl_query_cb)(void* query_opaque,
251
* One of the
AsyncIOAction
values.
253
typedef
AsyncIOAction
(*on_sdkctl_direct_cb)(void* opaque,
async-socket.h
53
* One of the
AsyncIOAction
values.
55
typedef
AsyncIOAction
(*on_as_connection_cb)(void* client_opaque,
65
* One of the
AsyncIOAction
values.
67
typedef
AsyncIOAction
(*on_as_io_cb)(void* io_opaque,
sdk-controller-socket.c
686
static
AsyncIOAction
692
AsyncIOAction
action = ASIO_ACTION_DONE;
816
static
AsyncIOAction
822
AsyncIOAction
action = ASIO_ACTION_DONE;
[
all
...]
async-socket-connector.c
179
AsyncIOAction
action = ASIO_ACTION_DONE;
224
const
AsyncIOAction
action =
257
AsyncIOAction
action =
380
const
AsyncIOAction
action =
async-socket.c
57
static
AsyncIOAction
_async_socket_io_timed_out(AsyncSocket* as,
543
* One of
AsyncIOAction
values.
545
static
AsyncIOAction
562
* One of
AsyncIOAction
values.
564
static
AsyncIOAction
572
const
AsyncIOAction
action = asio->on_io(asio->io_opaque, asio,
592
* One of
AsyncIOAction
values.
594
static
AsyncIOAction
612
* One of
AsyncIOAction
values.
614
static
AsyncIOAction
[
all
...]
sensors-port.c
278
static
AsyncIOAction
327
static
AsyncIOAction
multitouch-port.c
227
static
AsyncIOAction
multitouch-screen.c
247
static
AsyncIOAction
Completed in 81 milliseconds