Home | History | Annotate | Download | only in jni

Lines Matching refs:NFA_RwWriteNDef

365     UINT8* p_data = const_cast<UINT8*>(reinterpret_cast<const UINT8*>(&bytes[0])); // TODO: const-ness API bug in NFA_RwWriteNDef!
393 status = NFA_RwWriteNDef (p_data, bytes.size());
401 status = NFA_RwWriteNDef (buffer, curDataSize);
405 ALOGD ("%s: NFA_RwWriteNDef", __FUNCTION__);
406 status = NFA_RwWriteNDef (p_data, bytes.size());