Home | History | Annotate | Download | only in jni

Lines Matching refs:NFA_RwWriteNDef

354     UINT8* p_data = const_cast<UINT8*>(reinterpret_cast<const UINT8*>(&bytes[0])); // TODO: const-ness API bug in NFA_RwWriteNDef!
382 status = NFA_RwWriteNDef (p_data, bytes.size());
390 status = NFA_RwWriteNDef (buffer, curDataSize);
394 ALOGD ("%s: NFA_RwWriteNDef", __FUNCTION__);
395 status = NFA_RwWriteNDef (p_data, bytes.size());