Home
last modified time | relevance | path

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

/external/qemu/android/protocol/
Dattach-ui-impl.c37 static AttachUIImpl _attachUiImpl; variable
42 return &_attachUiImpl.console_socket; in attachUiImpl_get_console_socket()
50 _attachUiImpl.console_socket = *console_socket; in attachUiImpl_create()
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()