Searched defs:more (Results 1 - 5 of 5) sorted by relevance

/system/nfc/src/nfc/nfc/
H A Dnfc_ee.c91 tNFC_STATUS NFC_SetRouting(bool more, uint8_t num_tlv, uint8_t tlv_size, argument
93 return nci_snd_set_routing_cmd(more, num_tlv, tlv_size, p_param_tlvs);
H A Dnfc_ncif.cc218 /* check if there are more data to send */
238 * cannot accept any more commands, */
780 evt_data.result.more = *p++;
1187 uint8_t more, num_entries, xx, yy, *pn, tl; local
1191 more = *p++;
1194 if ((more == false) && (xx == (num_entries - 1))) status = NFC_STATUS_OK;
1453 /* buffer can hold more */
/system/nfc/src/nfc/nci/
H A Dnci_hmsgs.c594 uint8_t nci_snd_set_routing_cmd(bool more, uint8_t num_tlv, uint8_t tlv_size, argument
602 * 2 bytes (more=FALSE and num routing entries=0) */
618 UINT8_TO_STREAM(pp, more);
/system/nfc/src/nfa/ee/
H A Dnfa_ee_act.c1179 * check if the number of NFCEE expected is more than what's currently
1882 *p_cur_offset = 0; /* nothing is in queue any more */
1897 bool more, uint8_t* ps,
1920 "more:%d, num_tlv:%d",
1921 *p_max_len, max_tlv, *p_cur_offset, more, num_tlv);
2036 if (more == false) {
2047 if (NFC_SetRouting(more, num_tlv, (uint8_t)(*p_cur_offset), ps + 1) ==
2056 if (NFC_SetRouting(more, 0, 0, ps + 1) == NFA_STATUS_OK) {
2075 int* p_max_len, bool more,
2082 "%s - max_len:%d, cur_offset:%d, more
1896 nfa_ee_route_add_one_ecb(tNFA_EE_ECB* p_cb, int* p_max_len, bool more, uint8_t* ps, int* p_cur_offset) argument
2074 nfa_ee_route_add_one_ecb_by_route_order(tNFA_EE_ECB* p_cb, int rout_type, int* p_max_len, bool more, uint8_t* ps, int* p_cur_offset) argument
2266 bool more = true; local
[all...]
/system/nfc/src/nfc/include/
H A Dnfc_api.h657 uint8_t more; /* 0: last, 1: last (limit), 2: more */ member in struct:__anon2374
1251 extern tNFC_STATUS NFC_SetRouting(bool more, uint8_t num_tlv, uint8_t tlv_size,

Completed in 122 milliseconds