Home
last modified time | relevance | path

Searched refs:p_notify (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc41 static tNFC_STATUS rw_t1t_handle_rall_rsp(bool* p_notify, uint8_t* p_data);
42 static tNFC_STATUS rw_t1t_handle_dyn_read_rsp(bool* p_notify, uint8_t* p_data);
43 static tNFC_STATUS rw_t1t_handle_write_rsp(bool* p_notify, uint8_t* p_data);
85 tRW_EVENT rw_t1t_handle_rsp(const tT1T_CMD_RSP_INFO* p_info, bool* p_notify, in rw_t1t_handle_rsp() argument
99 *p_status = rw_t1t_handle_rall_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()
111 *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()
332 static tNFC_STATUS rw_t1t_handle_write_rsp(bool* p_notify, uint8_t* p_data) { in rw_t1t_handle_write_rsp() argument
345 *p_notify = false; in rw_t1t_handle_write_rsp()
[all …]
/system/nfc/src/nfc/include/
Drw_int.h863 bool* p_notify, uint8_t* p_data,