Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc153 uint8_t power_cfg = 0; in nfa_ee_update_route_size() local
159 power_cfg = 0; in nfa_ee_update_route_size()
161 power_cfg |= NCI_ROUTE_PWR_STATE_ON; in nfa_ee_update_route_size()
163 power_cfg |= NCI_ROUTE_PWR_STATE_SWITCH_OFF; in nfa_ee_update_route_size()
165 power_cfg |= NCI_ROUTE_PWR_STATE_BATT_OFF; in nfa_ee_update_route_size()
166 if ((power_cfg & NCI_ROUTE_PWR_STATE_ON) && in nfa_ee_update_route_size()
169 power_cfg |= NCI_ROUTE_PWR_STATE_SCREEN_ON_LOCK(); in nfa_ee_update_route_size()
171 power_cfg |= NCI_ROUTE_PWR_STATE_SCREEN_OFF_UNLOCK(); in nfa_ee_update_route_size()
173 power_cfg |= NCI_ROUTE_PWR_STATE_SCREEN_OFF_LOCK(); in nfa_ee_update_route_size()
175 if (power_cfg) { in nfa_ee_update_route_size()
[all …]