Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_api.cc424 tNFA_PROTOCOL_MASK protocols_screen_lock, in NFA_EeSetDefaultProtoRouting() argument
435 protocols_battery_off, protocols_screen_lock, protocols_screen_off, in NFA_EeSetDefaultProtoRouting()
452 p_msg->protocols_screen_lock = protocols_screen_lock; in NFA_EeSetDefaultProtoRouting()
516 p_msg->protocols_screen_lock = clear_protocol; in NFA_EeClearDefaultProtoRouting()
Dnfa_ee_act.cc1143 (p_cb->proto_screen_lock == p_data->set_proto.protocols_screen_lock) && in nfa_ee_api_set_proto_cfg()
1156 p_cb->proto_screen_lock |= p_data->set_proto.protocols_screen_lock; in nfa_ee_api_set_proto_cfg()
1209 p_cb->proto_screen_lock &= ~p_data->clear_proto.protocols_screen_lock; in nfa_ee_api_clear_proto_cfg()
/system/nfc/src/nfa/include/
Dnfa_ee_int.h283 tNFA_PROTOCOL_MASK protocols_screen_lock; member