Searched refs:asyncReader_init (Results 1 – 7 of 7) sorted by relevance
/external/qemu/android/protocol/ |
D | user-events-impl.c | 105 asyncReader_init(&ueimpl->user_events_reader, in _userEventsImpl_io_func() 112 asyncReader_init(&ueimpl->user_events_reader, in _userEventsImpl_io_func() 119 asyncReader_init(&ueimpl->user_events_reader, in _userEventsImpl_io_func() 160 asyncReader_init(&ueimpl->user_events_reader, in _userEventsImpl_io_func() 191 asyncReader_init(&_UserEventsImpl.user_events_reader, in userEventsImpl_create()
|
D | core-commands-impl.c | 359 asyncReader_init(&corecmd->async_reader, in _coreCmdImpl_io_func() 369 asyncReader_init(&corecmd->async_reader, in _coreCmdImpl_io_func() 383 asyncReader_init(&corecmd->async_reader, &corecmd->cmd_header, in _coreCmdImpl_io_func() 412 asyncReader_init(&_coreCmdImpl.async_reader, &_coreCmdImpl.cmd_header, in coreCmdImpl_create()
|
D | attach-ui-proxy.c | 69 asyncReader_init(&reader, read_buf, sizeof(read_buf), &uicmd->io); in _attachUiProxy_io_func()
|
D | fb-updates-proxy.c | 222 asyncReader_init(&proxy_fb->fb_req_reader, &proxy_fb->fb_req_header, in _proxyFb_io_read() 277 asyncReader_init(&ret->fb_req_reader, &ret->fb_req_header, in proxyFb_create()
|
D | ui-commands-proxy.c | 118 asyncReader_init(&reader, read_buf, sizeof(read_buf), &uicmd->io); in _uiCmdProxy_io_func()
|
/external/qemu/android/ |
D | async-utils.h | 62 void asyncReader_init(AsyncReader* ar,
|
D | async-utils.c | 20 asyncReader_init(AsyncReader* ar, in asyncReader_init() function
|