Searched refs:tech_switch_on (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c134 if (p_cb->tech_switch_on & nfa_ee_tech_mask_list[xx])
535 tNFA_TECHNOLOGY_MASK old_tech_switch_on = p_cb->tech_switch_on;
540 p_cb->tech_switch_on = p_data->set_tech.technologies_switch_on;
548 p_cb->tech_switch_on = old_tech_switch_on;
556 if (p_cb->tech_switch_on | p_cb->tech_switch_off | p_cb->tech_battery_off)
1453 if (p_cb->tech_switch_on | p_cb->tech_switch_off | p_cb->tech_battery_off |
1462 p_cb->tech_switch_on = p_cb->tech_switch_off = p_cb->tech_battery_off = 0;
1842 if (p_cb->tech_switch_on & tech_mask_list[xx])
1929 if (p_cb->tech_switch_on & nfa_ee_tech_mask_list[xx])
2305 if (p_cb->tech_switch_on | p_c
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ee_int.h130 tNFA_TECHNOLOGY_MASK tech_switch_on; /* default routing - technologies switch_on */ member in struct:__anon24146

Completed in 1416 milliseconds