Searched refs:dispatch_event (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/ipc/ |
D | ipc_sync_channel.cc | 257 base::WaitableEvent* dispatch_event() { return &dispatch_event_; } in dispatch_event() function in IPC::SyncChannel::ReceivedSyncMsgQueue 431 return received_sync_msgs_->dispatch_event(); in GetDispatchEvent()
|
/external/wayland/src/ |
D | wayland-client.c | 1455 dispatch_event(struct wl_display *display, struct wl_event_queue *queue) in dispatch_event() function 1623 dispatch_event(display, &display->display_queue); in dispatch_queue() 1630 dispatch_event(display, queue); in dispatch_queue()
|
/external/strace/ |
D | strace.c | 2469 dispatch_event(const struct tcb_wait_data *wd) in dispatch_event() function 2624 bool ret = dispatch_event(&wd); in restart_delayed_tcb() 2735 while (dispatch_event(next_event())) in main()
|
D | ChangeLog | 676 restart_delayed_tcb(), and dispatch_event(). 683 (dispatch_event): Replace all parameters with a pointer 687 with te field set to TE_RESTART, pass it to dispatch_event(). 689 and dispatch_event() invocations. 6341 (dispatch_event): Do not restart delayed syscalls. 8380 * strace.c (dispatch_event) <case TE_STOP_BEFORE_EXECVE>: Invoke 9085 (printleader, droptcb, print_event_exit, next_event, dispatch_event): 16023 (next_event, dispatch_event): ... new functions.
|
/external/wayland/patches/ |
D | 0001-client-Support-client-protocol-loggers.diff | 141 @@ -1439,16 +1475,12 @@ dispatch_event(struct wl_display *display, struct wl_event_queue *queue)
|