OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:core_connection_open
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/protocol/
core-connection.h
68
int
core_connection_open
(CoreConnection* desc);
70
/* Closes a socket handle to the console opened with
core_connection_open
.
72
* desc Console client descriptor opened with
core_connection_open
.
79
* desc Console client descriptor opened with
core_connection_open
.
95
* desc Console client descriptor opened with
core_connection_open
.
110
* desc Console client descriptor opened with
core_connection_open
. Note
143
* desc Console client descriptor opened with
core_connection_open
.
149
* desc Console client descriptor opened with
core_connection_open
.
core-connection.c
170
core_connection_open
(CoreConnection* desc)
function
337
if (
core_connection_open
(connection)) {
Completed in 14 milliseconds