Home
last modified time | relevance | path

Searched refs:MAX_BUFF_SIZE (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
H A DphNxpExtns_MifareStd.cpp208 memset(NdefMap->SendRecvBuf, 0, (MAX_BUFF_SIZE * 2)); in phNxpExtns_MfcModuleInit()
236 (uint8_t*)malloc((uint32_t)MAX_BUFF_SIZE); in phNxpExtns_MfcModuleInit()
1323 buffSize = MAX_BUFF_SIZE; in Mfc_RecvPacket()
1342 buffSize = MAX_BUFF_SIZE; in Mfc_RecvPacket()
1869 buff = (uint8_t*)malloc((uint32_t)MAX_BUFF_SIZE); in phFriNfc_ExtnsTransceive()
1889 pTransceiveInfo->sRecvData.length = MAX_BUFF_SIZE; in phFriNfc_ExtnsTransceive()
1896 pTransceiveInfo->sRecvData.length = MAX_BUFF_SIZE; in phFriNfc_ExtnsTransceive()
1907 pTransceiveInfo->sRecvData.length = MAX_BUFF_SIZE; in phFriNfc_ExtnsTransceive()
1920 pTransceiveInfo->sRecvData.length = MAX_BUFF_SIZE; in phFriNfc_ExtnsTransceive()
1932 pTransceiveInfo->sRecvData.length = MAX_BUFF_SIZE; in phFriNfc_ExtnsTransceive()
[all …]
H A DphNxpExtns_MifareStd.h32 #define MAX_BUFF_SIZE (512) macro
/aosp12/system/nfc/src/nfa/hci/
H A Dnfa_hci_utils.cc316 const uint8_t MAX_BUFF_SIZE = 100; in nfa_hciu_send_msg() local
317 char buff[MAX_BUFF_SIZE]; in nfa_hciu_send_msg()
322 buff, MAX_BUFF_SIZE), in nfa_hciu_send_msg()
H A Dnfa_hci_main.cc702 const uint8_t MAX_BUFF_SIZE = 100; in nfa_hci_conn_cback() local
703 char buff[MAX_BUFF_SIZE]; in nfa_hci_conn_cback()
809 MAX_BUFF_SIZE), in nfa_hci_conn_cback()
/aosp12/system/nfc/src/nfa/ee/
H A Dnfa_ee_act.cc126 const uint8_t MAX_BUFF_SIZE = 100; in nfa_ee_trace_aid() local
127 char buff[MAX_BUFF_SIZE]; in nfa_ee_trace_aid()
136 yy += snprintf(&buff[yy], MAX_BUFF_SIZE - yy, "%02x ", *p); in nfa_ee_trace_aid()