Home
last modified time | relevance | path

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

/system/nfc/src/nfa/include/
Dnfa_ee_api.h203 tNFA_STATUS clear_tech; member
Dnfa_ee_int.h430 tNFA_EE_API_CLEAR_TECH_CFG clear_tech; member
/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc1053 p_cb->tech_switch_on &= ~p_data->clear_tech.technologies_switch_on; in nfa_ee_api_clear_tech_cfg()
1054 p_cb->tech_switch_off &= ~p_data->clear_tech.technologies_switch_off; in nfa_ee_api_clear_tech_cfg()
1055 p_cb->tech_battery_off &= ~p_data->clear_tech.technologies_battery_off; in nfa_ee_api_clear_tech_cfg()
1056 p_cb->tech_screen_lock &= ~p_data->clear_tech.technologies_screen_lock; in nfa_ee_api_clear_tech_cfg()
1057 p_cb->tech_screen_off &= ~p_data->clear_tech.technologies_screen_off; in nfa_ee_api_clear_tech_cfg()
1059 ~p_data->clear_tech.technologies_screen_off_lock; in nfa_ee_api_clear_tech_cfg()