OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeNfcTag_doTransceiveStatus
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp
52
extern void
nativeNfcTag_doTransceiveStatus
(tNFA_STATUS status, uint8_t * buf, uint32_t buflen);
442
nativeNfcTag_doTransceiveStatus
(eventData->status, eventData->data.p_data, eventData->data.len);
[
all
...]
NativeNfcTag.cpp
851
** Function:
nativeNfcTag_doTransceiveStatus
861
void
nativeNfcTag_doTransceiveStatus
(tNFA_STATUS status, uint8_t* buf, uint32_t bufLen)
[
all
...]
Completed in 144 milliseconds