Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Dsync_device.cpp27 static void defaultTimelineInc(uint64_t timeline, uint32_t howmuch) { in defaultTimelineInc() argument
29 (void)howmuch; in defaultTimelineInc()
Dgoldfish_sync.cpp167 void goldfish_sync_timeline_inc(uint64_t timeline, uint32_t howmuch) { in goldfish_sync_timeline_inc() argument
168 sendCommand(CMD_SYNC_TIMELINE_INC, timeline, howmuch); in goldfish_sync_timeline_inc()
/hardware/google/aemu/host-common/include/host-common/
Dgoldfish_sync.h128 void goldfish_sync_timeline_inc(uint64_t timeline, uint32_t howmuch);
Dsync_device.h34 typedef void (*emugl_sync_timeline_inc_t)(uint64_t timeline, uint32_t howmuch);