OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tech_switch_off
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c
136
if (p_cb->
tech_switch_off
& nfa_ee_tech_mask_list[xx])
536
tNFA_TECHNOLOGY_MASK old_tech_switch_off = p_cb->
tech_switch_off
;
541
p_cb->
tech_switch_off
= p_data->set_tech.technologies_switch_off;
549
p_cb->
tech_switch_off
= old_tech_switch_off;
556
if (p_cb->tech_switch_on | p_cb->
tech_switch_off
| p_cb->tech_battery_off)
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_ee_int.h
131
tNFA_TECHNOLOGY_MASK
tech_switch_off
; /* default routing - technologies switch_off */
member in struct:__anon27955
Completed in 36 milliseconds