HomeSort by relevance Sort by last modified time
    Searched refs:core_connection (Results 1 - 5 of 5) sorted by null

  /external/qemu/android/protocol/
attach-ui-impl.c 30 CoreConnection* core_connection; member in struct:AttachUIImpl
53 _attachUiImpl.core_connection =
56 if (_attachUiImpl.core_connection == NULL) {
78 if (_attachUiImpl.core_connection != NULL) {
79 core_connection_close(_attachUiImpl.core_connection);
80 core_connection_free(_attachUiImpl.core_connection);
81 _attachUiImpl.core_connection = NULL;
user-events-proxy.c 25 CoreConnection* core_connection; member in struct:UserEventsProxy
79 _userEventsProxy.core_connection =
82 if (_userEventsProxy.core_connection == NULL) {
90 core_connection_get_socket(_userEventsProxy.core_connection);
119 if (_userEventsProxy.core_connection != NULL) {
120 core_connection_close(_userEventsProxy.core_connection);
121 core_connection_free(_userEventsProxy.core_connection);
122 _userEventsProxy.core_connection = NULL;
ui-commands-impl.c 42 CoreConnection* core_connection; member in struct:UICmdImpl
200 uicmd->core_connection =
203 if (uicmd->core_connection == NULL) {
210 uicmd->sock = core_connection_get_socket(uicmd->core_connection);
234 if (uicmd->core_connection != NULL) {
237 core_connection_close(uicmd->core_connection);
238 core_connection_free(uicmd->core_connection);
239 uicmd->core_connection = NULL;
core-commands-proxy.c 32 CoreConnection* core_connection; member in struct:CoreCmdProxy
319 _coreCmdProxy.core_connection =
322 if (_coreCmdProxy.core_connection == NULL) {
329 _coreCmdProxy.sock = core_connection_get_socket(_coreCmdProxy.core_connection);
371 if (_coreCmdProxy.core_connection != NULL) {
372 core_connection_close(_coreCmdProxy.core_connection);
373 core_connection_free(_coreCmdProxy.core_connection);
374 _coreCmdProxy.core_connection = NULL;
fb-updates-impl.c 42 CoreConnection* core_connection; member in struct:FrameBufferImpl
187 fbi->core_connection =
189 if (fbi->core_connection == NULL) {
218 fbi->sock = core_connection_get_socket(fbi->core_connection);
255 if (fbi->core_connection != NULL) {
260 core_connection_close(fbi->core_connection);
261 core_connection_free(fbi->core_connection);
262 fbi->core_connection = NULL;

Completed in 721 milliseconds