Home
last modified time | relevance | path

Searched refs:respBytes (Results 1 – 2 of 2) sorted by relevance

/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/provisioner/
DWidevineProvisioner.java203 ByteArrayOutputStream respBytes = new ByteArrayOutputStream(); in sendNetworkRequest() local
207 respBytes.write(buffer, 0, read); in sendNetworkRequest()
209 byte[] respData = respBytes.toByteArray(); in sendNetworkRequest()
/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp1450 jbyteArray respBytes = in nativeNfcTag_doIsNdefFormatable() local
1452 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()