Searched refs:bufLen (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcManager.cpp | 868 size_t bufLen = bytes.size(); in nfcManager_sendRawFrame() local 869 tNFA_STATUS status = NFA_SendRawFrame(buf, bufLen, 0); in nfcManager_sendRawFrame() 890 size_t bufLen; in nfcManager_routeAid() local 894 bufLen = 0; in nfcManager_routeAid() 895 return RoutingManager::getInstance().addAidRouting(buf, bufLen, route, in nfcManager_routeAid() 900 bufLen = bytes.size(); in nfcManager_routeAid() 901 return RoutingManager::getInstance().addAidRouting(buf, bufLen, route, in nfcManager_routeAid() 918 size_t bufLen; in nfcManager_unrouteAid() local 922 bufLen = 0; in nfcManager_unrouteAid() 923 return RoutingManager::getInstance().removeAidRouting(buf, bufLen); in nfcManager_unrouteAid() [all …]
|
D | NativeNfcTag.cpp | 828 uint32_t bufLen) { in nativeNfcTag_doTransceiveStatus() argument 831 << StringPrintf("%s: data len=%d", __func__, bufLen); in nativeNfcTag_doTransceiveStatus() 835 EXTNS_MfcCallBack(buf, bufLen); in nativeNfcTag_doTransceiveStatus() 846 sRxDataBuffer.append(buf, bufLen); in nativeNfcTag_doTransceiveStatus() 906 size_t bufLen = bytes.size(); in nativeNfcTag_doTransceive() local 924 status = EXTNS_MfcTransceive(buf, bufLen); in nativeNfcTag_doTransceive() 926 status = NFA_SendRawFrame(buf, bufLen, in nativeNfcTag_doTransceive()
|