/aosp_15_r20/system/nfc/src/gki/common/ |
H A D | gki.h | 305 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 D | stubs.cc | 32 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 D | poc.cpp | 33 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 D | stubs.cpp | 39 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 D | stubs.cc | 25 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 D | stubs.cc | 24 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 D | poc.cpp | 50 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 D | gki_time_fakes.cc | 8 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/ |
D | gki.h | 323 } TIMER_LIST_ENT; typedef
|
/aosp_15_r20/hardware/st/nfc/1.0/gki/common/ |
D | gki.h | 323 } TIMER_LIST_ENT; typedef
|