Home
last modified time | relevance | path

Searched refs:OSTicks (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c155 gki_cb.com.OSTicks = (UINT32) times(0); in GKI_init()
193 return (gki_cb.com.OSTicks); in GKI_get_os_tick_count()
1039 gki_cb.com.OSTicks = times(0); in GKI_get_time_stamp()
1040 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c158 gki_cb.com.OSTicks = (UINT32) times(0); in GKI_init()
196 return (gki_cb.com.OSTicks); in GKI_get_os_tick_count()
1062 gki_cb.com.OSTicks = times(0); in GKI_get_time_stamp()
1063 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
/external/libnfc-nci/src/gki/common/
Dgki_time.c150 return gki_cb.com.OSTicks; in GKI_get_tick_count()
393 gki_cb.com.OSTicks += ticks_since_last_update; in GKI_timer_update()
Dgki_common.h269 UINT32 OSTicks; /* system ticks from start */ member
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_time.c150 return gki_cb.com.OSTicks; in GKI_get_tick_count()
393 gki_cb.com.OSTicks += ticks_since_last_update; in GKI_timer_update()
Dgki_common.h269 UINT32 OSTicks; /* system ticks from start */ member