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

  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcTag.cpp 26 uint32_t nfc_jni_ndef_buf_len = 0; variable
83 nfc_jni_ndef_buf_len = info.MaxNdefMsgLength;
84 nfc_jni_ndef_buf = (uint8_t*)malloc(nfc_jni_ndef_buf_len);
109 nfc_jni_ndef_buf_len = 0;
126 nfc_jni_ndef_buf_len = 0;
193 nfc_jni_ndef_rw.length = nfc_jni_ndef_buf_len;
    [all...]
com_android_nfc_NativeNfcManager.cpp 827 extern uint32_t nfc_jni_ndef_buf_len;
    [all...]

Completed in 112 milliseconds