Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfa/sys/
H A Dnfa_sys_ptim.cc72 new_ticks_count = GKI_get_tick_count(); in nfa_sys_ptim_timer_update()
134 p_cb->last_gki_ticks = GKI_get_tick_count(); in nfa_sys_ptim_start_timer()
/aosp12/system/nfc/src/nfc/tags/
H A Drw_main.cc70 rw_cb.stats.start_tick = GKI_get_tick_count(); in rw_main_reset_stats()
147 ticks = GKI_get_tick_count() - rw_cb.stats.start_tick; in rw_main_log_stats()
/aosp12/system/nfc/src/gki/common/
H A Dgki.h402 extern uint32_t GKI_get_tick_count(void);
H A Dgki_time.cc143 uint32_t GKI_get_tick_count(void) { return gki_cb.com.OSTicks; } in GKI_get_tick_count() function
/aosp12/hardware/st/nfc/1.0/gki/common/
H A Dgki.h433 extern uint32_t GKI_get_tick_count(void);
/aosp12/hardware/st/nfc/st21nfc/gki/common/
H A Dgki.h433 extern uint32_t GKI_get_tick_count(void);
/aosp12/system/nfc/src/nfa/ce/
H A Dnfa_ce_act.cc400 uint32_t rand_seed = GKI_get_tick_count(); in nfa_ce_t3t_generate_rand_nfcid()