Home
last modified time | relevance | path

Searched refs:set_tech (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc944 if ((p_cb->tech_switch_on == p_data->set_tech.technologies_switch_on) && in nfa_ee_api_set_tech_cfg()
945 (p_cb->tech_switch_off == p_data->set_tech.technologies_switch_off) && in nfa_ee_api_set_tech_cfg()
946 (p_cb->tech_battery_off == p_data->set_tech.technologies_battery_off) && in nfa_ee_api_set_tech_cfg()
947 (p_cb->tech_screen_lock == p_data->set_tech.technologies_screen_lock) && in nfa_ee_api_set_tech_cfg()
948 (p_cb->tech_screen_off == p_data->set_tech.technologies_screen_off) && in nfa_ee_api_set_tech_cfg()
950 p_data->set_tech.technologies_screen_off_lock)) { 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()
958 p_cb->tech_switch_off |= p_data->set_tech.technologies_switch_off; in nfa_ee_api_set_tech_cfg()
959 p_cb->tech_battery_off |= p_data->set_tech.technologies_battery_off; in nfa_ee_api_set_tech_cfg()
960 p_cb->tech_screen_lock |= p_data->set_tech.technologies_screen_lock; in nfa_ee_api_set_tech_cfg()
[all …]
/system/nfc/src/nfa/include/
Dnfa_ee_api.h198 tNFA_STATUS set_tech; member
Dnfa_ee_int.h404 tNFA_EE_API_SET_TECH_CFG set_tech; member