Searched defs:TIMER_LIST_ENT (Results 1 – 5 of 5) sorted by relevance
32 void rw_t1t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t1t_process_timeout() argument34 void rw_t3t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t3t_process_timeout() argument35 void rw_t4t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t4t_process_timeout() argument36 void rw_i93_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_i93_process_timeout() argument37 void rw_mfc_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_mfc_process_timeout() argument38 void ce_t4t_process_timeout(TIMER_LIST_ENT*) { abort(); } in ce_t4t_process_timeout() argument
305 struct TIMER_LIST_ENT { struct313 struct TIMER_LIST_ENT { argument314 TIMER_LIST_ENT* p_next; argument315 TIMER_LIST_ENT* p_prev; argument326 typedef std::list<TIMER_LIST_ENT*> TIMER_LIST_Q; argument
22 void nfc_start_quick_timer(TIMER_LIST_ENT*, uint16_t, uint32_t) {} in nfc_start_quick_timer() argument23 void nfc_stop_timer(TIMER_LIST_ENT*) {} in nfc_stop_timer() argument24 void nfc_stop_quick_timer(TIMER_LIST_ENT*) {} in nfc_stop_quick_timer() argument
25 void nfc_start_quick_timer(TIMER_LIST_ENT*, uint16_t, uint32_t) {} in nfc_start_quick_timer() argument26 void nfc_stop_timer(TIMER_LIST_ENT*) {} in nfc_stop_timer() argument27 void nfc_stop_quick_timer(TIMER_LIST_ENT*) {} in nfc_stop_quick_timer() argument
8 uint32_t GKI_get_remaining_ticks(TIMER_LIST_Q*, TIMER_LIST_ENT*) { in GKI_get_remaining_ticks() argument