OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:core_connection_get_socket
(Results
1 - 6
of
6
) sorted by null
/external/qemu/android/protocol/
core-connection.h
153
int
core_connection_get_socket
(CoreConnection* desc);
user-events-proxy.c
90
core_connection_get_socket
(_userEventsProxy.core_connection);
ui-commands-impl.c
210
uicmd->sock =
core_connection_get_socket
(uicmd->core_connection);
core-commands-proxy.c
329
_coreCmdProxy.sock =
core_connection_get_socket
(_coreCmdProxy.core_connection);
core-connection.c
360
core_connection_get_socket
(CoreConnection* desc)
function
fb-updates-impl.c
218
fbi->sock =
core_connection_get_socket
(fbi->core_connection);
Completed in 287 milliseconds