Home
last modified time | relevance | path

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

/aosp_15_r20/system/nfc/src/gki/common/
H A 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
/aosp_15_r20/system/nfc/src/fuzzers/nci/
H A Dstubs.cc32 void rw_ci_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_ci_process_timeout() argument
33 void rw_t1t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t1t_process_timeout() argument
35 void rw_t3t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t3t_process_timeout() argument
36 void rw_t4t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t4t_process_timeout() argument
37 void rw_i93_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_i93_process_timeout() argument
38 void rw_mfc_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_mfc_process_timeout() argument
39 void ce_t4t_process_timeout(TIMER_LIST_ENT*) { abort(); } in ce_t4t_process_timeout() argument
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2019/
H A Dpoc.cpp33 void nfc_start_quick_timer(TIMER_LIST_ENT*, uint16_t, uint32_t) {} in nfc_start_quick_timer() argument
35 void nfc_stop_timer(TIMER_LIST_ENT*) {} in nfc_stop_timer() argument
37 void nfc_stop_quick_timer(TIMER_LIST_ENT*) {} in nfc_stop_quick_timer() argument
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0925/
H A Dstubs.cpp39 void nfc_start_quick_timer(TIMER_LIST_ENT*, uint16_t, uint32_t) {} in nfc_start_quick_timer() argument
40 void nfc_stop_timer(TIMER_LIST_ENT*) {} in nfc_stop_timer() argument
41 void nfc_stop_quick_timer(TIMER_LIST_ENT*) {} in nfc_stop_quick_timer() argument
/aosp_15_r20/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
/aosp_15_r20/system/nfc/src/fuzzers/rw/
H A Dstubs.cc24 void nfc_start_quick_timer(TIMER_LIST_ENT*, uint16_t, uint32_t) {} in nfc_start_quick_timer() argument
25 void nfc_stop_timer(TIMER_LIST_ENT*) {} in nfc_stop_timer() argument
26 void nfc_stop_quick_timer(TIMER_LIST_ENT*) {} in nfc_stop_quick_timer() argument
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-20127/
H A Dpoc.cpp50 void nfc_start_quick_timer(TIMER_LIST_ENT *, uint16_t, uint32_t) { in nfc_start_quick_timer() argument
54 void nfc_stop_timer(TIMER_LIST_ENT *) { in nfc_stop_timer() argument
58 void nfc_stop_quick_timer(TIMER_LIST_ENT *) { in nfc_stop_quick_timer() argument
/aosp_15_r20/system/nfc/src/fuzzers/integration/fakes/
H A Dgki_time_fakes.cc8 uint32_t GKI_get_remaining_ticks(TIMER_LIST_Q*, TIMER_LIST_ENT*) { in GKI_get_remaining_ticks() argument
/aosp_15_r20/hardware/st/nfc/st21nfc/gki/common/
Dgki.h323 } TIMER_LIST_ENT; typedef
/aosp_15_r20/hardware/st/nfc/1.0/gki/common/
Dgki.h323 } TIMER_LIST_ENT; typedef