Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp97 static uint8_t* sReadData = NULL; variable
188 if (sReadData) free(sReadData); in nativeNfcTag_doReadCompleted()
189 sReadData = NULL; in nativeNfcTag_doReadCompleted()
251 sReadData = (uint8_t*)malloc(sReadDataLen); in ndefHandlerCallback()
278 if (sReadData != NULL) { in nativeNfcTag_doRead()
279 free(sReadData); in nativeNfcTag_doRead()
280 sReadData = NULL; in nativeNfcTag_doRead()
307 sReadData = (uint8_t*)malloc(1); in nativeNfcTag_doRead()
312 if (sReadData) { in nativeNfcTag_doRead()
313 free(sReadData); in nativeNfcTag_doRead()
[all …]