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.cc426 tNFA_PROTOCOL_MASK protocols_screen_lock, in NFA_EeSetDefaultProtoRouting() argument
437 protocols_battery_off, protocols_screen_lock, protocols_screen_off, in NFA_EeSetDefaultProtoRouting()
454 p_msg->protocols_screen_lock = protocols_screen_lock; in NFA_EeSetDefaultProtoRouting()
518 p_msg->protocols_screen_lock = clear_protocol; in NFA_EeClearDefaultProtoRouting()
Dnfa_ee_act.cc1061 (p_cb->proto_screen_lock == p_data->set_proto.protocols_screen_lock) && in nfa_ee_api_set_proto_cfg()
1074 p_cb->proto_screen_lock |= p_data->set_proto.protocols_screen_lock; in nfa_ee_api_set_proto_cfg()
1127 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.h272 tNFA_PROTOCOL_MASK protocols_screen_lock; member