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/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 28 uint32_t nfc_jni_ndef_buf_len = 0; variable
85 nfc_jni_ndef_buf_len = info.MaxNdefMsgLength;
86 nfc_jni_ndef_buf = (uint8_t*)malloc(nfc_jni_ndef_buf_len);
111 nfc_jni_ndef_buf_len = 0;
128 nfc_jni_ndef_buf_len = 0;
195 nfc_jni_ndef_rw.length = nfc_jni_ndef_buf_len;
    [all...]
com_android_nfc_NativeNfcManager.cpp 736 extern uint32_t nfc_jni_ndef_buf_len;
    [all...]

Completed in 425 milliseconds