Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp1552 …c jboolean nativeNfcTag_makeMifareNdefFormat (JNIEnv *e, jobject o, uint8_t *key, uint32_t keySize) in nativeNfcTag_makeMifareNdefFormat() argument
1567 status = EXTNS_MfcFormatTag (key, keySize); in nativeNfcTag_makeMifareNdefFormat()
1683 …atic jboolean nativeNfcTag_makeMifareReadonly (JNIEnv *e, jobject o, uint8_t *key, int32_t keySize) in nativeNfcTag_makeMifareReadonly() argument
1707 status = EXTNS_MfcSetReadOnly (key, keySize); in nativeNfcTag_makeMifareReadonly()