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

  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcTag.cpp 25 uint8_t *nfc_jni_ndef_buf = NULL; variable
79 if(nfc_jni_ndef_buf)
81 free(nfc_jni_ndef_buf);
84 nfc_jni_ndef_buf = (uint8_t*)malloc(nfc_jni_ndef_buf_len);
104 if(nfc_jni_ndef_buf)
106 free(nfc_jni_ndef_buf);
108 nfc_jni_ndef_buf = NULL;
121 if(nfc_jni_ndef_buf)
123 free(nfc_jni_ndef_buf);
125 nfc_jni_ndef_buf = NULL
    [all...]
com_android_nfc_NativeNfcManager.cpp 826 extern uint8_t *nfc_jni_ndef_buf;
    [all...]

Completed in 319 milliseconds