OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncsocket_start_write
(Results
1 - 8
of
8
) sorted by null
/external/qemu/android/
sync-utils.h
102
int
syncsocket_start_write
(SyncSocket* ssocket);
152
* Note:
syncsocket_start_write
must be called before first call to this routine.
153
* Once
syncsocket_start_write
has been called, multiple syncsocket_write_xxx can
171
* Note:
syncsocket_start_write
must be called before first call to this routine.
172
* Once
syncsocket_start_write
has been called, multiple syncsocket_write_xxx can
sync-utils.c
147
syncsocket_start_write
(SyncSocket* ssocket)
function
/external/qemu/android/protocol/
ui-commands-proxy.c
74
int status =
syncsocket_start_write
(_uiCmdProxy.sync_writer);
user-events-proxy.c
52
res =
syncsocket_start_write
(_userEventsProxy.sync_writer);
core-commands-proxy.c
64
status =
syncsocket_start_write
(_coreCmdProxy.sync_writer);
core-connection.c
204
int status =
syncsocket_start_write
(desc->ssocket);
206
derror("
syncsocket_start_write
failed: %s\n", errno_str);
fb-updates-impl.c
231
syncsocket_start_write
(sk);
core-commands-impl.c
132
int status =
syncsocket_start_write
(corecmd->sync_writer);
Completed in 172 milliseconds