Home
last modified time | relevance | path

Searched refs:core_connection (Results 1 – 5 of 5) sorted by relevance

/external/qemu/android/protocol/
Dattach-ui-impl.c30 CoreConnection* core_connection; member
53 _attachUiImpl.core_connection = in attachUiImpl_create()
56 if (_attachUiImpl.core_connection == NULL) { in attachUiImpl_create()
78 if (_attachUiImpl.core_connection != NULL) { in attachUiImpl_destroy()
79 core_connection_close(_attachUiImpl.core_connection); in attachUiImpl_destroy()
80 core_connection_free(_attachUiImpl.core_connection); in attachUiImpl_destroy()
81 _attachUiImpl.core_connection = NULL; in attachUiImpl_destroy()
Duser-events-proxy.c25 CoreConnection* core_connection; member
79 _userEventsProxy.core_connection = in userEventsProxy_create()
82 if (_userEventsProxy.core_connection == NULL) { in userEventsProxy_create()
90 core_connection_get_socket(_userEventsProxy.core_connection); in userEventsProxy_create()
119 if (_userEventsProxy.core_connection != NULL) { in userEventsProxy_destroy()
120 core_connection_close(_userEventsProxy.core_connection); in userEventsProxy_destroy()
121 core_connection_free(_userEventsProxy.core_connection); in userEventsProxy_destroy()
122 _userEventsProxy.core_connection = NULL; in userEventsProxy_destroy()
Dui-commands-impl.c42 CoreConnection* core_connection; member
200 uicmd->core_connection = in uiCmdImpl_create()
203 if (uicmd->core_connection == NULL) { in uiCmdImpl_create()
210 uicmd->sock = core_connection_get_socket(uicmd->core_connection); in uiCmdImpl_create()
234 if (uicmd->core_connection != NULL) { in uiCmdImpl_destroy()
237 core_connection_close(uicmd->core_connection); in uiCmdImpl_destroy()
238 core_connection_free(uicmd->core_connection); in uiCmdImpl_destroy()
239 uicmd->core_connection = NULL; in uiCmdImpl_destroy()
Dfb-updates-impl.c42 CoreConnection* core_connection; member
187 fbi->core_connection = in fbUpdatesImpl_create()
189 if (fbi->core_connection == NULL) { in fbUpdatesImpl_create()
218 fbi->sock = core_connection_get_socket(fbi->core_connection); in fbUpdatesImpl_create()
255 if (fbi->core_connection != NULL) { in fbUpdatesImpl_destroy()
260 core_connection_close(fbi->core_connection); in fbUpdatesImpl_destroy()
261 core_connection_free(fbi->core_connection); in fbUpdatesImpl_destroy()
262 fbi->core_connection = NULL; in fbUpdatesImpl_destroy()
Dcore-commands-proxy.c32 CoreConnection* core_connection; member
319 _coreCmdProxy.core_connection = in coreCmdProxy_create()
322 if (_coreCmdProxy.core_connection == NULL) { in coreCmdProxy_create()
329 _coreCmdProxy.sock = core_connection_get_socket(_coreCmdProxy.core_connection); in coreCmdProxy_create()
371 if (_coreCmdProxy.core_connection != NULL) { in coreCmdProxy_destroy()
372 core_connection_close(_coreCmdProxy.core_connection); in coreCmdProxy_destroy()
373 core_connection_free(_coreCmdProxy.core_connection); in coreCmdProxy_destroy()
374 _coreCmdProxy.core_connection = NULL; in coreCmdProxy_destroy()