Home
last modified time | relevance | path

Searched refs:technologies_switch_on (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfa/ee/
Dnfa_ee_api.cc292 tNFA_HANDLE ee_handle, tNFA_TECHNOLOGY_MASK technologies_switch_on, in NFA_EeSetDefaultTechRouting() argument
306 ee_handle, technologies_switch_on, technologies_switch_off, in NFA_EeSetDefaultTechRouting()
321 p_msg->technologies_switch_on = technologies_switch_on; in NFA_EeSetDefaultTechRouting()
385 p_msg->technologies_switch_on = clear_technology; in NFA_EeClearDefaultTechRouting()
Dnfa_ee_act.cc944 if ((p_cb->tech_switch_on == p_data->set_tech.technologies_switch_on) && in nfa_ee_api_set_tech_cfg()
957 p_cb->tech_switch_on |= p_data->set_tech.technologies_switch_on; in nfa_ee_api_set_tech_cfg()
1010 p_cb->tech_switch_on &= ~p_data->clear_tech.technologies_switch_on; in nfa_ee_api_clear_tech_cfg()
/system/nfc/src/nfa/include/
Dnfa_ee_api.h315 tNFA_HANDLE ee_handle, tNFA_TECHNOLOGY_MASK technologies_switch_on,
Dnfa_ee_int.h256 tNFA_TECHNOLOGY_MASK technologies_switch_on; member