Home
last modified time | relevance | path

Searched refs:event_plat_tick (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/jzintv/jzintv-20200712-src/src/event/
H A Devent_null.c51 bool event_plat_tick(evt_pvt_t *const pvt, void *const plat_pvt) in event_plat_tick() function
H A Devent_plat.h51 bool event_plat_tick(evt_pvt_t *const pvt, void *const plat_pvt);
H A Devent_sdl.c145 bool event_plat_tick(evt_pvt_t *const evt_pvt, void *const void_plat_pvt) in event_plat_tick() function
H A Devent.c316 if (event_plat_tick(pvt, pvt->plat_pvt)) in event_tick()