Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/fuzzers/nci/
H A Dstubs.cc36 void llcp_process_timeout(TIMER_LIST_ENT*) { abort(); } in llcp_process_timeout() argument
37 void rw_t1t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t1t_process_timeout() argument
39 void rw_t3t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t3t_process_timeout() argument
40 void rw_t4t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t4t_process_timeout() argument
41 void rw_i93_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_i93_process_timeout() argument
44 void rw_mfc_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_mfc_process_timeout() argument
45 void ce_t4t_process_timeout(TIMER_LIST_ENT*) { abort(); } in ce_t4t_process_timeout() argument
/aosp12/system/nfc/src/gki/common/
H A Dgki.h302 struct TIMER_LIST_ENT { struct
303 TIMER_LIST_ENT* p_next; argument
304 TIMER_LIST_ENT* p_prev; argument
315 TIMER_LIST_ENT* p_first; argument
/aosp12/system/nfc/src/fuzzers/rw/
H A 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
/aosp12/system/nfc/src/fuzzers/ce/
H A 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
/aosp12/system/nfc/src/fuzzers/llcp/
H A Dstubs.cc5 void nfc_start_quick_timer(TIMER_LIST_ENT*, uint16_t, uint32_t) {} in nfc_start_quick_timer() argument
6 void nfc_stop_quick_timer(TIMER_LIST_ENT*) {} in nfc_stop_quick_timer() argument
/aosp12/hardware/st/nfc/1.0/gki/common/
H A Dgki.h323 } TIMER_LIST_ENT; typedef
/aosp12/hardware/st/nfc/st21nfc/gki/common/
H A Dgki.h323 } TIMER_LIST_ENT; typedef