Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_api.cc293 tNFA_TECHNOLOGY_MASK technologies_switch_off, in NFA_EeSetDefaultTechRouting() argument
306 ee_handle, technologies_switch_on, technologies_switch_off, in NFA_EeSetDefaultTechRouting()
322 p_msg->technologies_switch_off = technologies_switch_off; in NFA_EeSetDefaultTechRouting()
386 p_msg->technologies_switch_off = clear_technology; in NFA_EeClearDefaultTechRouting()
Dnfa_ee_act.cc944 (p_cb->tech_switch_off == p_data->set_tech.technologies_switch_off) && in nfa_ee_api_set_tech_cfg()
957 p_cb->tech_switch_off |= p_data->set_tech.technologies_switch_off; in nfa_ee_api_set_tech_cfg()
1010 p_cb->tech_switch_off &= ~p_data->clear_tech.technologies_switch_off; in nfa_ee_api_clear_tech_cfg()
/system/nfc/src/nfa/include/
Dnfa_ee_api.h316 tNFA_TECHNOLOGY_MASK technologies_switch_off,
Dnfa_ee_int.h257 tNFA_TECHNOLOGY_MASK technologies_switch_off; member