HomeSort by relevance Sort by last modified time
    Searched refs:tlvActualLen (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nci/jni/
SecureElement.h 609 ** tlvActualLen: TLV buffer's actual length.
616 bool encodeAid (UINT8* tlv, UINT16 tlvMaxLen, UINT16& tlvActualLen, const UINT8* aid, UINT8 aidLen);
SecureElement.cpp 609 UINT16 tlvActualLen = aidBufferLen;
611 ScopedLocalRef<jobject> tlvJavaArray(e, e->NewByteArray(tlvActualLen));
618 e->SetByteArrayRegion ((jbyteArray)tlvJavaArray.get(), 0, tlvActualLen, (jbyte *)tlv);
    [all...]

Completed in 1483 milliseconds