OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_RwWriteNDef
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_rw_api.h
78
** and
NFA_RwWriteNDef
will perform NDEF detection internally if
120
** Function
NFA_RwWriteNDef
139
NFC_API extern tNFA_STATUS
NFA_RwWriteNDef
(UINT8 *p_data, UINT32 len);
204
** NFA_RwReadNDef and
NFA_RwWriteNDef
will perform TLV detection
/packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp
352
UINT8* p_data = const_cast<UINT8*>(reinterpret_cast<const UINT8*>(&bytes[0])); // TODO: const-ness API bug in
NFA_RwWriteNDef
!
380
status =
NFA_RwWriteNDef
(p_data, bytes.size());
388
status =
NFA_RwWriteNDef
(buffer, curDataSize);
392
ALOGD ("%s:
NFA_RwWriteNDef
", __FUNCTION__);
393
status =
NFA_RwWriteNDef
(p_data, bytes.size());
[
all
...]
/external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c
53
** and
NFA_RwWriteNDef
will perform NDEF detection internally if
130
** Function
NFA_RwWriteNDef
149
tNFA_STATUS
NFA_RwWriteNDef
(UINT8 *p_data, UINT32 len)
153
NFA_TRACE_API2 ("
NFA_RwWriteNDef
(): ndef p_data=%08x, len: %i", p_data, len);
319
** NFA_RwReadNDef and
NFA_RwWriteNDef
will perform TLV detection
[
all
...]
Completed in 910 milliseconds