Searched defs:p_ce_msg (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_api.c47 tNFA_CE_MSG *p_ce_msg; local
57 if ((p_ce_msg = (tNFA_CE_MSG *) GKI_getbuf ((UINT16) (sizeof (tNFA_CE_MSG)))) != NULL)
59 p_ce_msg->hdr.event = NFA_CE_API_DEREG_LISTEN_EVT;
60 p_ce_msg->dereg_listen.handle = handle;
61 p_ce_msg->dereg_listen.listen_info = listen_info;
63 nfa_sys_sendmsg (p_ce_msg);
H A Dnfa_ce_act.c746 BOOLEAN nfa_ce_activate_ntf (tNFA_CE_MSG *p_ce_msg) argument
748 tNFC_ACTIVATE_DEVT *p_activation_params = p_ce_msg->activate_ntf.p_activation_params;
758 NFA_TRACE_DEBUG1 ("nfa_ce_activate_ntf () protocol=%d", p_ce_msg->activate_ntf.p_activation_params->protocol);
783 /* && (t3t_system_code == p_ce_msg->activation.p_activate_info->rf_tech_param.param.lf.system_code) */)
921 BOOLEAN nfa_ce_deactivate_ntf (tNFA_CE_MSG *p_ce_msg) argument
923 tNFC_DEACT_TYPE deact_type = (tNFC_DEACT_TYPE) p_ce_msg->hdr.layer_specific;
1074 BOOLEAN nfa_ce_api_cfg_local_tag (tNFA_CE_MSG *p_ce_msg) argument
1080 if (p_ce_msg->local_tag.protocol_mask == 0)
1087 p_ce_msg->local_tag.protocol_mask,
1088 p_ce_msg
1152 nfa_ce_api_reg_listen(tNFA_CE_MSG *p_ce_msg) argument
1294 nfa_ce_api_dereg_listen(tNFA_CE_MSG *p_ce_msg) argument
1393 nfa_ce_api_cfg_isodep_tech(tNFA_CE_MSG *p_ce_msg) argument
[all...]

Completed in 102 milliseconds