Home
last modified time | relevance | path

Searched refs:core_connection_get_socket (Results 1 – 6 of 6) sorted by relevance

/external/qemu/android/protocol/
Dcore-connection.h153 int core_connection_get_socket(CoreConnection* desc);
Duser-events-proxy.c90 core_connection_get_socket(_userEventsProxy.core_connection); in userEventsProxy_create()
Dui-commands-impl.c210 uicmd->sock = core_connection_get_socket(uicmd->core_connection); in uiCmdImpl_create()
Dfb-updates-impl.c218 fbi->sock = core_connection_get_socket(fbi->core_connection); in fbUpdatesImpl_create()
Dcore-connection.c360 core_connection_get_socket(CoreConnection* desc) in core_connection_get_socket() function
Dcore-commands-proxy.c329 _coreCmdProxy.sock = core_connection_get_socket(_coreCmdProxy.core_connection); in coreCmdProxy_create()