Lines Matching refs:buffer
53 …psGeneralBytes->buffer = (uint8_t*)malloc(psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.ATRInfo_Length… in nfc_jni_connect_callback()
54 psGeneralBytes->buffer = psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.ATRInfo; in nfc_jni_connect_callback()
175 TRACE("0x%02x ", sGeneralBytes.buffer[i]); in com_android_nfc_NativeP2pDevice_doConnect()
182 (jbyte *)sGeneralBytes.buffer); in com_android_nfc_NativeP2pDevice_doConnect()
297 transceive_info.sSendData.buffer = buf; //+ offset; in com_android_nfc_NativeP2pDevice_doTransceive()
299 transceive_info.sRecvData.buffer = (uint8_t*)malloc(1024); in com_android_nfc_NativeP2pDevice_doTransceive()
302 if(transceive_info.sRecvData.buffer == NULL) in com_android_nfc_NativeP2pDevice_doTransceive()
335 (jbyte *)receive_buffer->buffer); in com_android_nfc_NativeP2pDevice_doTransceive()
338 if(transceive_info.sRecvData.buffer != NULL) in com_android_nfc_NativeP2pDevice_doTransceive()
340 free(transceive_info.sRecvData.buffer); in com_android_nfc_NativeP2pDevice_doTransceive()
344 (jbyte *)transceive_info.sSendData.buffer, JNI_ABORT); in com_android_nfc_NativeP2pDevice_doTransceive()
399 e->SetByteArrayRegion(buf, 0, data->length, (jbyte *)data->buffer); in com_android_nfc_NativeP2pDevice_doReceive()
429 data.buffer = (uint8_t *)e->GetByteArrayElements(buf, NULL); in com_android_nfc_NativeP2pDevice_doSend()
459 e->ReleaseByteArrayElements(buf, (jbyte *)data.buffer, JNI_ABORT); in com_android_nfc_NativeP2pDevice_doSend()