Home
last modified time | relevance | path

Searched refs:GKI_get_tick_count (Results 1 – 7 of 7) sorted by relevance

/external/libnfc-nci/src/nfa/sys/
Dnfa_sys_ptim.c71 new_ticks_count = GKI_get_tick_count (); in nfa_sys_ptim_timer_update()
139 p_cb->last_gki_ticks = GKI_get_tick_count (); in nfa_sys_ptim_start_timer()
/external/libnfc-nci/src/nfc/tags/
Drw_main.c65 rw_cb.stats.start_tick = GKI_get_tick_count (); in rw_main_reset_stats()
155 ticks = GKI_get_tick_count () - rw_cb.stats.start_tick; in rw_main_log_stats()
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki.h459 GKI_API extern UINT32 GKI_get_tick_count(void);
Dgki_time.c148 UINT32 GKI_get_tick_count(void) in GKI_get_tick_count() function
/external/libnfc-nci/src/gki/common/
Dgki.h461 GKI_API extern UINT32 GKI_get_tick_count(void);
Dgki_time.c148 UINT32 GKI_get_tick_count(void) in GKI_get_tick_count() function
/external/libnfc-nci/src/nfa/ce/
Dnfa_ce_act.c339 UINT32 rand_seed = GKI_get_tick_count (); in nfa_ce_t3t_generate_rand_nfcid()