Searched refs:_userEventsProxy (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/protocol/
H A Duser-events-proxy.c35 static UserEventsProxy _userEventsProxy = { 0 }; variable
52 res = syncsocket_start_write(_userEventsProxy.sync_writer);
55 res = syncsocket_write(_userEventsProxy.sync_writer, &header,
60 res = syncsocket_write(_userEventsProxy.sync_writer, event_param,
65 syncsocket_stop_write(_userEventsProxy.sync_writer);
79 _userEventsProxy.core_connection =
82 if (_userEventsProxy.core_connection == NULL) {
89 _userEventsProxy.sock =
90 core_connection_get_socket(_userEventsProxy.core_connection);
91 _userEventsProxy
[all...]

Completed in 54 milliseconds