Lines Matching defs:event
78 static status_t VBoxGuestHaikuSelect(void *cookie, uint8 event, uint32 ref, selectsync *sync);
79 static status_t VBoxGuestHaikuDeselect(void *cookie, uint8 event, selectsync *sync);
290 * @param event The event.
296 static status_t VBoxGuestHaikuSelect(void *cookie, uint8 event, uint32 ref, selectsync *sync)
301 switch (event)
315 notify_select_event(sync, event);
319 sState.selectEvent = (uint8_t)event;
335 * @param event The event.
340 static status_t VBoxGuestHaikuDeselect(void *cookie, uint8 event, selectsync *sync)
344 //dprintf(DRIVER_NAME "deselect(,%d,%p)\n", event, sync);