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.cc1026 if ((p_cb->tech_switch_on == p_data->set_tech.technologies_switch_on) && in nfa_ee_api_set_tech_cfg()
1027 (p_cb->tech_switch_off == p_data->set_tech.technologies_switch_off) && in nfa_ee_api_set_tech_cfg()
1028 (p_cb->tech_battery_off == p_data->set_tech.technologies_battery_off) && in nfa_ee_api_set_tech_cfg()
1029 (p_cb->tech_screen_lock == p_data->set_tech.technologies_screen_lock) && in nfa_ee_api_set_tech_cfg()
1030 (p_cb->tech_screen_off == p_data->set_tech.technologies_screen_off) && in nfa_ee_api_set_tech_cfg()
1032 p_data->set_tech.technologies_screen_off_lock)) { in nfa_ee_api_set_tech_cfg()
1039 p_cb->tech_switch_on |= p_data->set_tech.technologies_switch_on; in nfa_ee_api_set_tech_cfg()
1040 p_cb->tech_switch_off |= p_data->set_tech.technologies_switch_off; in nfa_ee_api_set_tech_cfg()
1041 p_cb->tech_battery_off |= p_data->set_tech.technologies_battery_off; in nfa_ee_api_set_tech_cfg()
1042 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.h202 tNFA_STATUS set_tech; member
Dnfa_ee_int.h429 tNFA_EE_API_SET_TECH_CFG set_tech; member