Home | History | Annotate | Download | only in jni

Lines Matching refs:pb_iso

895                         tNFC_INTF_PB_ISO_DEP& pb_iso = activationData.activate_ntf.intf_param.intf_param.pb_iso;
896 ALOGV("%s: T4T; ISO_DEP for tech B; copy response bytes; len=%u", fn, pb_iso.hi_info_len);
897 actBytes.reset(e->NewByteArray(pb_iso.hi_info_len));
898 if (pb_iso.hi_info_len > 0)
899 e->SetByteArrayRegion(actBytes.get(), 0, pb_iso.hi_info_len, (jbyte*) (pb_iso.hi_info));