Searched refs:p_notify (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t1t_ndef.c | 40 static tNFC_STATUS rw_t1t_handle_rall_rsp (BOOLEAN *p_notify,UINT8 *p_data); 41 static tNFC_STATUS rw_t1t_handle_dyn_read_rsp (BOOLEAN *p_notify, UINT8 *p_data); 42 static tNFC_STATUS rw_t1t_handle_write_rsp (BOOLEAN *p_notify, UINT8 *p_data); 76 tRW_EVENT rw_t1t_handle_rsp (const tT1T_CMD_RSP_INFO * p_info, BOOLEAN *p_notify, UINT8 *p_data, tN… in rw_t1t_handle_rsp() argument 92 *p_status = rw_t1t_handle_rall_rsp (p_notify,p_data); in rw_t1t_handle_rsp() 105 *p_status = rw_t1t_handle_dyn_read_rsp (p_notify,p_data); in rw_t1t_handle_rsp() 109 *p_status = rw_t1t_handle_dyn_read_rsp (p_notify,p_data); in rw_t1t_handle_rsp() 113 *p_status = rw_t1t_handle_write_rsp (p_notify,p_data); in rw_t1t_handle_rsp() 359 static tNFC_STATUS rw_t1t_handle_write_rsp (BOOLEAN *p_notify, UINT8 *p_data) in rw_t1t_handle_write_rsp() argument 373 *p_notify = FALSE; in rw_t1t_handle_write_rsp() [all …]
|
/external/libnfc-nci/src/nfc/int/ |
D | rw_int.h | 599 extern tRW_EVENT rw_t1t_handle_rsp (const tT1T_CMD_RSP_INFO * p_info, BOOLEAN *p_notify, UINT8 *p_d…
|