Searched refs:NFC_SetRouting (Results 1 – 3 of 3) sorted by relevance
/system/nfc/src/nfc/nfc/ |
D | nfc_ee.cc | 113 tNFC_STATUS NFC_SetRouting(bool more, uint8_t num_tlv, uint8_t tlv_size, in NFC_SetRouting() function
|
/system/nfc/src/nfc/include/ |
D | nfc_api.h | 1179 extern tNFC_STATUS NFC_SetRouting(bool more, uint8_t num_tlv, uint8_t tlv_size,
|
/system/nfc/src/nfa/ee/ |
D | nfa_ee_act.cc | 2531 if (NFC_SetRouting(true, *p, *p_cur_offset, p + 1) == NFA_STATUS_OK) { in nfa_ee_check_set_routing() 2620 if (NFC_SetRouting(more, num_tlv, (uint8_t)(*p_cur_offset), ps + 1) == in nfa_ee_route_add_one_ecb_by_route_order() 2629 if (NFC_SetRouting(more, 0, 0, ps + 1) == NFA_STATUS_OK) { in nfa_ee_route_add_one_ecb_by_route_order()
|