OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CoreConnection
(Results
1 - 7
of
7
) sorted by null
/external/qemu/android/protocol/
core-connection.h
23
// Opaque
CoreConnection
structure.
24
typedef struct
CoreConnection
CoreConnection
;
51
CoreConnection
* core_connection_create(SockAddress* console_socket);
58
void core_connection_free(
CoreConnection
* desc);
68
int core_connection_open(
CoreConnection
* desc);
74
void core_connection_close(
CoreConnection
* desc);
87
int core_connection_write(
CoreConnection
* desc,
103
int core_connection_read(
CoreConnection
* desc,
121
int core_connection_switch_stream(
CoreConnection
* desc
[
all
...]
core-connection.c
26
struct
CoreConnection
{
142
CoreConnection
*
145
CoreConnection
* desc;
155
core_connection_free(
CoreConnection
* desc)
170
core_connection_open(
CoreConnection
* desc)
186
core_connection_close(
CoreConnection
* desc)
197
core_connection_write(
CoreConnection
* desc,
225
core_connection_read(
CoreConnection
* desc,
253
core_connection_switch_stream(
CoreConnection
* desc,
324
CoreConnection
*
[
all
...]
attach-ui-impl.c
30
CoreConnection
* core_connection;
user-events-proxy.c
25
CoreConnection
* core_connection;
ui-commands-impl.c
42
CoreConnection
* core_connection;
core-commands-proxy.c
32
CoreConnection
* core_connection;
fb-updates-impl.c
42
CoreConnection
* core_connection;
Completed in 251 milliseconds