OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncsocket_start_read
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/
sync-utils.h
80
int
syncsocket_start_read
(SyncSocket* ssocket);
117
* Note:
syncsocket_start_read
must be called before first call to this routine.
118
* Once
syncsocket_start_read
has been called, multiple syncsocket_read_xxx can
136
* Note:
syncsocket_start_read
must be called before first call to this routine.
137
* Once
syncsocket_start_read
has been called, multiple syncsocket_read_xxx can
190
* Note:
syncsocket_start_read
must be called before first call to this routine.
207
* Note:
syncsocket_start_read
must be called before first call to this routine.
sync-utils.c
125
syncsocket_start_read
(SyncSocket* ssocket)
function
/external/qemu/android/protocol/
core-connection.c
108
status =
syncsocket_start_read
(ssocket);
110
derror("
syncsocket_start_read
has failed: %s\n", errno_str);
232
int status =
syncsocket_start_read
(desc->ssocket);
234
derror("
syncsocket_start_read
failed: %s\n", errno_str);
275
status =
syncsocket_start_read
(desc->ssocket);
core-commands-proxy.c
97
int status =
syncsocket_start_read
(_coreCmdProxy.sync_reader);
Completed in 3610 milliseconds