Home
last modified time | relevance | path

Searched defs:TIMER_LIST_ENT (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/fuzzers/nci/
Dstubs.cc32 void rw_t1t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t1t_process_timeout() argument
34 void rw_t3t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t3t_process_timeout() argument
35 void rw_t4t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t4t_process_timeout() argument
36 void rw_i93_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_i93_process_timeout() argument
37 void rw_mfc_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_mfc_process_timeout() argument
38 void ce_t4t_process_timeout(TIMER_LIST_ENT*) { abort(); } in ce_t4t_process_timeout() argument
/system/nfc/src/gki/common/
Dgki.h305 struct TIMER_LIST_ENT { struct
313 struct TIMER_LIST_ENT { argument
314 TIMER_LIST_ENT* p_next; argument
315 TIMER_LIST_ENT* p_prev; argument
326 typedef std::list<TIMER_LIST_ENT*> TIMER_LIST_Q; argument
/system/nfc/src/fuzzers/rw/
Dstubs.cc22 void nfc_start_quick_timer(TIMER_LIST_ENT*, uint16_t, uint32_t) {} in nfc_start_quick_timer() argument
23 void nfc_stop_timer(TIMER_LIST_ENT*) {} in nfc_stop_timer() argument
24 void nfc_stop_quick_timer(TIMER_LIST_ENT*) {} in nfc_stop_quick_timer() argument
/system/nfc/src/fuzzers/ce/
Dstubs.cc25 void nfc_start_quick_timer(TIMER_LIST_ENT*, uint16_t, uint32_t) {} in nfc_start_quick_timer() argument
26 void nfc_stop_timer(TIMER_LIST_ENT*) {} in nfc_stop_timer() argument
27 void nfc_stop_quick_timer(TIMER_LIST_ENT*) {} in nfc_stop_quick_timer() argument
/system/nfc/src/fuzzers/integration/fakes/
Dgki_time_fakes.cc8 uint32_t GKI_get_remaining_ticks(TIMER_LIST_Q*, TIMER_LIST_ENT*) { in GKI_get_remaining_ticks() argument