Searched refs:dispatch (Results 1 – 6 of 6) sorted by relevance
| /system/ulib/fs/ |
| A D | handler.cpp | 33 zx_status_t ReadMessage(zx_handle_t h, FidlDispatchFunction dispatch) { in ReadMessage() argument 65 return dispatch(&msg, &connection); in ReadMessage() 68 zx_status_t CloseMessage(FidlDispatchFunction dispatch) { in CloseMessage() argument 85 dispatch(&msg, &connection); in CloseMessage()
|
| /system/ulib/fidl-async/ |
| A D | bind.c | 13 fidl_dispatch_t* dispatch; member 80 status = binding->dispatch(binding->ctx, &conn.txn, &msg, binding->ops); in fidl_message_handler() 101 fidl_dispatch_t* dispatch, void* ctx, const void* ops) { in fidl_bind() argument 106 binding->dispatch = dispatch; in fidl_bind()
|
| /system/utest/fidl-simple/ |
| A D | fakesocket_tests.cpp | 19 fidl_dispatch_t* dispatch; member 72 status = binding->dispatch(binding->ctx, &conn.txn, &msg, binding->ops); in fidl_socket_message_handler() 91 fidl_dispatch_t* dispatch, void* ctx, const void* ops) { in fidl_bind_socket() argument 97 binding->dispatch = dispatch; in fidl_bind_socket()
|
| /system/ulib/fs/include/fs/ |
| A D | handler.h | 108 zx_status_t ReadMessage(zx_handle_t h, FidlDispatchFunction dispatch); 114 zx_status_t CloseMessage(FidlDispatchFunction dispatch);
|
| /system/ulib/fidl-async/include/lib/fidl-async/ |
| A D | bind.h | 59 fidl_dispatch_t* dispatch, void* ctx, const void* ops);
|
| /system/ulib/async/ |
| A D | README.md | 7 asynchronous operations from the message loop implementations which dispatch 47 The client can register handlers from any thread but dispatch will occur 83 The client can register handlers from any thread but dispatch will occur 154 The client can post tasks from any thread but dispatch will occur 196 The client can queue packets from any thread but dispatch will occur
|
Completed in 812 milliseconds