Searched refs:generalBytes (Results 1 – 2 of 2) sorted by relevance
130 jbyteArray generalBytes = NULL; in com_android_nfc_NativeP2pDevice_doConnect() local179 generalBytes = e->NewByteArray(sGeneralBytes.length); in com_android_nfc_NativeP2pDevice_doConnect()181 e->SetByteArrayRegion(generalBytes, 0, in com_android_nfc_NativeP2pDevice_doConnect()185 e->SetObjectField(o, f, generalBytes); in com_android_nfc_NativeP2pDevice_doConnect()
986 …ScopedLocalRef<jbyteArray> generalBytes(e, e->NewByteArray(remDevInfo->RemoteDevInfo.NfcIP_Info.AT… in nfc_jni_Discovery_notification_callback() local988 e->SetByteArrayRegion(generalBytes.get(), 0, in nfc_jni_Discovery_notification_callback()991 e->SetObjectField(tag.get(), f, generalBytes.get()); in nfc_jni_Discovery_notification_callback()