Home
last modified time | relevance | path

Searched refs:syncsocket_free (Results 1 – 8 of 8) sorted by relevance

/external/qemu/android/protocol/
Dcore-connection.c111 syncsocket_free(ssocket); in core_connection_open_socket()
120 syncsocket_free(ssocket); in core_connection_open_socket()
126 syncsocket_free(ssocket); in core_connection_open_socket()
135 syncsocket_free(ssocket); in core_connection_open_socket()
161 syncsocket_free(desc->ssocket); in core_connection_free()
Dcore-commands-proxy.c363 syncsocket_free(_coreCmdProxy.sync_writer); in coreCmdProxy_destroy()
368 syncsocket_free(_coreCmdProxy.sync_reader); in coreCmdProxy_destroy()
Duser-events-proxy.c116 syncsocket_free(_userEventsProxy.sync_writer); in userEventsProxy_destroy()
Dui-commands-proxy.c191 syncsocket_free(_uiCmdProxy.sync_writer); in uiCmdProxy_destroy()
Dfb-updates-impl.c234 syncsocket_free(sk); in fbUpdatesImpl_create()
Dcore-commands-impl.c430 syncsocket_free(_coreCmdImpl.sync_writer); in coreCmdImpl_destroy()
/external/qemu/android/
Dsync-utils.h69 void syncsocket_free(SyncSocket* ssocket);
Dsync-utils.c114 syncsocket_free(SyncSocket* ssocket) in syncsocket_free() function