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.cc154 uint8_t power_cfg = 0; in nfa_ee_update_route_size() local
160 power_cfg = 0; in nfa_ee_update_route_size()
162 power_cfg |= NCI_ROUTE_PWR_STATE_ON; in nfa_ee_update_route_size()
164 power_cfg |= NCI_ROUTE_PWR_STATE_SWITCH_OFF; in nfa_ee_update_route_size()
166 power_cfg |= NCI_ROUTE_PWR_STATE_BATT_OFF; in nfa_ee_update_route_size()
167 if ((power_cfg & NCI_ROUTE_PWR_STATE_ON) && in nfa_ee_update_route_size()
170 power_cfg |= NCI_ROUTE_PWR_STATE_SCREEN_ON_LOCK(); in nfa_ee_update_route_size()
172 power_cfg |= NCI_ROUTE_PWR_STATE_SCREEN_OFF_UNLOCK(); in nfa_ee_update_route_size()
174 power_cfg |= NCI_ROUTE_PWR_STATE_SCREEN_OFF_LOCK(); in nfa_ee_update_route_size()
176 if (power_cfg) { in nfa_ee_update_route_size()
[all …]