OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tNFA_RW_MSG
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/rw/
nfa_rw_main.c
125
tNFA_RW_MSG
msg;
159
tNFA_RW_MSG
*p_msg;
161
if ((p_msg = (
tNFA_RW_MSG
*) GKI_getbuf ((UINT16) sizeof(
tNFA_RW_MSG
))) != NULL)
198
return (*nfa_rw_action_tbl[act_idx]) ( (
tNFA_RW_MSG
*) p_msg);
nfa_rw_act.c
38
static BOOLEAN nfa_rw_op_req_while_busy(
tNFA_RW_MSG
*p_data);
40
static void nfa_rw_presence_check (
tNFA_RW_MSG
*p_data);
42
static BOOLEAN nfa_rw_detect_ndef(
tNFA_RW_MSG
*p_data);
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_rw_int.h
258
}
tNFA_RW_MSG
;
283
tNFA_RW_MSG
*p_pending_msg; /* Pending API (if busy performing presence check) */
292
tNFA_RW_MSG
*p_buffer_rw_msg; /* Buffer to hold incoming cmd while reading tag id */
328
typedef BOOLEAN (*tNFA_RW_ACTION) (
tNFA_RW_MSG
*p_data);
334
extern BOOLEAN nfa_rw_handle_op_req (
tNFA_RW_MSG
*p_data);
335
extern BOOLEAN nfa_rw_activate_ntf (
tNFA_RW_MSG
*p_data);
336
extern BOOLEAN nfa_rw_deactivate_ntf (
tNFA_RW_MSG
*p_data);
337
extern BOOLEAN nfa_rw_presence_check_tick (
tNFA_RW_MSG
*p_data);
Completed in 1093 milliseconds