Searched refs:GKI_get_tick_count (Results 1 - 5 of 5) sorted by relevance

/system/nfc/src/nfa/sys/
H A Dnfa_sys_ptim.cc72 new_ticks_count = GKI_get_tick_count();
134 p_cb->last_gki_ticks = GKI_get_tick_count();
/system/nfc/src/nfc/tags/
H A Drw_main.cc68 rw_cb.stats.start_tick = GKI_get_tick_count();
145 ticks = GKI_get_tick_count() - rw_cb.stats.start_tick;
/system/nfc/src/gki/common/
H A Dgki.h402 extern uint32_t GKI_get_tick_count(void);
H A Dgki_time.cc136 ** Function GKI_get_tick_count
143 uint32_t GKI_get_tick_count(void) { return gki_cb.com.OSTicks; } function
/system/nfc/src/nfa/ce/
H A Dnfa_ce_act.cc399 uint32_t rand_seed = GKI_get_tick_count();

Completed in 375 milliseconds