Searched defs:TIMER_LIST_ENT (Results 1 – 6 of 6) sorted by relevance
37 void llcp_process_timeout(TIMER_LIST_ENT*) { abort(); } in llcp_process_timeout() argument38 void rw_t1t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t1t_process_timeout() argument40 void rw_t3t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t3t_process_timeout() argument41 void rw_t4t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t4t_process_timeout() argument42 void rw_i93_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_i93_process_timeout() argument45 void rw_mfc_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_mfc_process_timeout() argument46 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
5 void nfc_start_quick_timer(TIMER_LIST_ENT*, uint16_t, uint32_t) {} in nfc_start_quick_timer() argument6 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