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

  /system/nfc/src/nfa/include/
nfa_rw_api.h 68 ** and NFA_RwWriteNDef will perform NDEF detection internally
112 ** Function NFA_RwWriteNDef
131 extern tNFA_STATUS NFA_RwWriteNDef(uint8_t* p_data, uint32_t len);
194 ** NFA_RwDetectNDef, NFA_RwReadNDef and NFA_RwWriteNDef will
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 360 &bytes[0])); // TODO: const-ness API bug in NFA_RwWriteNDef!
415 status = NFA_RwWriteNDef(p_data, bytes.size());
428 status = NFA_RwWriteNDef(buffer, curDataSize);
432 << StringPrintf("%s: NFA_RwWriteNDef", __func__);
436 status = NFA_RwWriteNDef(p_data, bytes.size());
    [all...]
  /system/nfc/src/nfa/rw/
nfa_rw_api.cc 57 ** and NFA_RwWriteNDef will perform NDEF detection internally
132 ** Function NFA_RwWriteNDef
151 tNFA_STATUS NFA_RwWriteNDef(uint8_t* p_data, uint32_t len) {
322 ** NFA_RwDetectNDef, NFA_RwReadNDef and NFA_RwWriteNDef will
    [all...]

Completed in 316 milliseconds