Home
last modified time | relevance | path

Searched refs:NCI_ROUTE_PWR_STATE_ON (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc161 power_cfg |= NCI_ROUTE_PWR_STATE_ON; in nfa_ee_update_route_size()
166 if ((power_cfg & NCI_ROUTE_PWR_STATE_ON) && in nfa_ee_update_route_size()
185 power_cfg |= NCI_ROUTE_PWR_STATE_ON; in nfa_ee_update_route_size()
190 if ((power_cfg & NCI_ROUTE_PWR_STATE_ON) && in nfa_ee_update_route_size()
318 power_cfg |= NCI_ROUTE_PWR_STATE_ON; in nfa_ee_add_tech_route_to_ecb()
323 if ((power_cfg & NCI_ROUTE_PWR_STATE_ON) && in nfa_ee_add_tech_route_to_ecb()
336 if (power_cfg != NCI_ROUTE_PWR_STATE_ON) in nfa_ee_add_tech_route_to_ecb()
356 power_cfg |= NCI_ROUTE_PWR_STATE_ON; in nfa_ee_add_proto_route_to_ecb()
371 if ((power_cfg & NCI_ROUTE_PWR_STATE_ON) && in nfa_ee_add_proto_route_to_ecb()
387 NCI_ROUTE_PWR_STATE_ON, NFC_PROTOCOL_NFC_DEP); in nfa_ee_add_proto_route_to_ecb()
[all …]
/system/nfc/src/include/
Dnci_defs.h394 #define NCI_ROUTE_PWR_STATE_ON 0x01 /* The device is on */ macro