Home
last modified time | relevance | path

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

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeP2pDevice.cpp131 jbyteArray generalBytes = NULL; in com_android_nfc_NativeP2pDevice_doConnect() local
180 generalBytes = e->NewByteArray(sGeneralBytes.length); in com_android_nfc_NativeP2pDevice_doConnect()
182 e->SetByteArrayRegion(generalBytes, 0, in com_android_nfc_NativeP2pDevice_doConnect()
186 e->SetObjectField(o, f, generalBytes); in com_android_nfc_NativeP2pDevice_doConnect()
Dcom_android_nfc_NativeNfcManager.cpp986 …ScopedLocalRef<jbyteArray> generalBytes(e, e->NewByteArray(remDevInfo->RemoteDevInfo.NfcIP_Info.AT… in nfc_jni_Discovery_notification_callback() local
988 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()