Searched refs:respBytes (Results 1 – 2 of 2) sorted by relevance
203 ByteArrayOutputStream respBytes = new ByteArrayOutputStream(); in sendNetworkRequest() local207 respBytes.write(buffer, 0, read); in sendNetworkRequest()209 byte[] respData = respBytes.toByteArray(); in sendNetworkRequest()
1450 jbyteArray respBytes = in nativeNfcTag_doIsNdefFormatable() local1452 if (respBytes != NULL) { in nativeNfcTag_doIsNdefFormatable()1463 int respLength = e->GetArrayLength(respBytes); in nativeNfcTag_doIsNdefFormatable()1464 uint8_t* resp = (uint8_t*)e->GetByteArrayElements(respBytes, NULL); in nativeNfcTag_doIsNdefFormatable()1468 e->ReleaseByteArrayElements(respBytes, (jbyte*)resp, JNI_ABORT); in nativeNfcTag_doIsNdefFormatable()